/* allgemeine auszeichnungen */

body {
font-size:11px;
font-family: Verdana, Arial, sans-serif;
background-color:#F2F2F2;
}

a {text-decoration: none; color:#020202;}
a:link {color: #020202;}
a:visited {color: #020202;}
a:hover{color:#2380B4;}
a:active {color:#2380B4;}

/* IDs */

* {
font-size:11px;
font-family: Verdana, Arial, sans-serif;
color:#3c3c3c;
padding:0px;
margin:0px;
}

#container {
   position: absolute;
   /*margin:0 auto 0 auto;*/ 
   left:50%;
   /*top:50%;*/
   width:986px; /* Breite des Elements */
   height:800px; /* Höhe des Elements */
   margin-left: -493px; /* Breite des Elements geteilt durch zwei! */
   /*margin-top: 0px; /* Höhe des Elements geteilt durch zwei! */
   background-color: #fff;
}

#fotohome{
	position:absolute;
	width:986px;
	height:200px;
	top:32px;
	right:0px;
	background:transparent url(../pics/header.jpg);
	background-position:top left;
background-repeat:no-repeat;
}

#textbox{
position:absolute;
text-align:left;
font-size: 12px;
line-height:15px;
color: #000;
left:0px;
top:250px;
padding: 10px 10px 10px 10px;
width:966px;
height:450px;
}
#textbox a:hover {
 color:#929292;
}

#menu {  
	list-style:none;
  background-color:#ffffff;
  width:700px;
  height:50px;
} 

#menu li {
	list-style:none; 
  text-align:left;
	float:left; 
}
#menu a {
	list-style:none; 
	display:block;
}
#menu li { 
	list-style:none;
  text-align:left;
	float:left; 
	background:url(../pics/button_menu.gif) no-repeat right top;
}
#menu a {
  display:block;
  background:url(../pics/button_menu_left.gif) no-repeat left top;
  padding:10px 25px 5px 25px;
  text-decoration:none;
  font-weight:normal;
  font-size:12px;
  color:#000;
}
#menu a:hover {
 color:#929292;
}

/* CLASSES */
h1{
font-family:Verdana, sans-serif;
font-size: 16px;
line-height:18px;
font-weight:bold;
text-align:left;
color: #000;
}
h2{
font-family:Verdana, sans-serif;
font-size: 14px;
line-height:16px;
font-weight:bold;
text-align:center;
color: #000;
}

.small{
font-family:Verdana, sans-serif;
font-size: 10px;
line-height:15px;
color: #606060;
}