
body
{	background-color:#fc7f00;
}

.main
{	margin:0 auto;
	width:1013px;
	margin-top:55px;
	background-image:url(img/content.jpg);
	background-repeat:repeat-y;	
}

.header
{	width:1013px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;	
}

.header_text
{	float:left;
	margin-top:180px;
	margin-left:148px;
	width:330px;
	height:107px;
	display:inline;
	text-align:center;
	
	font-family:Tahome, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:2px;
}

.header_slide
{	float:right;
	margin-top:50px;
	margin-right:148px;
	width:366px;
	height:210px;
	display:inline;
}

/* IMAGE SLIDER */

	
	
	#slider {
		width: 405px; /* important to be same as image width */
		height: 226px; /* important to be same as image height */
		position: relative; /* important */
		overflow: hidden; /* important */
		margin-top:-16px;
		margin-left:-40px; 
	}
	
	#sliderContent {
		width: 405px; /* important to be same as image width or wider */
		/*position: absolute;
		top: 0;
		margin-left: 0;*/
		margin:0px;
		padding:16px 0px 0px 40px;
	}
	
	.sliderImage {
		float: left;
		position: relative;
		display: none;
	}
	.sliderImage span {
		position: absolute;
		font-size:34px;
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		padding: 10px 13px;
		width: 384px;
		background-color: #000;
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		color: #fff;
		display: none;
	}
	.clear {
		clear: both;
	}
	.sliderImage span strong {
		font-size: 14px;
	}
	.top {
		top: 0;
		left: 0;
	}
	.bottom {
		bottom: 0;
		left: 0;
	}

	ul { list-style-type: none;}

/* NAVIGATION */

	.navi
	{	float:left;
		width:161px;
		margin-left:148px;
		margin-top:54px;
		display:inline;
	}
	
	.navi_head
	{	width:161px;
		height:35px;
		background-color:#dbdbdb;
		
		font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
		text-align:center;
		color:#0067b7;
		line-height:34px;
		font-size:16px;

	}
	
	.navi_link
	{	width:161px;
		margin-top:3px;
		height:29px;
		background-color:#dbdbdb;
		text-align:center;
		color: #242424;
		
	}

	.navi_link a, .navi_link a:link 
	{	text-decoration: none;
		display: block;
		color: #242424;
		width: 150px;
		padding: 5px;
		background-color: #dbdbdb;
		font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}
	
	.navi_link a:visited 
	{	color: #242424;
	}
	
	.navi_link a:hover, .navi_link a:active, .navi_link li a:focus 
	{	color: #242424;
		background-color: #e2e2e2;
		line-height:20px;
	}
	
	.navi_empty
	{	width:161px;
		height:172px;
		background-color:#dbdbdb;
		margin-top:3px;
		
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		text-align: justify;
		color:#242424;
		font-size:13px;
	}
	
.content
{	float:right;
	margin-right:179px;
	margin-top:50px;
	width:471px;
	background-color:#f6f6f6;
	display:inline;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#242424;
	line-height:30px;
	font-size:13px;
}

.font_titel
{	font-family:Tahome, Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#575757;
	line-height:20px;
	font-size:17px;
	font-weight:bold;
}

.footer
{
	width:865px;
	height:83px;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	padding-top:80px;
	padding-left:148px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#373737;
	font-size:11px;
	text-decoration:none;
}

.foot_link
{	font-family:Arial, Helvetica, sans-serif;
	color:#00a0e3;
	font-size:11px;
	text-decoration:none;
}



