 /*Generelle Anweisungen---------------------------------------------------------------------------*/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#000000; 
	margin: 0;
	padding: 0;
	}
	
td {
	font-family: Arial,Helvetica; 
	font-size: 12px;
	}

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

.bg_weiss a img{
	border: 1px solid #747474;
}
.bg_weiss a:hover img{
	border: 1px solid #FFB401;
}

a.nodeco img,a.nodeco:hover img{
	border:0px;
}

a{
	font-family: Arial,Helvetica;
	font-size: 11px;
	color: #FFB401;
}
a:hover{
	color: #FFB401;
	text-decoration: none;
}

a.link{
	background-image: url(images/pfeil_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-family: Arial,Helvetica;
    font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	padding: 0px 0px 0px 12px;
}
a.link:hover{
   background-image: url(images/pfeil_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	color: #FFB401;
}

a.link2, a.link2:hover{
	color: #000;
    font-size: 12px;
}


small{
	text-transform: default!important;
}

/*Überschriften----------------------------------------------------------------------------------------------*/
h1{
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #FFB401;
	padding: 4px 8px;
	margin: 0px;
	display: block;
}
h2{
	background-color: #FFB401;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	padding: 4px 8px;
	margin: 0px;
	display: block;
}

h2 a{
	background-color: #FFB401;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
}
h2 a:hover{
	color: #000;
	text-decoration: none;
}
h3{
	background-color: #FFB401;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	padding: 4px 8px;
	margin: 0px;
	display: block;
}

h3 a{
	background-color: #FFB401;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	text-decoration: underline;
}
h3 a:hover{
	color: #000;
	text-decoration: none;
}
h5{
	background-color: #FFB401;
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 0px 8px;
	margin: 0px;
}

h5 a{
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}

h5 a:hover{
	color: #000;
	text-decoration: none;
}

h4{
	font-family: Arial,Helvetica;
	font-weight: bold;
   font-size: 14px;
	color: #EDEDED;
	padding: 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	border: 4px solid #EDEDED;
}
h4 a{
	font-family: Arial,Helvetica;
	font-weight: bold;
	font-size: 18px;
	color: #EDEDED;
	padding: 4px 0px;
	margin: 0px;
	text-decoration: underline;
}
h4 a:hover{
	color: #EDEDED;
	text-decoration: none;
}

ul{
	padding: 0px;
	margin:  0px;
}
li{
	list-style: none;
	background-image: url(images/stern_pink.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 0px 8px 20px;
}
/*Navigation---------------------------------------------------------------------------------------------*/
td.navi{
	border-top: 0px solid #454545;
}

.navi{
	background-image: url(images/navi.gif);
	background-repeat: repeat-x;
}

.naviaktiv{
	background-image: url(images/navi_aktiv.gif);
	background-repeat: repeat-x;
}

.navi a{
	font-family: Arial,Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 12px 8px;
	display: block;
	height: 40px;
}
.navi a:hover,
.naviaktiv a,
.naviaktiv a:hover{
	background-image: url(images/navi_aktiv.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial,Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 12px 8px;
	display: block;
	height: 40px;
	text-decoration: underline;
}
*html .navi, .naviaktiv,
.navi a,
.navi a:hover,
.naviaktiv a,
.naviaktiv a:hover{
	height: 64px;
}

td.topnavi{
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	border-bottom: 1px solid #C8C8C8;
}

.topnavi a{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-image: url(images/navi_pf.gif);
	background-repeat: no-repeat;
	padding: 8px 10px 4px 22px;
	display: block;
	float: left;
}

*html .topnavi a{
	height: 28px;
}

.topnavi a:hover, .topnavi a.aktiv:hover, .topnavi a.aktiv{
	color: #000000;
	background-image: url(images/navi_pf_aktiv.gif);
}

.topnavi a.anfang{
	background-image: url(images/navi_pf2.gif);
}

.topnavi a.anfang:hover, .topnavi a.anfang_aktiv{
	background-image: url(images/navi_pf_aktiv2.gif);
}

/*background, Rand---------------------------------------------------------------------------------*/
/*.bgrand_li{
	background-image: url(images/bg_rand_li.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bgrand_re{
	background-image: url(images/bg_rand_re.jpg);
	background-repeat: repeat-y;
}*/

div.bg_pink{
	background-color: #FFB401!important;
	border: 4px solid #FFB401;
	padding: 0px;
}

.bg_pink{
	background-color: #454545;
	border-left: 1px solid #747474;
	border-right: 1px solid #747474;
	border-top: 0px;
	border-bottom: 0px;
	padding: 4px;
}
.bg_pink td{
	color: #fff; 	
}
.bg_pink_hell{
	background-color: #FCFCFC;
	border: 1px solid #ADADAD;
}

.tab_bg{
	background-color: #DCDCDC;
	border: 1px solid #ADADAD;
}

.bg_hellgrau{
	background-color: #DCDCDC;
}

.bg_hell{
	background-color: #f4f4f4;
}


/*Contentbereich-------------------------------------------------------------------------------------*/
.bg_weiss{
	background-color: #EDEDED;
	padding: 16px;
}

.signup{
	background-image: url(images/signup_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;

}

.bg_weiss td{
	color: #000;
}

/*newsletter---------------------------------------------------------------------------------------*/
.bg_news{
	background-color: #2E2E2E;
}

.bg_news input{
	background-color: #DCDCDC;
	border: 2px solid #DCDCDC;
}

.bg_pink_hell input, input{
	background-color: #DCDCDC;
	border: 1px solid #ADADAD;
}

button{
	background-color: #FFB401;
	border: 1px solid #FFB401;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}



/*footnavi---------------------------------------------------------------------------------------------*/
.bg_pink .textsm{
	font-family: Arial,Helvetica;
	font-size: 11px;
	color: #EDEDED;
}
a.link_f{
	font-family: Arial,Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFB401;
	padding: 0px 4px;
}
a.link_f:hover{
	color: #fff;
}

/*formularefelder etc.-----------------------------------------------------------------------------------*/
input.form_feld{
	border: 1px solid #E71070;
	background-color: #FBDBEA;
	font-size: 11px;
	color:#000;
}
/*Extras----------------------------------------------------------------------------------------------*/
.textbox{
	background-color:#fff;
	color:#000;
	padding: 8px;
	height: 80px;
	overflow: auto;
	margin: 8px 0px;
}
.black, .black * {color:#000000;}
.YearList { height:20px;padding: 4px 0px;}
.YearList a{ font-size:12px; padding-right:4px; color: #000;}
.highlight { color:#FFB401;}