/* 
#8cc13e
*/

* {
	padding:0px;
	margin:0px;
	font-family:arial;
	font-size:12px;
	color:#000;
}

body {
	background-color:#fff;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}

.bg_green {
	background-color:#C3EA3A;
	background-position:bottom;
	background-image:url(img/bg_boxes.png);
	background-repeat:repeat-x;	
}



.bg_green {
	background-color:#8cc13e;
}


h1 {
	margin-bottom:15px;
	font-size:18px;
}
h2 {
	font-size:18px;
	padding-top:15px;
	margin-bottom:5px;
}
h3 {
	font-size:14px;
	margin-bottom:5px;
}
h4 {
	font-size:14px;
	margin-bottom:5px;
	color:#fff;
}
h6 {
	font-size:10px;
	margin-bottom:5px;
}

h1,
h2,
h3 {
	/*color:#00AEC2;*/
	color:#4178B1;
	margin-top:10px;
}

ul	{
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
}

p	{
	margin-bottom:15px;
}

div.clear {
	clear:both;
}

/* HEADER */
div#header {
	background-image:url(img/bg_header_2012_2013.png);
	position: relative;
	height:125px;
}

div#headerInner {
	position: relative;
	top:64px;
}

/* AUSSENRAHMEN */

div#AllSiteWrapper {
	position: relative;
	width:906px;
	margin-left:-453px;
	left:50%;
	
}

div#ContentWrapper {
	position:relative;
	background-image:url(img/background.png);
	height:566px;
}

div#SchuelerEintragenButton {
	position:absolute;
	width:119px;
	height:119px;
	top:-20px;
	left:-70px;
}
div#SchuelerEintragenButton *,
div#SchuelerEintragenButton a {
	font-weight:bold;
	font-size:14px;
	margin-left:10px;
}

div#SchuelerBild {
	position:absolute;
	width:180px;
	height:350px;
	top:100px;
	left:-50px;
}
div#SchuelerBildText {
	border:0px solid #ddd;
	font-size:11px;
	position:relative;
	top:10px;
	left:50px;
}

div#Message {
	position:absolute;
	background-color:#fff;
	border:2px solid #36c;
	width:400px;
	left:250;
	top:100px;
	z-index:1000;
}

div#ContentInner {
	position:absolute;
	background-image:url(img/bg_content.png);
	width:674px;
	height:552px;
	top:6px;
	left:213px;	
	overflow:auto;
}
div#ContentInnerPadding {
	position:relative;
 	padding:10px;
}


/* FORMS */

input,
textarea {
	border:1px solid #bbb;
	padding:5px;
	width:100%;
}

textarea {
	background-image:url(img/textarea_lines.gif);
	line-height:21px;
	width:100%;
}

input[type=checkbox] {
	width:auto;
}

fieldset {
	border:1px solid #b0f090;
	background-color:#c3ea3a;
	margin:10px;
	margin-left:10px;
	margin-right:10px;
	padding:10px;
}


/* MENÜ */

div.menu_item a {
	font-weight:bold;
	color:#3B3B3B;
	text-decoration:none;
}

div.menu_wrap {
	position:absolute;
}

div.menu_item {
	margin-left:30px;
	height:20px;
	float:left;
	position:relative;
	z-index:1000;
}

div.menu_item div.menu_wrap,
div.menu_item div.menu_wrap div.menu_item div.menu_wrap {
	display:none;
}
div.menu_item.hover div.menu_wrap,
div.menu_item:hover div.menu_wrap,
div.menu_item div.menu_wrap div.menu_item.hover div.menu_wrap,
div.menu_item div.menu_wrap div.menu_item:hover div.menu_wrap  {
	display:block;	
}
div.menu_item div.menu_item {margin-left:0px;}
div.menu_item div.menu_item div.menu_item {margin-left:0px;left:154px;top:-20px}

div.menu_item div.menu_item,
div.menu_item div.menu_item div.menu_item {
	clear:both;
	width:150px;
	background-image:url(img/bg_menu.png);
	padding:4px;
}


div#Breadcrumb {
 	padding:4px;
	padding-left:16px;
}
div#Breadcrumb,
div#Breadcrumb a {
	font-size:11px;
}


/* SONSTIGES */
div#errorbox {
	border:1px solid #a90000;
	background-color:#fceeee;
	padding:3px;
	width:200px;
}
div#errorbox h2 {
	font-size:14px;
}
div#errorbox h2,
div#errorbox p {
	color:#333;
}


