/* CSS Schule Wehntal */
/* ------------------ */

/* Hier werden die weiteren CSS-Files eingebunden */
@import url(styles_navigation.css);
@import url(styles_content.css);
@import url(styles_rte.css);
@import url(styles_formular.css);
@import url(styles_indexedsearch.css);
@import url(styles_powermail.css);

/* Allgemeine Einstellungen */

html { height: 100.2%; font-size: 62.5% }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	line-height: 1.4em;
 	text-align: center;
	background-color: #c7c9c9;
}

 /* Alle Werte werden auf 0 gesetzt, damit alle Brwoser reseted sind */
 * { margin: 0px; padding: 0px; border: 0px;}
 
 
 a { 
	text-decoration: underline;
	color: #ff0066;
}
 a:link {}
 a:visited {}
 a:hover {
	 text-decoration: none;
}
 a:active {}

 /* DIV Layout */
 
 div#wrapper {
	width: 960px;
	min-height: 620px;
	margin: 20px auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #999;
	background-color: #FFF;
}

* html div#wrapper { height: 620px; }

div#head {
	width: 960px;
	height: 105px;
	background-image: url(../images/navigation/balken_oben.jpg);
	background-repeat: no-repeat;
}

div#logo {
	width: 240px;
	height: 70px;
	float: left;
}
div#search {
	width: 702px;
	height: 40px;
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 17px;
}
div#subnav {
	width: 925px;
	height: 35px;
	clear: both;
	text-align: right;
	padding-right: 35px;
}
* html div#subnav { width: 960px; }

div#content_wrapper {
	width: 960px;
	min-height: 490px;
	background-image: url(../images/navigation/adresse.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
* html div#content_wrapper { height: 490px; }

div#navigation_wrapper {
	width: 220px;
	min-height: 490px;
	float: left;
}
* html div#navigation_wrapper { height: 490px; }

div#navigation {
	width: 185px;
	min-height: 350px;
	padding-top: 30px;
	padding-left: 35px;
}
* html div#navigation { height: 350px; }

div#adresse {
	width: 220px;
	height: 110px;
}

div#content {
	width: 440px;
	min-height: 465px;
	padding-top: 25px;
	padding-left: 20px;
	float: left;
}
* html div#content { height: 465px; width: 460px; }

div#aktuell {
	width: 210px;
	min-height: 465px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;
	float: right;
}
* html div#aktuell { height: 465px; width: 280px; }

div#clear {
	clear: both;
}

div#footer {
	width: 960px;
	height:25px;
	clear: both;
}
