	
	html{
		overflow-y:scroll;
	}

	.tblBorderBlue td, .tblBorderBlue th, .tblBorderBlue table {
		border:1px solid #99c5d8;
	}

	.TableBorderNone td, .TableBorderNone  th, .TableBorderNone{
            border:none;
        }

	body{
		margin:0px;
		background-image:url('/img/hintergrund/farb_hg.png');
		background-repeat:repeat-x;
	}
	
	div{
		overflow:hidden;
	}
	
	input[type="text"] {
	   	border:1px solid #000;
		margin-top:1px;
		margin-bottom:1px;
		width:260px;
	}

	ul{
		margin:0px;		
		padding:0px;
		margin-top:-6px;
		padding-left:14px;
		list-style-type:none;
		list-style-image:url(../img/aufzaehlung_punkt_gelb.gif);
	}

	*+html ul{
		margin-top:-14px;
		margin-left:3px;	
	}

	.EditingFormErrorLabel {
		margin-left:5px;;
		color:#f00;
	}

	.EditingFormControlNestedControl {
		float:left;
	}
	
	textarea{
		border: 1px solid  #000;
	}

	select {
		font-size:11px;
	}
	
	.homeLink {
		height:82px;
		width:112px;
		position:absolute;
		left:880px;
		top:106px;
		cursor:pointer;
		z-index:5550;
	}

	.contentBox{
		width:1040px;
		font-size:11px;
		font-family:Arial;
		background-image:url('/img/hg_schatten/schatten_neu.png');
		background-repeat:no-repeat;
		position:relative;
		z-index:0;			
	}

	*+html .contentBox {
		top:-20px;
	}
	
	.innerContentFrame{	
		margin-left:10px;
	}
	
	.head{
		width:1020px;
		height:282px;
		margin-left:10px;
	}
	
	.navigation{
		width:176px;
		margin-left:15px;
		float:left;
		background-position:7px 0px;
		background-image:url('/img/navigation/nav_hg_01.jpg');
		background-repeat:no-repeat;
	}
	
	.navigation a{
		font-size:12px;
		padding-right:13px;
		text-decoration:none;
		color:#000;
		float:right;
	}
	
	.hauptNavigationAktiv a{
		font-weight:bold;
	}
	
	.hauptNavigationAktiv{
		background-image:url('/img/navigation/onmouse_over1.png');
	}
	
	.unterNavigation, .unterNavigationAktiv, .hauptNavigation, .hauptNavigationAktiv{
		height:20px;
		margin-bottom:2px;
		padding-top:5px;
		background-repeat:no-repeat;
		background-position:26px 0px;
	}
	
	.unterNavigationAktiv {
		background-image:url('/img/navigation/onmouse_over2.png');
	}
	
	.innerContent{
		float:left;
		margin-left:43px;
		width:601px;
	}
	
	.textBackground, .blauBox{
		background-repeat:no-repeat;
		background-image:url('/img/farb_text_schule.png');
		padding-left:12px;
		padding-top:5px;
		widht:450px;
		height:20px;
		margin-top:15px;
		margin-bottom:15px; 
		font-weight:bold;
		margin-left:76px;
	}
	
	
	.footer {
	background-image:url(/img/hg_schatten/abschluss_hg_schatten.png);
background-position:-10px -5px;
background-repeat:no-repeat;
color:#FFFFFF;
font-family:arial;
font-size:11px;
height:51px;
text-align:left;
width:1020px;
margin-left:10px;}
	
.shadow{
background-image:url("/img/hg_schatten/abschluss_schatten_x.png");
background-position:top;
height:10px;
width:1040px;
}

	.home{
		float:left;
		margin-left:139px;
		margin-top:35px;
		width:105px;
		margin-top:30px;
	}
	
	.home a {
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	.adresse{
		width:400px;
		margin-top:30px;
	}
	
	.adresse a{
		color:#FFF;
		
	}
		
	.cleaner{
		clear:both;	
		height:0px;
		font-size:0px;
	}
	
	
	.fleft{
	   float:left;
	}