/* ALLGEMEINE ANGABEN */

body {
background: #000 url(../i/bg.jpg) 0 12px fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.688em;
color: #333;
margin: 0px;
}

div {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
color: #990000;
}

a:hover, a:focus {
text-decoration: underline;
color: #990000;
}


h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 26px;
margin: 0 0 10px 0;
padding: 0px;
}

h1.wiki {
font-size: 22px;
color: #333;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
margin: 0 0 10px 0;
padding: 0px;
color: #333;
}

h2.wiki {
font-size: 20px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0 0 10px 0;
padding: 0px;
color: #333;
}

h4 {
font-size: 11px;
margin: 0px 0 8px 0;
padding: 0px;
color: #333;
line-height: 1.6;
}

p {
margin: 0px;
padding: 0 0 10px 0;
line-height: 1.6;
}

.clear {
font-size: 1px; 
height: 1px;
} 

ul {
list-style: none;
padding: 0px;
margin: 0px;
}

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

ul.content {
list-style: disc;
padding: 0 0 15px 15px;
margin: 0px;
line-height: 1.6;
}

ol.content {
line-height: 1.6;
margin: 0px;
padding: 20px;
}



/* ########## RAHMEN (Header, Content, Bottom) ############ */

#top {
color: #fff;
height: 100%;
font-weight: bold;
padding: 40px 0 0 30px;
}

#top a {
color: #fff;
background: #333;
}



#header {
height: 138px;
}

#content {
padding: 0 0 25px 25px;
}

#bottom {
padding: 25px;
background: #000;
text-align: center;
color: #fff;
}

#bottom a {
color: #fff;
}

/* ########## NAVI (Tableiste) ############ */

a.tab_active {
border: #999 solid 1px;
background-color:#fff;
border-bottom: none;
float: left;
padding: 5px;
margin-right: 5px;
font-weight: bold;
}

div.tab_leiste {
position: relative;
z-index: 100;
top: 1px;
padding: 0 5px 0 0;
}


ul.tab_box  {
margin: 0 0 0 5px;
}

.tab_box li {
float: left;
} 

.tab_box a {
color: #fff;
background: #333333;
font-weight: bold;
padding: 5px 8px 5px 8px;
margin: 0 3px 0 0;
text-decoration: none;
cursor: pointer;
}

.tab_box a span {
color: #fff;
background: url(../i/right-tab.gif) 100% 0 no-repeat;
padding: 5px 15px 0 0;
}

.tab_box a, .tab_box a span {
display: block;
float: left
}

/* Hide from IE5-Mac \*/ .tab_box a, .tab_box a span
{
float: none
}
/* End hide */

.tab_box a:hover {
background: #6B6B6B;
}

.tab_box a:hover span {
background: url(../i/right-tab-hover.gif) 100% 0 no-repeat;
}

.tab_box a.active {
color: #333;
background: url(../i/transparent.png); 
}

.tab_box a.active span {
color: #333;
background: url(../i/right-tab-active.gif) 100% 0 no-repeat;
}

.tab_box a.active:hover {
background: url(../i/transparent.png); 
}

.tab_box a.active:hover span {
background: url(../i/right-tab-active.gif) 100% 0 no-repeat;
}


#vertikal_navi {
position: relative;
left: -26px;
}

.tab_vertikal a {
width: 285px;
display: block;
color: #fff;
background: #333 url(../i/vert_p_top.gif) 100% 0 no-repeat;
font-weight: bold;
margin: 2px 0 0 0;
text-decoration: none;
}

.tab_vertikal a div {
background: url(../i/vert_p_bottom.gif) 100% 100% no-repeat;
padding: 6px 5px 7px 8px;
}

.tab_vertikal a:hover {
background: #6B6B6B url(../i/vert_h_top.gif) 100% 0 no-repeat;
text-decoration: none;
color: #fff;
}

.tab_vertikal a:hover div {
background: url(../i/vert_h_bottom.gif) 100% 100% no-repeat;
}

.tab_vertikal a.active {
color: #333;
background: #fff;
}

.tab_vertikal a.active div {
background: url(../i/vert_a_right.gif) 100% 0 no-repeat;
}

.tab_vertikal a.sub {
width: 265px;
background: none;
color: #333;
padding: 2px 0 5px 15px;
margin: 0 0 0 2px;
}

.tab_vertikal a.subactive {
width: 265px;
background: #EAEAEA;
color: #333;
padding: 2px 0 5px 15px;
margin: 0 0 0 2px;
}

.tab_vertikal a.sub:hover {
background: #EAEAEA;
}

.tab_vertikal .head {
padding: 2px 10px 0 10px;
height: 100%;
background: #fff;
width: 263px;
border: #ccc solid 1px;
border-left: none;
}

.tab_vertikal div.profile_pic {
float: left; 
width: 55px;
margin: 0 10px 0 0;
}

.tab_vertikal div.profile_name {
float: left; 
margin:  20px 0 0 0;
}