/* ----------------------------------------------------- */
/* -----------------| CSS Document |-------------------- */

/* -----------------|  BODY / HTML  |----------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body, html {
	height:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font: 11px/23px "Trebuchet MS","Lucida Grande",Arial,Helvetica,sans-serif;
	line-height:18px;
	color:#FFFFFF;
	background: #8a3410 url(../images/enter_body_background.jpg) center top repeat-x;
	
}
html {
	overflow-x:hidden;
	overflow-y:auto;
}
img	{
	border:0;
}
	
/* -----------------| LINKS / TEXTE |--------------------------------------------------- */
a:link, a:visited {
	color:#ffdf89;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#a19395;
	text-decoration:none;	
	outline:none;
}
a:active {
	color:#6dae14;
	text-decoration: none;
	outline:none;
}
.floatstop {
	float: none;
	clear:both;
}
.special{
	color:#f6a565;
	font-size:16px;
	font-weight:bold;
}
.orange{
	color:#f6a565;
	font-size:13px;	
}
.orangebold{
	color:#f6a565;
	font-size:13px;
	font-weight:bold;	
}
.smaller{
	font-size:11px;
}
/* -----------------| HEADLINES |----------------------------------------------------- */
#headline {
	padding:0pt 0px 12px;
	width:100%;
}
h1 {
	font-size:29px;
	line-height:29px;
	color:#6b913a;
	font-weight:bold;		
}
#home h1 {
	background:url(../images/headlines/enter.jpg) no-repeat top center;
	height:33px;
	margin:0px auto;
	text-indent:-5000px;
}
/* -----------------| WRAPPER ----------------------------------------------------- */
div#wrapper {	
	height:auto;
	margin:0pt auto;
	padding:0pt;
	position:relative;
	width:900px;	
}
/* -----------------| MAIN |----------------------------------------------------- */
#head {
	position:relative;
	width:900px;
	height:375px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url(../images/enter_header_background.jpg) no-repeat center top;	
}
#content {
	position:relative;
	width:900px;
	margin:0 0 0 0;
	padding:0px 0 0 0;
	background:url(../images/enter_content_background.jpg) no-repeat 0 0;
	min-height:100px;
	height:auto !important;  /* für moderne Browser */
	height:100px;  /*für den IE */
}
#text  {
	margin:0px auto;
	padding:20px 0px 20px 0px;
	width:510px;
	text-align:center;
}
#text p {
	margin: 0 0 15px 0;
}
/* -----------------| SONSTIGE |----------------------------------------------------- */
#count {
	display:none;
}
.linie {
	float: none;
	line-height: 0;
	font-size: 0.1px;
	clear:both;
	height:1px;
	width:100%;
	margin:20px 0 20px 0;
	background: url(../images/linie.gif) repeat-x top left;	
}
.toplinie {
	float: none;
	line-height: 0;
	font-size: 0.1px;
	clear:both;
	height:1px;
	width:100%;
	margin:-6px 0 20px 0;
	background: url(../images/linie.gif) repeat-x top left;	
}
#toplink {
	background:url(../images/top_background.jpg) no-repeat top center;
	height:26px;
	text-align:right;
	padding:3px 10px 0 0;
	text-decoration:none !important;
	margin:20px 0 20px 0;
}
#toplink a {
	font-weight:bold;
	text-decoration:none !important;
}
#toplink2 {
	background:url(../images/top_background.jpg) no-repeat top center;
	height:26px;
	text-align:right;
	padding:3px 10px 0 0;
	text-decoration:none !important;
	margin:20px 0 20px 0;
}
#toplink2 a {
	font-weight:bold;
	text-decoration:none !important;
}