/*//////////////// Text //////////////////////////////////////*/

body , table , td { 
 font-family : Arial, Helvetica,  sans-serif;
 font-size:12px;
 color:#333333;
}

.ueb{
 font-family : Arial, Helvetica,  sans-serif;
 font-size:16px;
 color:#7bc4ea;
}

/*//////////////// Links //////////////////////////////////////*/

.auswahl a:link{
 font-family : Arial, Helvetica,  sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:visited {
 font-family : Arial, Helvetica,  sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}
.auswahl a:hover {
 font-family : Arial, Helvetica,  sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:underline;
}
.auswahl a:active {
 font-family : Arial, Helvetica,  sans-serif;
 font-size:12px;
 color:#ed5311;
 text-decoration:none;
}


/*//////////////// Postitionen //////////////////////////////////////*/

#head {

 width:568px;
 background-image: url(/calculation/pvonline/img/hilfe_head.png);
 background-repeat: no-repeat;

 

}
#container_hilfe {

 width:568px;
 background-image:url(/calculation/pvonline/img/hilfe_container.png);
 background-repeat:repeat-y;
 
 padding-bottom:30px;
 padding-left:30px;
 padding-right:30px;
 padding-top:17px;

}
#foot {

 width:568px;
 clear: both;
 background-image:url(/calculation/pvonline/img/hilfe_foot.png);
 background-repeat: no-repeat;
}
