/* Stylesheet by Werbeagentur Onelio / www.onelio.de */

* {
margin: 0 ;
padding: 0 ;
border: 0 ;
}

body { 
background: #fff ;
font-family: Arial, Helvetica, Sans-Serif ; font-size: 12px ; color: #333 ;
}



/* Container */


#main {
position: absolute ;
left: 50% ;
margin: 0px 0px 0px -390px ;
width: 780px ;
}

#nav {
width: 170px ;
height: 250px ;
margin: 0px 10px 0px 0px ;
float: left ;
}

#content {
width: 600px ;
height: 250px ;
float: right ;
}

#content-pic {
width: 800px ;
height: 250px ;
float: right ;
}

.content { margin: 0px 10px 25px 10px ; line-height: 20px ; }

#footer { margin: 5px 10px 20px 10px ; line-height: 15px ; font-size: 11px ; color: #666 ; }


.link, .nolink { display: block ; background: none ;  height: 25px ; line-height: 25px ; padding: 0px 0px 0px 20px ; }
.link:link { background: none ;  height: 25px ; line-height: 25px ; }
.link:visited { background: none ; height: 25px ; line-height: 25px ; }
.link:hover { background: url(../_img/link_hover.jpg) no-repeat ; height: 25px ; line-height: 25px ; }
.link:active { background: url(../_img/link_hover.jpg) no-repeat ; height: 25px ; line-height: 25px ; }



/* Styles */


a { font-size: 12px ; text-decoration: underline ; color: #111 ; }
a:link { color: #111 ; } 
a:visited { color: #111 ; }
a:hover { color: #555 ; } 
a:active { color: #555 ; }

#nav a { display: block ; font-size: 12px ; font-weight: bold ; text-decoration: none ; cursor: pointer ; }
#nav a:link { color: #333; background: none ; } 
#nav a:visited { color: #333 ; background: none ; }
#nav a:hover { color: #999 ; background: url(../_img/link_hover.jpg) no-repeat #fff ; }
#nav a:active { color: #999 ; background: url(../_img/link_hover.jpg) no-repeat #fff ; }

#footer a { font-size: 11px ; font-weight: bold ; text-decoration: none ; }
#footer a:link { color: #666 ; } 
#footer a:visited { color: #666 ; }
#footer a:hover { color: #666 ; text-decoration: underline ; }
#footer a:active { color: #666 ; text-decoration: underline ; }

h1 { font-size: 16px ; color: #666 ; font-weight: normal ; margin: 20px 0px 0px 0px ; }
h2 { font-size: 12px ; color: #333 ; font-weight: bold ; }

p { margin: 10px 0px 10px 0px ; }

input, textarea { border: 1px solid #ccc ; line-height: 20px }

li { margin: 0px 0px 0px 50px ; }

.rot { font-size: 12px ; color: #F00 ; }



