@charset "utf-8";
/* CSS Document */

* {
   	margin: 0;
	padding: 0;
}

#btn_schueler {
	position: absolute;
	left: 699px;
	top: 62px;
	width: 29px;
	height: 118px;
	
}

#btn_schueler img {
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #DCE5EA;
}

#seite {
	position: absolute;
	left: 50%;
	top: 15px;
	width: 728px;
	height: auto;	
	
	margin-left: -364px;
}

#navi {
	width: 698px;
	height: 32px;
	
	text-align: center;
}

#header {
	width: 699px;
	height: 176px;
	background-image: url(default_schule_FILES/header.jpg);
}

#mitte {
	width: 699px;
	height: auto;
	background-image: url(default_schule_FILES/bereich.jpg);
	background-repeat: repeat-y;
}

#mitte_news {
	width: 667px;
	height: 130px;
	background-image: url(default_schule_FILES/bild_sms.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	margin: 20px 0 0 16px;
}

*html #mitte_news {
	margin-left: 8px;
}

#mitte_news_li, #mitte_news_re {
	width: 280px;
	height: 130px;
	float: left;
	background-color: white;
	text-align: left;
	font-size: 10px;
}

#mitte_news_li {
	border-right: 10px solid #0550A3;
}

#mitte_news_re {
	border-left: 10px solid #0081E9;
	margin-left: 87px;
	
}

#mitte_news_re .csc-textpic-imagewrap {
	height: 130px;
}

*html #mitte_news_li {
	width: 280px;
}



*html #mitte_news_re {
	margin-left: 87px;
	line-height: 0px;
	font-size: 0px;	
}

#mitte_news_li_menu {
	width: 280px;
	height: 130px;
	text-align: left;
	font-size: 11px;
}

#content {
	width: 650px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

*html #content {
	margin-left: 10px;
}

#abschluss {
	width: 650px;
	clear: both;
}

#footer {
	width: 699px;
	height: 34px;
	background-image: url(default_schule_FILES/footer.jpg);
	clear: both;
}

#footer_dop, #footer_menu {
	width: 300px;
	height: 15px;
	float: left;
	margin: 12px 0 0 10px;
	font-size: 10px;
	text-align: left;
	color: white;
}

*html #footer_dop {
	margin-left: 5px;
}

#footer_menu {
	margin: 12px 10px 0 0;
	float: right;
	text-align: right;
}

*html #footer_menu {
	margin-right: 5px;
}

/* Absatz- und Tagformatierungen */
#mitte_news_li h2 {
	padding: 5px;
	color: #0550A1;
	font-size: 16px;
	
}

#mitte_news_li p {
	padding: 5px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #35528C;
}

p {
	margin-bottom: 0.8em;
}

li {
	margin-left: 20px;
}

*html li {
	margin-left: 20px;
}

/* Linkeinstellungen */

/* Navigation oben */
a.nav_top:link, a.nav_top:visited, a.nav_top:hover, a.anav_top:link, a.anav_top:visited, a.anav_top:hover {
	display: block;
	width: 116px;
	height: 20px;
	background-image: url(default_schule_FILES/btn_default.jpg);
	float: right;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	text-decoration: none;
}

*html a.nav_top:link, a.nav_top:visited, a.nav_top:hover, a.anav_top:link, a.anav_top:visited, a.anav_top:hover {
	height: 32px;
}

a.nav_top:hover, a.anav_top:link, a.anav_top:visited, a.anav_top:hover {
	background-image: url(default_schule_FILES/btn_hover.jpg);
	color: #228DDF;
}

/* Navigation unten */
a.submenu:link, a.submenu:visited, a.submenu:hover, a.asubmenu:link, a.asubmenu:visited, a.asubmenu:hover {
	margin-left: 6px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #0550A1;
}

*html a.submenu:link, a.submenu:visited, a.submenu:hover, a.asubmenu:link, a.asubmenu:visited, a.asubmenu:hover {
	margin-left: 6px;
}

a.submenu:hover, a.asubmenu:link, a.asubmenu:visited, a.asubmenu:hover {
	text-decoration: underline;
}

/* Footer Menu */
a.fmenu:link, a.fmenu:visited, a.fmenu:hover {
	color: white;
	text-decoration: none;
}

