/*++++++++++++++++++++ hacks ++++++++++++++++++++++++++*/


/*++++++++++++++++++++ html - tags ++++++++++++++++++++++++++*/
* { /* all elements */
margin: 0px;
padding: 0px;
}

body{
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
font-size: 100.1%;
line-height: 110%;
color: #000;
font-weight: normal;
text-align: left;
background-color: #fff;

}
/*#screen{
width:100%;
background-image: url(../img/hg_body.gif);
background-repeat: repeat-y;
}*/
a{
color:#01067B;
text-decoration: none;
}
a img{
border: 0px;
}

h1,h2,h3{
color: #020674;
line-height: 110%;
font-weight:bold;
}
h1{
font-size:80%;
margin-bottom:14px;}
h2{
font-size:70%;
margin-top:7px;
margin-bottom:5px;}
h3{
font-size:60%;
margin-top:14px;
margin-bottom:5px;}

#seite{
display:none;
}
#handheld{
padding: 6px;
}
ul {
margin-top:7px;
}
a:link{
text-decoration: underline;}








