a:link                  {
                        text-decoration: none;
                        color: #ffffff;
                        }

a:visited               {
                        text-decoration: none;
                        color: #ffffff;
                        }

a:hover                 {
                        text-decoration: none;
                        color: #ffa913;
                        }

a:active                {
                        text-decoration: none;
                        color: #cccccc;
                        }


body {
	margin:0;
	padding:0;
    background:#444a4f;

}


.bodytext {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Stil2 {
	font-size: 15px; 
	color: #ffffff;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head {
	font-size: 18px; 
	color: #ffa913;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subhead {
	font-size: 12px; 
	color: #ffa913;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footertext {
	font-size: 11px; 
	color: #ffffff;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper{
	min-height:100%;  /*hierdurch richtet sich der footer vertical am Browserfenster aus*/  /*hierduch richtet sich der footer horizontal am wrapper aus*/
	width: 786px;
	margin:0 auto; /*hierdurch richtet sich der wrapper horizontal in der mitte des Browserfensters aus*/
	z-index:1;
	background:#454a50;
}
* html #wrapper {
	height:100%;
}
#main { /*ein div  welches sich ausdehnt darf nicht floaten (Mozilla) */
  /*hierdurch richtet sich der footer vertical am Browserfenster aus*/
	
	position: relative;  /*hierduch richtet sich der footer horizontal am wrapper aus*/
	width: 786px;
}




#content{
width:786px;
height:auto;
background:#454a50;
float:left;
padding:0 0 0 0;
}


#top{
width:786px;
height:380px;
background-image:url(../images/hint_top_wechsler3.jpg);
background-position:top left;
position:relative;
}


#main{
padding: 0 0 20px 0; /*padding-bottom ist nötig um den footer nach unten zu positionieren */
margin: 0;  
width: 786px;
z-index:20;
position:relative;

background:url(../images/kachel_main.jpg) repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 19px;
font-style:normal;
color: #13130d;
border: #1B360A;
float:left;
}



#text{
width:700px;
height:auto;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 19px;
font-style:normal;
color: #8d8d8d;
padding:15px 0 0 35px;
}

#bottom {
	margin:0 auto;
	width:786px;
	height:54px;
	z-index:20 !important;
	position:relative;
	background-image: url(../images/hint_bottom.jpg);
}

#text_bottom{
width:770px;
height:20px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height: 19px;
font-style:normal;
color: #8d8d8d;
padding:8px 2px 0px 0;

}
#clear {
	clear: both;
	float: none;
}


td, table, tr {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 19px;
font-style:normal;
color: #49565c;

}
