/* auf content_column="col1" eingestellt */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
margin:0px;
background-color:#F2F9FF;
}

.bg_left {
background-image: url("pics_css/bg_left.gif");
background-position:top;
background-repeat:no-repeat;
}
.bg_right {
background-image: url("pics_css/bg_right.gif");
background-position:top;
background-repeat:no-repeat;
}
.bg_pano {
background-image: url("pics_css/bg_pano.gif");
background-position:top;
background-repeat:no-repeat;
}

.thumb_view {
float:left;
padding:6px 3px 0px 6px;
}
.thumb a{
width:130px;
border:1px solid #000040;
display:block;
background-color:#FFFFEB;
margin: 12px 0px 0px 0px;
text-decoration:none;
font-size: 11px;
padding:3px;
color:#000040;
}
.thumb a:hover {
border:1px solid #000040;
color:#000040;
background-color:#FAE4A3;
}

.hilfe {
color:#000040;
}

.hilfe h1 {
font-size:11px;
font-weight:bold;
color:#000040;
text-decoration:underline;
margin:0px;
padding:0px;
}

.hilfe a{
font-size:12px;
font-weight:bold;
text-decoration:underline;
color:#000040;

}
.hilfe a:hover {
text-decoration:underline;
font-weight:bold;
color:#F1BA14;
}





