/* HYPERLINKS */
a:link, a:visited, a:active, a:hover
{ 
text-decoration : none;
font-weight : normal;
color : #FF9933;
font-size : 12px;
}
a:visited, a:active, a:hover
{
color : #CC6699;
}
/* HYPERLINKS SUB */
a.sub:link, a.sub:visited, a.sub:active, a.sub:hover
{ 
font-family : verdana;
text-decoration : none;
font-weight : normal;
color : #666666;
font-size : 11px;
}
/* AUSRICHTUNG */
#horizon
{
background-color : #000000;
position : absolute;
top : 50%;
left : 0px;
width : 100%;
height : 1px;
overflow : visible;
visibility : visible;
}
/* GESAMTER INHALT */
#layout
{
position : absolute;
top : -275px; left : 50%;
margin-left : -380px;
background-repeat : no-repeat;
width : 760px;
height : 550px;
}
/* NAVIGATION */
#navi
{
position : absolute;
left : 100px; top : 185px;
width : 100px;
height : 400px;
float : left
}
/* CONTENT */
#content
{
position : absolute;
left : 300px; top : 100px;
background-color : #000000;
padding : 3px;
width : 400px;
min-height : 100px;
color : #FFFF33;
font-family : verdana;
font-size : 12px;
border : 3px solid #CC6699;
-moz-border-radius : 5px
}
/* UNTENRUM */
#sub 
{
position : absolute;
top : 275px; left : 50%;
margin-left : -380px;
width : 760px;
height : 34px;
}
