html{
height:100%;
}
body{
font-size:13px;
color:#ffffff;
height:100%;
margin:0;
padding:0;
font-family:Tahoma,Helvetica;
background-color:#155e82;
background-image:url(../images/bg.png);
background-position:topcenter;
background-repeat:x-repeat;
}
h1{
color:#333333;
font-size:11pt;
font-weight:bold
}
a{
text-decoration:none;
color:#015a8e;
}
a:hover{
text-decoration:underline;
}
#footer_out{
font-size:9px;
width:100%;
position:absolute;bottom:3px;
z-index:9999;
}
a.white{
text-decoration:none;
color:#ffffff;
}
a.white:hover{
text-decoration:underline;
}
a.black{
text-decoration:none;
color:#000000;
}
a.black:hover{
text-decoration:underline;
}
.links{
float:left;
margin-right:5px;
}
a.de{
display:inline-block;
background-image:url(../images/enter_de.png);
width:132px;height:148px
}
a.de:hover{
background-image:url(../images/enter_de_hover.png);
}
a.eng{
display:inline-block;
background-image:url(../images/enter_eng.png);
width:132px;height:148px
}
a.eng:hover{
background-image:url(../images/enter_eng_hover.png);
}
#content_out{
height:521px;
width:1000px;
background:url(../images/content.png)top;
align:left;
text-align:left;
}
#content_middle{
height:440px;
padding:50px;
//padding:0px;
color:#404040;
font-family:arial;
//text-align:center;
}
#content_in{
height:440px;
width:900px;
overflow:auto;
//text-align:left;
//position:relative;
//top:50px;
}
#language{
position:fixed;
top:7px;
right:9px;
}
.hidepics{
width:0px;
height:0px;
visibility:hidden;
}