/* CSS Document */
* {
  margin:0px;
  padding:0px; /* WICHTIG!!! FÜR ALLE ELEMENTE WIE NAVIGATION... */
}
html, body {
	background-image: url(../pics_template/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#DAC7B1;
	margin: 0px;
	padding: 0px;
	height: 80%; /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 80% */
}
.page{
	margin: 0px auto;
	width:1000px;
	min-height: 80%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:80%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste  Wrapper auf ganze Höhe */ 
}
.wrapper{
	background-image:url(../pics_template/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-color:#06090B;
	border-left:1px solid #6B3526;
	border-right:1px solid #6B3526;
	min-height:700px;
	top:51px;
	position:relative;
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:80%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste  Wrapper auf ganze Höhe */
}
.col-left{
	width: 200px;
	height: 600px;
	position:absolute;
	left: 25px;
	top: 37px;
	position:absolute;
}
.facebook{
	width: 160px;
	height: 200px;
	margin-top:520px;
	margin-left:35px;
	position:absolute;
}
.logo{
	width:200px;
	height: 87px;
	left:0px;
	position:absolute;

}
.wrappermaincontent{
	position:relative;
}
.maincontent{
	width:450px;
	margin-left:275px;
	padding-top:80px;
	padding-bottom:30px;
	float:left;	
}
.col-right{
	width: 200px;
	position:absolute;
	margin-left: 775px;
	margin-top: 70px;
	position:relative;
	overflow:hidden;
}
.col-right-nav a{
	color:#DAC7B1;
	text-decoration: none;
}
.col-right-nav a:hover{
	color:#C7586F;
	text-decoration: none;
}
.col-right-inner{
	margin-left:15px;
	margin-top:50px;
	width:170px;
}
.rightcontent{
	background-color:#E7EBEF;
	min-height:377px;
	width:370px;
	margin-left:630px;
}
.box-right-login{
	width:370px;
	height:227px;
	background-color:#CCD3DB;
	border-bottom:2px solid #FFFFFF;
}
.box-right-login .title{
	font-size:13px;
	text-indent:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-image: url(../pics_template/bg_title_box_right.jpg);
	width:330px;
	height:25px;
	line-height:25px;
	left:20px;
	top:15px;
	position:relative;
}
.box-right-login .content{
	width:320px;
	height:150px;
	margin-left:25px;
	margin-top:25px;
}
.box-right-news{
	width:370px;
	min-height:150px;
	background-color:#CCD3DB;
	border-bottom:2px solid #FFFFFF;
	padding-bottom:15px;
}
.box-right-news .title{
	font-size:13px;
	text-indent:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-image: url(../pics_template/bg_title_box_right.jpg);
	width:330px;
	height:25px;
	line-height:25px;
	left:20px;
	top:15px;
	position:relative;
}
.box-right-news .content{
	width:320px;
	min-height:150px;
	margin-left:25px;
	margin-top:25px;
	overflow:hidden;
}
.footer{
	font-size:11px;
	width:998px;
	height:110px;
	background-image: url(../pics_template/bg_footer.jpg);
	background-repeat:no-repeat;
	color:#DAC7B1;
	text-decoration:none;
	margin:0px auto;	
	border-left:1px solid #6B3526;
	border-bottom:1px solid #6B3526;
	border-right:1px solid #6B3526;
}
.footer .links {
	color:#DAC7B1;
	margin-left:40px;
	padding-top:80px;
	float:left;
}
.footer .links a{
    font-size:11px;
	color:#DAC7B1;
	text-decoration:none;
}
.footer .links a:hover{
	color:#C7586F;
}
.footer .copyright {
	float:right;
	margin-right:40px;
	padding-top:80px;
}
.footer .copyright  a{
    font-size:11px;
	color:#DAC7B1;
	text-decoration:none;
}
.footer .copyright  a:hover{
    font-size:11px;
	color:#C7586F;
	text-decoration:none;
}
.fields{
	background-color:#28141d;
	border:1px solid #522534;
	margin:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
	height:17px;
	padding-top:3px;	
}
.textarea{
	background-color:#28141d;
	border:1px solid #522534;
	margin:1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
}
.button{
	background: transparent;
	background-image:url(../pics_template/bg_button.gif); 
	background-repeat: no-repeat;
	background-position: center left;
	border:none;
	width:170px;
	height:25px;
	color:#DAC7B1;
	cursor:pointer;
}
.msgerror{
	color:#990000;
}
