/* 
Farben:
gold: #ab7f1e Schmuckfarbe
dunkelgrauviolett:  #3a3544 Schrift
hellgrau #f2f2ed Hintergrund
*/

*{
padding:0; 
margin:0;
}

body {
padding:0px;
margin:0px;
height:100%;
width:100%;
background-color:#f2f2ed;
font-family: Arial,sans serif, HelveticaNeue, Helvetica;
font-size:14px;
font-weight:400;
color:#3a3544;
}

#container1  { 
margin-top:28%;
margin-left:13%;
width:850px;
}

#container2 {
margin-left: 430px;
}

#balken {
width: 15px;
height: 200px;
background-color:#3a3544;
position: relative;
top: 0px;
left: 0px;
}

#quadrat1 {
width: 15px;
height: 15px;
background-color:#ab7f1e;
position: relative;
top: -200px;
left: 50px;
}

#quadrat2 {
width: 15px;
height: 15px;
background-color:#ab7f1e;
position: relative;
top: -125px;
left: 110px;
}

#einleitungstext {
float: left;
font-weight:bold;
width: 400px;
}

img {
border:0px;
}

h1.theaterstuecke {
display:none; 
width:0px; 
height:0px; 
font-size:0px;
}

h1.bilderbuecher {
display:none; 
width:0px; 
height:0px; 
font-size:0px;
}

h1.name_schrift {
display:none; 
width:0px; 
height:0px; 
font-size:0px;
}

a { text-decoration:none; border:0px;}


a:link,
a:visited {color:#ab7f1e;}
a:hover, 
a:active, 
a:focus {color:#4b4751;}

a.theaterstuecke {
position: relative;
top: -140px;
left: 50px;
outline-width:0px;
}

a.bilderbuecher {
position: relative;
top: -120px;
left: 110px;
outline-width:0px;
}

a.name {
  position: relative;
  top: -70px;
  left: -2px;
  outline-width:0px;
  }
 

   

 
 





