/*Main CSS for Berufschule Zuerich */
*{
	color: black;
	font-size: 11px;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#access{
	display:none;
}
#headerwrapper { 
	margin: 0px auto 0px auto; 
	width:810px;
	text-align: left;
}
#header{
	width:400px;
	height:65px;
	/*border: 1px solid #000000;*/
}
#logout{
	float:right;
	padding-right:20px;
	padding-top:18px;
	width:100px;
}
/* --------servicenavigation--------*/
#servicenav
{
	width: 779px;
	height: 29px;
}
#servicenav img{
	float:left;
}
#servicenav ul{
	padding:0px;
	margin:0px;
}
#servicenav li{
	float:left;
	list-style-type:none;
	
}
/* --------Main navigation--------*/
#mainnav
{
	width: 779px;
	height: 46px;
	background-color: #c9b728;/*default overriding in templates*/
}
#mainnav ul{
	padding:0px;
	margin:0px;
}
#mainnav li{
	float:left;
	list-style-type:none;
	
}
/* --------ContentWrapper--------*/
#contentwrapper{
	margin: 3px auto 0px auto; 
	width:810px;
	text-align: left;
	
}


/* --------Subnavigation Left--------*/
#navwrapper{
	float:left;
	width:200px;
	background-color:#eaeaca;
}
#nav
{
	height:116px;/* IE quirks */
    margin-bottom: 4px;

}
#navwrapper > #nav{
	min-height:116px;
	height:auto;/* standard */
}

#nav ul.firstlevel
{
	margin: 0px;
	padding: 20px 0px 16px 0px;
}
#nav ul.secondlevel
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #eaeaca;
}

#nav li
{
	font-size: 10px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px;
	border-bottom: 1px solid #eaeaca;
	background-color:#eaeaca;
}
#nav a{
	font-size: 10px;
	line-height: 16px;
	text-decoration:none;
	padding: 0px 0px 0px 14px;
	color:black;
	
}
#nav li:hover{
	background-color:#cccc99;
}
#nav li.activ{
	background-color:#cccc99;
}
#nav ul.secondlevel li{
	padding: 0px 0px 0px 16px;
	
}

#navschluss, div.special
{
	height:116px;/* IE quirks */

}
#navwrapper > #navschluss, div.special{
	min-height:116px;
	height:auto;/* standard */
}
#navschluss
{
	background-image: url(../images/bg_navabschluss.gif);
	background-repeat: repeat-x;
	background-color:#cccccc;
}
/* --------Specials--------*/
div.special{
    border-top: 4px solid #fff;
    margin: 0px;
    padding: 0px;
    background-color: rgb(245,245,245);
}

div.special .specialsT{
    padding: 0px 14px 0px 14px;
    background-color: rgb(201,183,40);
    
}
div.special .specialsC{
    padding: 7px 14px 7px 14px;
    background-color: rgb(245,245,245);
    
}
div.specialC a,div.specialC a:link,div.specialC a:visited{
    clear: both;
    display: block;
    padding: 7px 0px 7px 0px;
}

/* --------Content--------*/
#contentbox{
	padding-left:4px;/* IE quirks */
	width: 600px;
	overflow:auto;
	font-size: 12px;
}
#contentwrapper > #contentbox{
	padding-left:7px;/* standard */
}
#contenttext,#kontaktlist{
	/*margin-right:10px;*/
	width:572px;
    width:560px;
}
#seitentitelLine{
	border-bottom:2px solid #336699;
	width: 570px;
	margin-bottom:3px;
}

#print
{
	
	padding-top: 5px;
	text-align: right;
}

img.bdhzVisual{
	padding-left:1px;
}
/* --------Footer--------*/
#fussanker{
	margin-top:20px;
}
#footer{
    width: 600px;
	margin-left:205px;
	margin-top:10px;
	color: #aaaaaa;
	font-size: 10px;
    text-align: left;
}
#footer a{
	color: #aaaaaa;
	text-decoration:none;
}

.fotogal {
	width: 102%;
	border: 0;
}

/* --------mailformular error--------*/
span.mailerror {
	color:red;
	font-size: 14px;
	color: #ff6600;
}

span.mailerror b{
	color:red;
	font-size: 16px;
	color: #ff6600;
}

