@charset "UTF-8";
/* Berufsschulzentrum Stockach */

body {
	margin:0px;
	background-image:url(../img/background.jpg);
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
/* um komplette seite */
#layout {
	position:relative;
	height:auto;
	width:852px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	}
	
#head {
	position:relative;
	height:108px;
	width:852px;
	border-left:1px solid #1d4e84;
	border-right:1px solid #1d4e84;
	border-top:1px solid #1d4e84;
	
	}
		
#berufsschulzentrum {
	position:relative;
	float:left;
	width:400px;
	height:108px;
	margin-left:20px;
	}
	
#header-overlay ul, #header-overlay ul li{
	display:block;
	right:10px;
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	z-index:9;	
}
	
/* beinhaltet navigation + content */	
#inhalt {
	position:relative;
	width:852px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	background-color:#FFF;
	border:1px solid #1d4e84;
	padding-bottom:15px;
	clear:left;
	}
	
#navigation {
	position:relative;
	width:852px;
	height:26px;
	background-image:url(../img/bg_navi_darkblue.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:99;
	}

.KETY_breadcrumb {
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
	color: #1D4E84;
	}

#shadow {
	position:relative;
	height:7px;
	width:auto;
	background-image:url(../img/shadow.jpg);
	background-repeat:repeat-x;
	}

#content {
	position:relative;
	width:800px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	margin-top:10px;
	margin-left:25px;
	padding-bottom:20px;
	}
	
#footer {
	position:relative;
	width:852px;
	height:30px;
	margin-top:10px;
	border-top:1px solid #1d4e84;
	text-align:right;
	padding-top:4px;
	}
a.footer, a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	padding-left:10px;

	}
