body {
		background-color:white;
		margin:0px;
		padding:0px;
		font-family:verdana;
		font-size:10px;
	  }

.all {	
		width:768px;
		margin:0px auto;
	 }

#header {
		width:768px;
		height:150px;
		background-image:url(../content/logo.jpg);
	 }

#navi   {
		width:768px;
		height:13px;
		border-bottom:1px solid #cccccc;
  		border-top:1px solid #cccccc;

	  }
	  
	  
#navrand {
		height:1px;
		width:172px;
		float:left;
		text-align:right;
		}


/* --------------------------NAVI TEIL------------------------------ */
#navitem {
		text-align:center;
		width:106px;
		float:left;
		}

#navitem a {
		color:#8c8c8c;
		text-decoration:none;
}
		
#navitem a:hover {
		color:#ff9900;
}



#navitem_a {
float:left;
width:106px;
text-align:center;
}

#navitem_a a {
		color:#ff9900;
		font-weight:bold;
		text-decoration:none;
	
}

/* --------------------------NAVI TEIL ENDE ------------------ */

#content {
		border-top:10px solid white;
		border-left:10px solid white;
		border-right:50px solid white;
		border-bottom:10px solid white;
				
		width:550px;
		height:428px;
		float:left;
		}

#content strong {font-size:14px;
				font-style:italic;}

#content a {color:#cccccc;
			text-decoration:none;
			}
#content a:hover {text-decoration:underline;}
#bildleiste {

		width:148px;
		height:428px;
		float:left;
		border-top:15px solid white;
}

.clear {clear:both;}

#footer 
		{
		text-align:center;
		width:768px;
		height:20px;
		border-top:1px solid #cccccc;
		color:black;
		font-size:9px;
		}

#footer a
{
color:#8c8c8c;
text-decoration:none;
}

#footer a:hover {
color:#ff9900;
}

h1 {
		color:#ff9900;
		font-size:14px;
		font-weight:bold;
		height:0px;
}

h2 {
		color:black;
		font-size:18px;
		height:20px;

	}

#fehler {
border:1px solid #ff9900;
color:#ff9900;

}