 /*Generelle Anweisungen---------------------------------------------------------------------------*/
body {
	background-color:#fff; 
	margin: 0;
	padding: 0;
	}
	
body, td {
	font-family: Arial,Helvetica; 
   font-size: 11px;
	color: #000;  
	}

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

a img{
	border: 1px solid #C6C6C6;
}
a:hover img{
	border: 1px solid #FF6600;
}

a{
	color: #000;
}

a:hover{
	color: #FF6600;
}

a.nodeco img,a.nodeco:hover img{
	border:0px;
}
/*Überschriften----------------------------------------------------------------------------------------------------*/
h1{
	font-family: Arial,Helvetica;
	font-weight: bold;
  font-size: 12px;
	color: #000;
	padding: 3px 2px 1px 2px;
	margin: 0px;
}
h2{
	font-family: Arial,Helvetica;
	font-weight: bold;
   font-size: 12px;
	color: #000;
	padding: 3px 2px 1px 2px;
	margin: 0px;
}
h3{
    font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 3px 2px 1px 2px;
    margin: 0px;
}
.h3 {
    padding: 3px 2px 1px 2px;
    margin: 0px;
}
.h3 td{
    border-bottom: 1px solid #C6C6C6;
    font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
h5{
	background-color: #C6C6C6;
	font-family: Arial,Helvetica;
	font-weight: bold;
   font-size: 12px;
	color: #000;
	padding: 1px 2px 1px 4px;
	margin: 0px 0px 1px 0px;
}

h4{
	background-color: #545454;
	font-family: Arial,Helvetica;
	font-weight: normal;
   font-size: 12px;
	color: #fff;
	padding: 2px 2px 3px 4px;
	margin: 0px;
}

.text_orange{
	color: #FF6600;
	padding: 0px 2px;
}
.orange{color: #FF6600;}
/*Linien, links, button etc.--------------------------------------------------------------------------------------*/
.abstand td{
	padding: 2px;
}
.abstand_lr{
	padding: 0px 2px;
}

.linie_weiss{
	border-bottom: 1px solid #fff;
}
.linie_hellgrau{
	border-bottom: 1px solid #E9E9E9;
}
.linie_grau{
	border-bottom: 1px solid #C6C6C6;
}
.punktlinie{
	background-image: url(../images/punktlinie.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.link_weiss{
	background-image: url(../images/pfeil_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-family: Arial,Helvetica;
   font-size: 11px;
	padding: 0px 8px 0px 10px;
	color: #fff;
	text-decoration: none;
}
a.link_weiss:hover{
	background-image: url(../images/pfeil_grau.gif);
	background-repeat: no-repeat;
	color: #C6C6C6;
}

a.link_black{
	background-image: url(../images/pfeil_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-family: Arial,Helvetica;
   font-size: 11px;
	padding: 0px 2px 0px 10px;
	color: #000;
	text-decoration: none;
}
a.link_black:hover{
	background-image: url(../images/pfeil_orange.gif);
	background-repeat: no-repeat;
	color: #FF6600;
}

a.button_grafik,span.button_grafik {
	background-image: url(../images/button.gif);
	background-repeat: repeat-x;
	border: 1px solid #C65002;
	font-family: Arial,Helvetica;
   font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 1px 8px 2px 8px;
}
a.button_grafik:hover {
	background-image: url(../images/button_aktiv.gif);
	background-repeat: repeat-x;
	border: 1px solid #C65002;
	font-family: Arial,Helvetica;
   font-size: 12px;
	color: #723004;
}
/*Header - ticker ------------------------------------------------------------------------------------------*/
.HeaderText, .HeaderText a{
    font-family: Arial,Helvetica;
    font-size: 11px;
    color: #fff;
}

.header{
            background-image: url(../images/head_bg.jpg);
            background-repeat: no-repeat;
            height: 96px;
            font-family: Arial,Helvetica; 
            font-size: 11px;
            color: #fff;
}

*html .header{
            height: 96px;
}

.ticker td{
	font-family: Arial,Helvetica;
   font-size: 11px;
	color: #fff;
	padding: 0px 4px 4px 0px;
}
.ticker a{
    color: #FFF;
}

.ticker a:hover{
    color: #FF6600;
}


/*Haupt-, second-, thirdnavi------------------------------------------------------------------------------------------*/
.hauptnavi, .hauptnaviaktiv{
	background-image: url(../images/h_navi_bg.gif);
	background-repeat: repeat-x;
}
.hauptnavi a{
	font-family: Arial,Helvetica;
	font-weight: normal;
   font-size: 13px;
	color: #fff;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	display: block;
	border-left: 1px solid #464646;
	border-right: 1px solid #464646;
}
.hauptnavi a:hover,
.hauptnaviaktiv a,
.hauptnaviaktiv a:hover{
	background-image: url(../images/h_navi_bg_aktiv.gif);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica;
	font-weight: normal;
   font-size: 13px;
	color: #fff;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	display: block;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.secondnavi, .secondnaviaktiv{
	background-color: #fff;
}
.secondnavi a{
	background-image: url(../images/second_navi_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica;
   font-size: 12px;
	color: #fff;
	padding: 1px 2px 2px 20px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
}
.secondnavi a:hover,
.secondnaviaktiv a,
.secondnaviaktiv a:hover{
	background-image: url(../images/second_navi_bg_aktiv.gif);
	background-repeat: repeat-x;
	font-family: Arial,Helvetica;
   font-size: 12px;
	color: #fff;
	padding: 1px 2px 2px 20px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
}
*html .secondnavi a,
*html .secondnavi a:hover,
*html .secondnaviaktiv a,
*html .secondnaviaktiv a:hover{
	width: 164px;
}

.thirdnavi, .thirdnaviaktiv{
	background-color: #E9E9E9;
}
.thirdnavi a{
	background-image: url(../images/pfeil_black.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	font-family: Arial,Helvetica;
   font-size: 11px;
	color: #000;
	padding: 0px 2px 0px 30px;
	margin: 2px 0px;
	text-decoration: none;
	display: block;
}
.thirdnavi a:hover,
.thirdnaviaktiv a,
.thirdnaviaktiv a:hover{
	background-image: url(../images/pfeil_orange.gif);
	background-repeat: no-repeat;
	background-position: 18px 5px;
	color: #FF6600;
	padding: 0px 2px 0px 30px;
	margin: 2px 0px;
	text-decoration: none;
	display: block;
}
*html .thirdnavi a,
*html .thirdnavi a:hover,
*html .thirdnaviaktiv a,
*html .thirdnaviaktiv a:hover{
	width: 164px;
}
/*hintergründe - rahmen------------------------------------------------------------------------------------*/
.bg_dunkelgrau{
	background-color: #545454;
}
.bg_weissgrau{
	background-color: #F5F5F5;
}
.bg_weiss{
	background-color: #FFF;
}
.bg_grau{
	background-color: #E9E9E9;
}
.bg_grau_zwei{
	background-color: #C6C6C6;
}
.rahmen{
	border: 1px solid #C6C6C6;
}
.rahmen_dark{
	border: 1px solid #A6A6A6;
}

.weiss_trans{
	background-image: url(../images/banner_bg.gif);
	filter:alpha(opacity=70);
	 -moz-opacity: 0.70;
}
/*formular - Button etc.----------------------------------------------------------------------------------------------*/
input.form_button,button.form_button{
	background-image: url(../images/form_button.gif);
	background-repeat: repeat-x;
	border: 1px solid #D25401;
	background-color: #F97116;
	font-family: Arial,Helvetica;
	font-weight: bold;
   font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 1px 0px;
}
*html input.form_button,*html button.form_button{
	padding: 0px;
}

input.form_feld{
	border: 1px solid #C6C6C6;
	background-color: #F5F5F5;
	font-size: 11px;
   color:#000;
}
textarea.form_textfeld{
	border: 1px solid #C6C6C6;
	background-color: #F5F5F5;
	font-family: Arial,Helvetica;
	font-size: 11px;
   color:#000;
   scrollbar-base-color:#B6B6B6;
	scrollbar-darkshadow-color:#808080;
	scrollbar-face-color:#B6B6B6;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#000;
}
optgroup{
	background-color: #C6C6C6;
	font-style: normal;
}
optgroup  option{
	background-color: #FFF;
}

.quicknavi,.quicknavi option{
	width: 164px;
	font-size:12px;
}
.quicknavi_dunkel{
	background-color: #c6c6c6;
	color: #000;
}
.quicknavi_hell{
    background-color: #FFF;
    color: #8D8D8D;
}
.quicknavi_rotfett{
    background-color: #FCC;
    font-weight: bold;
    color: #FFF;
}
/*Userlist-------------------------------------------------------------------------------------*/
.userlist{
	border: 1px solid #C6C6C6;
	background-color: #E9E9E9;
	width: 162px;
	overflow: auto;
	margin-top: 2px;
   scrollbar-base-color:#B6B6B6;
	scrollbar-darkshadow-color:#808080;
	scrollbar-face-color:#B6B6B6;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#000;
}

.userlist a{
	background-color: #E9E9E9;
	display: block;
	padding: 2px;
}
.userlist a:hover{
	background-color: #fff;
	display: block;
}
*html
.userlist{
	width: 164px;
}
/*content------------------------------------------------------------------------------------------*/


/*Forumlar -Buttons*/

.button_silber_shop{
    width:154px;
    margin-top:4px;
    background-image: url(../images/button_silber_mitte.gif);
    background-repeat: repeat-x;
    background-color:#B1B3BE;
    border: 1px solid #B1B3BE;
    height: 17px;
    font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
    color: #000;
    padding:0px 0px 0px 4px;
    text-decoration: none;
    text-align:center;
    display: block;
}
button.button_grafik{
    background-image: url(../images/button.gif);
    background-repeat: repeat-x;
    border: 1px solid #C65002;
    font-family: Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 1px 8px 2px 8px;

    width:156px;
    margin-top:4px;
    height: 22px;
}

input.form_buttonLogin,button.form_buttonLogin{
    background-image: url(../images/form_button.gif);
    border: 1px solid #D25401;
    background-color: #F97116;
    width:156px;
    text-align: center;
    font-family: Arial,Helvetica;
    font-weight: bold;
   font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 0px 1px 0px;
}
*html input.form_buttonLogin,*html button.form_buttonLogin{
    padding: 0px;
}


div.form_buttonLoginclicked{
    background-image: url(../images/button_aktiv.gif);
    background-color: #F97116;
    color: #723004;
    border: 1px solid #C65002;
    font-family: Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    width:156px;

    height: 20px;
}
button{
cursor: pointer;
}


.button_silber_shopclicked{
    width:154px;
    margin-top:4px;
    background-image: url(../images/button_silber_mitte.gif);
    background-repeat: repeat-x;
    border: 1px solid #B1B3BE;
    font-family: Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
    color: #F0F0F0;
    padding:1px 0px 0px 4px;
    text-decoration: none;
    text-align:center;
    display: block;
}

.button_silber_shop:hover{
    color: #434661;
}

*html .button_silber_shop, *html .button_silber_shopclicked,{
    width:156px;
}

*html .submenutd{
 width:164px;
}

*html .contenttd{
 width:528px;
}

*html .indextd{
 width:700px;
}

*html .teasertd{
 width:164px;
}

.reiternaviaktiv{ background-color: #F97116;}
.reiternavi{background-color: #C6C6C6}

#BigFont {font-size:13px;}
#BigFont h1 {font-size:22px;}
#BigFont h2 {font-size:16px;}
#BigFont h3 {font-size:16px;}
.text_weiss, .text_weiss a{
font-family: Arial,Helvetica;
font-weight: normal;
font-size: 14px;
color: #fff;
margin: 0px;
padding: 0px 2px;
}
.nodeco *{ border:none;}

div.anmeldungLayer{
filter:alpha(opacity=95); moz-opacity: 0.95;
background:#FFFFFF;
border:1px solid #FF6600;
font-weight: normal;
font-size: 11px;
color:#000;
position: relative;
width:158px;
text-align:left;padding: 2px 4px;
margin: -2px 0px 0px 12px;
}
*html div.anmeldungLayer{ width:170px;}

div.UserStatusLayer{
filter:alpha(opacity=95); moz-opacity: 0.95;
background:#FFFFFF;
border:1px solid #FF6600;
font-weight: normal;
font-size: 11px;
color:#000;
position:relative;
top:-90px;
left:-30px;
width:220px;
height:65px;
text-align:left;padding:4px;
}
.fehler_rot{
            background-image: url(../images/fehler_rot.gif);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            background-color: #F8F8F8;
            font-family: Arial,Helvetica;
            font-weight: bold;
            font-size: 12px;
            color: #ff0000;
            border: 3px solid #ff0000;
            padding: 4px 4px 4px 150px;
            height: 70px;
}

.fehler_gruen{
            background-image: url(../images/fehler_ok.gif);
            background-repeat: no-repeat;
            background-position: 0px 0px;
            background-color: #F8F8F8;
            font-family: Arial,Helvetica;
            font-weight: bold;
            font-size: 12px;
            color: #526900;
            border: 3px solid #9EBD36;
            padding: 4px 4px 4px 150px;
            height: 70px;
            text-align: 
}
 
