/* CSS Document */

body {
margin: 0px;
padding: 0px;
background:#f37138 url('../images/bgimg.jpg') top repeat-y;
font-size: 0.9em;

}

html {
height: 100%;
width: 100%;
overflow-x:hidden;
overflow-y:scroll;	

}

.pngfix {
	behavior:url(css/iepngfix.htc);
}

div, p, td, th, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.8;
	color: #08275d;
}
input, textarea {
	padding:3px;
	border:1px solid #143165;
}
input {
	line-height:12px;
	border:1px solid #143165;
}
textarea {
	width:400px;
}

h1 {
	color: #f37138;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}
h2 {
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}
h3 {
	font-size:12px;
	line-height:14px;
	margin:0;
	padding:0;
	font-weight:normal;
}

span.ey {
	font-weight:bold;
}
h1 span.ey {
	font-weight:bold;
}
h2 span.ey {
	color:#f37138;
}

hr {
	height:1px;
	border:none;
	background:#ccc;
}

table tr td, table tr th {
	padding:3px 6px 3px 0;
	text-align:left;
	vertical-align:top;
}
table {
	border-collapse: collapse
}


a {
text-decoration:none;
color:#f37138;
}
a:hover {
text-decoration:underline;
color:#f37138;
}
a img {
	border:none;
}

div.photos-right {
	float:right;
	padding:0px 0 0 20px;
}
	div.photos-right p img {
		border:1px solid #08275d;
	}



#container{
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	display:table;
}

	#header{
	width:760px;
	height:144px;
	float:left;
	}
	
		#headerimg {
			width:416px;
			height:144px;
			float:left;
			border-bottom:1px solid #08275d;
			border-right:1px solid #08275d;
		}
		#headerimg ul#gallery {
			display:block;
			float:left;
			width:416px;
			height:144px;
			padding:0;
			margin:0;
		}
		#headerimg ul#gallery li {
			width:416px;
			height:144px;
			overflow:hidden;
		}
		
		#logo {
			padding:10px 0 0 0;
			width:340px;
			height:134px;
			float:left;
			text-align:right;
		}
	
	#menu {
		width: 740px;
		float: left;
		padding:0 0 0 20px;
	}
		#menu ul#nav {
			float:left;
			list-style:none;
			padding:0;
			margin:10px 0 0 0;
			width:644px;
		}
		#menu ul#nav li {
			float:left;
			padding:0 2px;
		}
		#menu ul#nav li a{
			float:left;
			padding:3px 20px;
			font-weight:bold;
			margin:0 0 4px 0;
			color:#08275d;
			text-decoration:none;
		}
		#menu ul#nav li a:hover, #menu ul#nav li a.active{
			border-bottom:4px solid #08275d;
			margin-bottom:0px;
			color:#08275d;
		}
		
		#menu ul#lan {
			float:left;
			list-style:none;
			padding:0 16px 0 0;
			margin:5px 0 0 0;
			width:80px;
		}
		#menu ul#lan li {
			float:left;
			padding:0 4px 0 0;
		}
		
	#onder{
		width:760px;
		float:left;
	}
		#content{
			width:720px;
			padding:20px 20px 100px 20px;
			float:left;
			min-height:300px;
			height:auto !important;
			height:300px;
		}
	
	.error {
		color:#BF2C37;
	}	

#modellenlinks{
	background-image:url(../images/modelbg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	font-size: 0.9em;
	text-align:left;
	min-height:300px;
	height:auto !important;
	height:300px;
}


#modellenlinks img {
	border:0px solid #cad0dc;
}

#gallery { position: relative; width:405px; height:202px; margin:0; padding:0; }
#gallery li { display: block; }

div#modellen {
	padding:0;
	margin:0;
	width:720px;
	float:left;
}
	
	div#modellen a.item {
		display:block;
		float:left;
		width:345px;
		background:#fff;
		margin:0 20px 15px 0;
		overflow:hidden;
		height:120px;
		cursor:pointer;
		text-decoration:none;
		border:2px solid #08275d;
		overflow:hidden;
	}
	div#modellen a.item.right {
		margin-right:0;
	}
		div#modellen a.item div.slide {
			height:240px;
			overflow:hidden;
		}
		
		div#modellen a.item div.slide div.hover {
			clear:left;
		}
	
		div#modellen a.item div.text {
			float:left;
			width:210px;
			height:100px;
			overflow:hidden;
			padding:10px 15px 0 10px;
		}
		div#modellen a.item div.text h2{
			font-size:13px;
			line-height:13px;
			padding:0;
			margin:0;
		}
		div#modellen a.item div.text p{
			font-size:11px;
			line-height:15px;
			padding:0;
			margin:8px 0;
		}
		div#modellen a.item div.text p span.link {
			color:#f37138;
			font-weight:bold;
		}
		div#modellen a.item div.image {
			float:left;
			width:100px;
			padding:10px 10px 10px 0;
			height:100px;
			overflow:hidden;
		}
			div#modellen a.item div.image img {
				padding:0;
				margin:0;
			}
		
div.photos-right {
	float:right;
	width:200px;
	margin:20px 0 0 20px;
}
