@charset "utf-8";

/* CSS Document */

html {
	background:url("../images/bg_tiled.jpg") repeat;
	outline:none;
}

body {
	color:#fff;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#container {
	width:960px;
	height: 984px;
	margin: 0 auto;

}

#header {
	width:960px;
	height: 115px;
	margin: 0 auto;
	float:left;

}

#logo {
	width:490px;
	height: 96px;
	margin-top:15px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	float:left;

}

#menu {
	width:285px;
	height: 37px;
	margin-left:150px;
	margin-top:35px;
	background-repeat:no-repeat;
	float:left;
}

#menu ul li{
	display:inline;
	margin-right:20px;
	
}

#showcase{
width:960px;
height:450px;
float:left;
padding-top:40px;
margin-left:-20px;
}


.case{
	float:left;
	margin-bottom:50px;
	border-bottom:1px dashed #d35204;
	
}

.case h2{
	color:#d35204;
	font-size:24px;
	
}

.case_main{
	width:960px;
	margin-top:20px;
	float:left;
}

.case_picture{
	width:719px;
	height:513px;
	float:left;
	
}

.case_info{
	margin-left:10px;
	float:left;
	
}

.case_info ul li{
	margin-bottom:20px;
}

.case_info ul li a{
	margin-bottom:20px;
	color:#ffd553;
}

.case_info p strong{
	color:#d35204;
	display:block;
	
	
}

.case_info p{
	color:#ffd553;
	
}

.case_description{
	width:960px;
	float:left;
	margin-bottom:50px;
}

.case_description p strong{
	display:block;
	color:#d35204;
	
}

.case_description p {
	color:#ffd553;
	font-size:11px;
	width:400px;
	
}

#action {
	width:960px;
	height: 316px;
	background-image:url(../images/text.png);
	background-repeat:no-repeat;
	float:left;
}

#slider{
width:602px;
height:399px;
margin:0 auto;
}

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:602px;
	height:399px;
	overflow:hidden; 
	}	
#prevBtn{
margin-left:130px; 
position:absolute;
top:290px;
	}	
#nextBtn{ 
margin-left:800px; 
position:absolute;
top:290px;

	}														
#prevBtn a, #nextBtn a{  
display:block;
			width:35px;
			height:35px;
background:url(../images/rechts.png) no-repeat;
	}	
#nextBtn a{ 
background:url(../images/links.png) no-repeat;
	}	


/* ontzichtbaar */

#logo h1{
display:none;
}

/* Hacks Sweet Hacks */
			
			A:focus, A:hover, A:active { /* Firefox image outline fix */
	outline: none
}

