html {
	width:100%;
    height:100%;
	margin-bottom: 1px;
	overflow:hidden;	
}

body {
	font-family:Verdana, Arial, sans-serif;
	/*font-size: 62.5%;*/
	width:100.1%;
	height:100%;
	padding:0;
	margin:0;
	background-color:white;
	overflow:hidden;
	background-image:url(../images/hintergrund_gruen_streifen.jpg);
	background-repeat:repeat-y;
	background-position:top left;		
}

/*gepunkteter Focus-Markierung um Links entfernen*/
a:active, a:focus {
	outline: none;
}

/*Struktur*/
#balken { 
	position:absolute;
	bottom:65px;
	left:38px;
	z-index:80;
	width:100%;
	height:50px;
	background-color:#007115;
}

#balken1 { 
	position:absolute;
	bottom:55px;
	left:38px;
	z-index:90;
	width:100%;
	height:60px;
	overflow:hidden;
}

#balken2 { 
	position:absolute;
	bottom:00px;
	left:38px;
	z-index:78;
	width:1000px;
	height:80px;
	background-color:white;
	opacity:0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";		/*IE8*/
	filter:alpha(opacity=70);		
}

#ebene1 {
	height:30px;
	width:100%;
}

#ebene2 {
	height:20px;
	padding-top:5px;
	width:100%;
		
}

/*
#person {
	position:absolute;
	bottom:90px;
	left:450px;
	z-index:52;
	width:400px;
	height:400px;
}*/

#saeulen {
	position:absolute;
	bottom:65px;
	right:0px;
	z-index:81;
	width:150px;
	height:130px;		
}

#wrapper {
	width:100%;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

#wrapper1 {
	position:absolute;
	top:0px;
	left:0px;
	z-index:52;
	width:1040px;
	height:630px;
	padding:0;
	border:0;
	background-image:url(../images/hintergrund_gruen.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#container {
	width:960px;
	height:auto;
	margin:40px 40px 60px 37px;
}

#punkte {
	position:absolute;
	top:120px;
	left:555px;
	z-index:52;
	width:50px;
	height:47px;
	background-image: url(../images/punkte_oben.png);
	background-repeat: no-repeat;
}

#links {
	float:left;
	width:527px;
}

#rechts {
	float:left;
	width:433px;
	padding:0;
	margin:0;
}

#inhalt {
	padding:138px 0 120px 35px;
}

#termine {
	margin:0;
	padding:0;
}

#bilder {
	width:433px;
}

#bilder img {
	float:right;
}

#schulprojekt {
	position:absolute;
	z-index:180;
	width:60px;
	height:60px;
	bottom:5px;
	left:450px;
}

#schulprojekt a {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../images/weit_punkte_farbe.gif);
	background-position: top;
	background-repeat: no-repeat;
}

/*
#schulprojekt a:hover {
	background-image:url(../images/weit_punkte_farbe.gif);
	background-position: top;
	background-repeat: no-repeat;
}*/


/*Menue*/
/*Ebene 1*/
ul#main {
	width:100%;
	height:30px;
/*	background-image: url(../images/bg_navi_unten.gif);
	background-repeat: repeat-x;*/
	margin:0;
	padding:0 0 0 28px;
	border:0;
	list-style-type: none;
}

ul#main li {
	margin:0;
	padding:0;
	border:0;
	float:left;
	display:inline-block;
}

ul#main li a {
	margin:0;
	border:0;
	padding:0px 10px 0 8px;
	color:white;
	display:inline-block;
	font-size:10pt;
	text-decoration:none;
	line-height:20px;
	height:30px;
	font-weight:normal;
	border-bottom:5px solid transparent;
	background-image:url(../images/streifen_weiss.gif);
	background-position: right;
	background-repeat: no-repeat;
}

ul#main li a:hover,
ul#main li#current a,
ul#main li.active a {
	color:#cccccc;
	padding:0 10px 0 8px;
	border-bottom:5px solid #cccccc;
}

/*Ebene 2*/
ul#sub {
	width:100%;
	height:20px;
	margin:0;
	padding:0 0 0 28px;
	list-style-type: none;
}

ul#sub li {
	float:left;
	margin:0;
	padding:0;
	border:0;	
	height:20px;
	display:inline-block;
}

ul#sub li a {
	color:white;
	display:inline-block;
	font-size:10pt;
	text-decoration:none;
	line-height:20px;
	height:20px;
	font-weight:normal;
	padding:0 10px 0 8px;
	background-image:url(../images/streifen_weiss_sub.gif);
	background-position: right;
	background-repeat: no-repeat;		
}

ul#sub li a:hover,
ul#sub li#current a,
ul#sub li.active a {
	color:#cccccc;
}

/*Positionsausgleich 2. Ebene*/













/*Inhalte*/
h1.componentheading,
h2.contentheading {
	font-size:12pt;
	font-family:Verdana;
	color:#007115;
	padding-bottom:20px;
}


h1 {
	font-size:16pt;
	font-family:Verdana;
	color:#007115;
	padding-bottom:20px;
}

h2 {
	font-size:14pt;
	font-family:Verdana;
	color:#007115;
	padding-bottom:20px;
}

h3 {
	font-size:12pt;
	font-family:Verdana;
	color:#007115;
	padding:15px 0 10px 0;
}

h4 {
	font-size:12pt;
	font-family:Verdana;
	color:#808080;
	padding-bottom:20px;
}



p {
	font-size:10pt;
	line-height:13pt;
	font-family:Verdana;
	color:#808080;
	padding-bottom:10px;
}

ul {
	list-style-type: square;
	padding-bottom:15px;	
}

li {
	font-size:10pt;
	font-family:Verdana;
	color:#808080;	
	margin:0;
}

a {
	font-size:10pt;
	font-family:Verdana;
	color:#808080;
	text-decoration:underline;	
}

p.buttonheading {
	display:none;
}

/*Ansicht Kategorieliste*/
td.cat_count {
	display:none;
}


/*Ansicht Kategorieblog*/
div.article_column h2.contentheading {
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	color:#808080;	
	padding:0;	
}

div.article_column p {
	padding-bottom:0 !important;
}











/*Aktuelle Termine*/
div.moduletable_termine {
	padding:25px 20px 0 60px;
	height:93px;
}

/*
div.moduletable_termine h3 {
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	color:white;	
	padding:5px 0 5px 0;		
}
*/
div.moduletable_termine h2.contentheading {
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	color:white;	
	padding:0;	
}

div.moduletable_termine p {
	padding:0;	
}

div.moduletable_termine a {
	display:none;
}

div.moduletable_termine h2.contentheading a.contentpagetitle {
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana;
	color:white;	
	padding:0;
	display:inline !important;
	text-decoration:none;	
}

div.moduletable_termine h2.contentheading a.contentpagetitle:hover {
	text-decoration:underline;
}

div.moduletable_termine p.buttonheading {
	display:none;
}
div.moduletable_termine p {
	font-size:10pt;
	font-family:Verdana;
	color:white !important;
	display:block;
	/*height:18px;   Einstellung, wenn 2 Termine angezeigt werden*/
	height:36px;
	overflow:hidden;
}



/*Geschaeftsfueheraufgabe*/
form#aufgabe {
	margin-top:20px;
}

.cleaner {
	clear:both;
	height:10px;
}

div.label{
	float:left;
	width:80px;
	font-size:10pt;
	line-height:13pt;
	font-family:Verdana;
	color:#808080;
	margin-right:15px;	
}

div#anrede_radios {
	float:left;
}

form#aufgabe label, form#aufgabe input.text {
	display:block;
	float:left;
}

form#aufgabe label {
	width:80px;
	font-size:10pt;
	line-height:13pt;
	font-family:Verdana;
	color:#808080;
	margin-right:15px;
}

form#aufgabe input.text{
	width:270px;
	border:1px solid #c2c2c2;
}

div.tabs_aufgabe {
	width:390px;
	height:25px;
	margin-left:-2px;
}

div.tabs_aufgabe p {
	display:block;
	font-size:8pt;
	float:left;
	width:100px;
	height:25px;
	line-height:25px;
	background-color:#dfdfdf;
	margin:0 2px;
	padding-left:5px !important;
	color:#505050 !important;
}

div.tabs_aufgabe p#tab_aktiv {
	background-color:#c2c2c2;
}

div.rahmen_aufgabe {
	border:1px solid #c2c2c2;
	background-color:white;
	opacity:0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";		/*IE8*/
	filter:alpha(opacity=60);	
	width:370px;
	height:auto;
	padding:10px;	
}

div.rahmen_aufgabe p {
	font-size:10pt;
	line-height:13pt;
	font-family:Verdana;
	font-weight:bold;
	color:black !important;
	padding-bottom:10px !important;	
}

form#aufgabe p {
	color:black;
	padding:0;
}

input.gfa_button {
	border:1px solid #c2c2c2;
	background-color:#dfdfdf;
	color:black;
	width:100%;
}

input.gfa_button_small {
	border:1px solid #c2c2c2;
	background-color:#dfdfdf;
	color:black;
	width:49%;
}

textarea.gfa_textarea {
	width:358px;
	height:170px;
	background-color:white;
	float:left;
	margin:0;
	border:1px solid #c2c2c2;
	padding:5px;
	font-family:Verdana;
	color:black;
}

textarea.gfa_textarea_2 {
	width:358px;
	height:170px;
	background-color:transparent;
	float:left;
	margin:0;
	border:1px solid #c2c2c2;
	padding:5px;
	font-family:Verdana;
	color:#808080;
}

