@charset "utf-8";
/* Grunddesign f&uuml;r EWTO-Schulseiten */

/* Allgemein */
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/vorlage/background_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EFF0F0;
	font-family:Arial,Helvetica,sans-serif;
}
/* Kopf der Seite */
#kopf {
	height: 120px;
	width: 980px;
	margin: auto;
	position: relative;
}
#datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	position: relative;
	text-align: right;
	float: right;
	top: 5px;
	right: 5px;
}
#schulname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	z-index: 100;
	padding-left: 90px;
	margin-bottom: 5px;
}
#ewto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
    right: 0;
    top: 54px;
}
/*Mediabox*/
#mediabox {
	width: 960px;
	height: 360px;
	margin: auto auto 14px;
	background-color: #FFF;
	border: 1px solid #D5D6D6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
	padding: 10px;
}
div.aufmacher{
	position: relative;
	height: 360px;
	width: 960px;
}
div.aufmacher img{
	border: 0;
}
/* Hauptinhaltsbox */
#hauptbox {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #D5D6D6;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
	padding-top: 0px;
}
#linkespalte {
	width: 600px;
	border-right: 1px solid #E5E5E5;
	padding: 0 20px;
	display: table-cell;
	vertical-align: top;
}
#linkespalte h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000033;
}
#linkespalte h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
}
#linkespalte h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}
#linkespalte p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#linkespalte p a {
	color: #000033;
	text-decoration: none;
}
#linkespalte p a:hover {
	color: #000033;
	text-decoration: underline;
}
#linkespalte ul {
  	color: #000033;
  	list-style-image:url(../images/vorlage/pfeil_re.png)
}
#linkespalte li {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  	margin-bottom: 15px;
}
#linkespalte li>a {
  	color: #000033;
  	text-decoration: none;
}
#linkespalte li>a:hover {
  	color: #000033;
  	text-decoration: underline;
}
/* rechte Spalte */
#rechtespalte {
	width: 310px;
	padding: 20px 0 0 14px;
	display: table-cell;
	vertical-align: top;
}
#rechtespalte h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 0px;
}
#rechtespalte h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#rechtespalte h4 a {
	color: #C00;
	text-decoration: underline;
}
#rechtespalte h4 a:hover {
	color: #000;
	text-decoration: underline;
}
#rechtespalte div.contentelement{
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #E5E5E5;
}
#rechtespalte div.contentelement:first-child{
	padding-top: 0 !important;
	border: 0 !important;
}
/* Fusszeile */
#fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 980px;
	margin: auto;
	text-align: center;
	color: #999999;
	padding-bottom: 20px;
	padding-top: 30px;
	border-left: 1px solid #D5D6D6;
	border-right: 1px solid #D5D6D6;
	border-bottom: 1px solid #D5D6D6;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-moz-box-shadow: 1px 1px 1px #222;
	-webkit-box-shadow: 1px 1px 1px #222;
	box-shadow: 1px 1px 1px #222;
	background: url(../images/vorlage/background_footer.png) repeat-x left bottom;
	margin-bottom: 30px;
	margin-top: 0px;
	height: 82px;
	clear:both;
}
#fuss a {
	color: #999999;
	text-decoration: underline;
}
#fuss a:hover {
	color: #000000;
	text-decoration: underline;
}

#fuss p {
	margin-bottom: 0px;
}
#google {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 25px;
	margin-top: 25px;
}
#facebook {
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
	height: auto;
	width: auto;
	clear: right;
	text-align: center;
}
