@CHARSET "UTF-8";

html, body{
	margin:0;
	padding:0;
	
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#f9efcb;
}

body, td, pre{
	color:#f9efcb;
	font-family:'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:14px;
}

body{
	background-color: #000000;
	color:#f9efcb;
}

#stage{
	padding:5px;
	/*background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-position: right 130px;*/
}

.center {
	margin:0 auto;
	width:980px;
}

#stage{
	background-color: #000000;
	min-height:660px;
}

#footer{
	margin-top:30px;
	text-align:center;
	font-size:10px;
}

#footer a{
	text-decoration:none;
}

h1{
	font-family:'Times New Roman';
	color:#b1802a;
}

h2{
	border-bottom: 1px solid #f9efcb;
}

h3{
	border-bottom: 2px solid #f9efcb;
}

p{
	margin:0;
	padding:0;
}

a {
	color: #FBEAC1;
}

a:hover {
	text-decoration: underline;
}

.clearer{
	clear:both; 
	height:0px; 
	line-height: 0px
}

ul{
	list-style-image: url(../images/aufzaehlungrr.png);
}

li{
	margin-bottom:8px;
}

/*
 * News
 */
.newsBox{
	margin-bottom:8px;
}

.newsBox span.date{
	margin-right:25px;
	color: #b1802a;
}

.newsBox .label{
	color: #b1802a;
}

/*
 * FAQ
 */
.faqBox{
	margin-bottom:8px;
}

.faqBox .label{
	color: #b1802a;
}

#header select{
	margin-top:3px;
	height:17px;
	line-height:8px;
	font-size:10px;
}

#header select option{
	padding-top:0;
	margin-top:0;
}

.errors{
	color: #FF0000;
	font-weight:bold;
	font-size:12px;
}

#masterdata-label, #contactdata-label, #bankdata-label, #userdata-label, #submitform-label{
	display:none;
}


.zend_form{  
	width:500px;  
	margin:auto;  
	padding:0;  
	overflow:hidden;
}  
  
.zend_form fieldset dt{
	padding:0;  
	clear:both;  
	width:35%;  
	float:left;  
	text-align:right;  
	margin:7px 5px 5px 0;  
}

.zend_form fieldset{
	border: 1px solid #FBEAC1;
	border:none;
}

.zend_form fieldset legend{
	font-weight:bold;
	color: #F9EFCB;
}

.zend_form fieldset dl{
	padding-top:0;
	margin-top:0;
	border-top: 1px solid #FBEAC1;
	padding-top:10px;
}

.zend_form fieldset p.hint{
	margin-bottom:15px;
	font-size:12px;
}

.zend_form dd{
	margin-left:0;
	margin-bottom:5px;
}
  
.zend_form fieldset dd{
	padding:0;  
	float:left;  
	width:60%;  
	margin:5px 2px 5px 0;  
}  
  
.zend_form p{  
	padding:0;  
	margin:0;  
}  
  
.zend_form input, .zend_form textarea{  
	margin:0 0 2px 0;  
	padding:0;
	width:250px;
}

.zend_form #submitform-submit{  
	margin-left:0px;
	margin-top: 20px;
}

.zend_form #submitform-akzeptiert{
	float:left;
	margin-right:5px;
	margin-top:1px;
	width:auto;
}

.zend_form .errors{
	list-style-position: outside;
	margin-top:5px;
	color: #FF0000;
	font-weight:bold;
	font-size:12px;
}

form p.description{
	font-size:12px;
}

#masterdata-birthdate-day, #masterdata-birthdate-month{
	margin-right:5px;
}

#fieldset-userdata u{
	margin-left:150px;
}

#fieldset-abo input{
	width:auto;
}
#fieldset-abo dd{
	width:auto;
}

#fieldset-abo div{
	margin:10px;
	margin-left:20px;
}
#fieldset-abo div input{
	margin-right:5px;
}
#fieldset-abo div label{
	display:block;
}

.zend_form #submit{
	margin-left:36%;
}

/*
 * Dicker Rahmen
 */
.fatBorder{
	/*background-color: #222222;*/
}

.fatBorder .topLeft{
	background-image: url('../images/rahmen/tl.png');
	width:39px;
	height:39px
}
.fatBorder .topH{
	background-image: url('../images/rahmen/lineht.png');
	width:39px;
	height:39px;
	background-repeat: repeat-x;
}
.fatBorder .topRight{
	background-image: url('../images/rahmen/tr.png');
	width:39px;
	height:39px
}
.fatBorder .leftV{
	background-image: url('../images/rahmen/linevl.png');
	width:39px;
	background-repeat: repeat-y;
}
.fatBorder .rightV{
	background-image: url('../images/rahmen/linevr.png');
	width:39px;
	background-repeat: repeat-y;
	background-position: right;
}
.fatBorder .bottomLeft{
	background-image: url('../images/rahmen/bl.png');
	width:39px;
	height:39px
}
.fatBorder .bottomH{
	background-image: url('../images/rahmen/linehb.png');
	width:39px;
	height:39px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.fatBorder .bottomRight{
	background-image: url('../images/rahmen/br.png');
	width:39px;
	height:39px
}

.align-right{
	text-align:right;
}
.align-center{
	text-align:center;
}

 .border-bottom{
 	border-bottom:1px solid;
}