@charset "utf-8";
 
@import url("navigation.css");
@import url("content.css");
@import url("extensions.css");
 
/**
  * general elements
  *
  */
 
html, body {
	height: 100.1%;
}
body {
	/*background: #e0e0e0;*/
	
	background: #370002;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
 
a {
	color: #FFF;
	text-decoration: underline;
}
 
a:hover {
	text-decoration: none;
}
 
#wrapper {
	min-height: 700px;
	margin: 0 auto; 
	position:relative;
	width: 907px;	
}

#inner_wrapper {
	background: url(../img/wrapper_inner_bg.png) top center repeat-y;
	float: left;
	min-height: 100px;
	width: 907px;
}


#inner_wrapper2 {
	background: url(../img/main_wrapper_bg.jpg) top left no-repeat;
	float: left;
	min-height: 100px;
	width: 907px;
}

.leftspace {
	float: left;
	height: 3px;
	width: 47px;
}

.rightspace {
	float: left;
	height: 3px;
	width: 47px;
}
/**
  *	head 
  *
  */
#outer_head {
	float:left;
	height: 151px;
	margin: 21px 0 0 0;
	width: 907px;
}

	#head {
		float: left;
		height: 151px;
		width: 813px;
	}
	
		#logo {
			float: left;
			height:76px;
			overflow: hidden;
			width: 813px;
		}
			
			#logo img {
				border: none;
			}
	
		#topnavigation {
			float: left;
			height: 43px;
			/* overflow: hidden; */
			width: 813px;
		}

/**
  * main
  *
  */
#teaser {
	float: left;
	height: 315px;
	width: 907px;
}

#rootline {
	background: url(../img/rootline_bg.png) top left repeat-y;
	float: left;
	height: 30px;
	padding: 0 0 0 66px;
	width: 841px; /* 907px */
}

#outer_content {
	color: #FCE2E2;
	float: left;
	min-height: 380px;
	width: 907px;
}	
	
	#content {
		float: left;
		min-height: 100px;
		padding: 17px 40px 15px 20px;
		width: 453px; /* 513px  */
	}
	
	#content_right {
		background: url(../img/content_right_bg.png) top left no-repeat;
		float: left;
		line-height: 18px;
		margin: 10px 0 0 0;
		min-height: 250px;
		padding: 13px 22px;
		width: 256px; /* 300px */
	}
	
	#content_full {
		float: left;
		min-height: 100px;
		padding: 17px 40px 15px 20px;
		width: 773px; /* 513px  */
	}

/**
  * footer 
  *
  */
#outer_footer {
	float: left;
	height: 35px;
	width: 907px;
}  
  
	#footer {
		float: left;
		height: 35px;
		line-height: 35px;
		padding: 0 19px;
		width: 775px; /* 813px */
	}
	
	
/**
  * special print divs
  *
  */
  
#printfooter, #printhead {
	display: none;
}
