body {
  text-align:left;
  font-size:72.5%;
  font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
  background:#E6F4FF;
  color:#666666;
}

a:link    {color: #6096BF; text-decoration: underline;}
a:visited {color: #6096BF; text-decoration: underline;}
a:hover   {color: #6096BF; text-decoration: underline;}
a:active  {color: #6096BF; text-decoration: underline;}


.footer a {
background-color:#E6F4FF;
}
#header {
  width:850px;
  background:url('images/schneeflocke.jpg') no-repeat 526px 30px;
}

#menu1 { 
  width:132px;
  height:289px;
  margin:20px 0px 0px -7px;
  background:url('images/menu1.gif') no-repeat;
}
#menu1 ul { 
	margin: 0; 
	padding: 0;
}
#menu1 ul li { 
	margin: 0px; 
	padding: 4px; 
	border-bottom: 1px solid #CCCCCC; 
	list-style: none; 
	line-height: 1.5em;
}
#menu1 ul li:before {
  content: "\00BB \0020";
  color:#0099FF;
}

#inhalt {
  border:1px solid #6096BF;
  width:500px;
  display:inline-block;
  position:absolute;
  top:110px;
  left:180px;
  background:url('images/schneeflocke_inhalt.jpg') no-repeat 359px 0px;background-color:#F3FAFF;
  writing-Mode:tb-rl;
}
#inhalt img {
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	}

#menu2 {
  margin-bottom:25px;
}

#menu2 img {
  margin-left:10px;
}


h1 {
  margin:10px;
  font-size:1.5em;
}

h2 {
  margin:10px;
  font-size:1.2em;
}

p {
  margin:10px;
}

.highlight {
  background-color:#FFFFFF;
  border: 1px solid #CCCCCC;
  padding:3px;
}

#footer {
  position:absolute;
  bottom:0px;
  height:27px;
  width:98%;
  background:url('images/footer.jpg') repeat-x;
}
.footer {
  margin-left:175px;
}

