/* Scroll */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbar {width: 51px; background: url(images/scroller.gif); background-repeat:no-repeat; cursor:pointer;}
.vscrollerbarbeg {height: 0px !important; width: 0px;}
.vscrollerbarend {height: 0px; width: 0px;}

.vscrollerbase {width: 51px; background: url(images/scroll_bg.gif); background-repeat:no-repeat;}
.vscrollerbasebeg {width: 12px; height: 14px !important; background:url(images/up.gif)}
.vscrollerbaseend {width: 12px; height: 14px; background:url(images/down.gif)}

.hscrollerbase {height: 0px;}
.hscrollerbar {height: 0px;}
.vscrollerbar, .hscrollerbar {padding: 14px; z-index: 2;}
.scrollerjogbox {width: 0px;height: 0px;top: auto; left: auto;bottom: 0px; right: 0px;}

#mycustomscroll {
width: 440px;
height: 320px;
overflow: auto;
position: absolute;
top: 78px;
margin:0px;
padding: 0px;
padding-right:54px;
font-family:'Courier New', Courier, monospace;
font-size:11px;
color:#446271;
line-height:14px;
}

/* Scroll End */



body {
background-color:#f6f6f6; 
background-position: top center; 
background-attachment:fixed; 
background-repeat:no-repeat; 
padding:0px; 
margin:0px; 
font-family:'Courier New', Courier, monospace; 
font-size:11px; 
color:#255269; 
line-height:14px;
}

#navigation {
position:absolute; 
top:428px; 
left:200px; 
height:20px; 
width:670px; 
text-align:right;
}

#content {
position:relative; 
margin-left:auto; 
margin-right:auto; 
margin-top:62px; 
width:870px; 
height:450px; 
padding:0px;
}

#haupttitel_text {
position:absolute; top:43px;
width:405px;
height:25px;
background-repeat:no-repeat;
}


#logo {
position:absolute;
top:0px;
left:0px;
width:166px;
height:22px;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}


#navigation a:link, #navigation a:visited {
color:#255269;
text-decoration:none;
}

#navigation a:hover, #navigation a:active {
color:#255269;
text-decoration:none;
text-decoration:underline;
}

p {
padding:0px;
margin:0px;
line-height:14px;
font-size:11px;
}

h1 {
padding:0px;
margin:0px;
line-height:14px;
font-size:11px;
font-family:"Courier New", Courier, monospace;
color:#255269;
font-weight:normal;
}

#mycustomscroll a:link, #mycustomscroll a:visited, #mycustomscroll a:active {
color:#255269;
text-decoration:none;
}

#mycustomscroll a:hover {
color:#113344;
text-decoration:underline;
}


#annatrauffer {
position:absolute;
left:-1000px;
top:50px;
}