@charset "utf-8";
/* CSS Document     background-color: #f1f1f1;*/
{
	margin: 0;
	padding: 0;
}

body
{
	height: 100%;
}

/*.wrapper {
	width: 100%;
	display: block;
	margin: 0px;
	position: absolute;
	}*/

	#pageID{
		margin: 0px auto;
		height: 100%;
	}

	#header-wrap{
		width: 100%;
		display: block;
		margin: 0px;
		position: relative;
		background-color: #000;
		z-index: 9999;
	}

	#header-wrap .nav li a{
		color:#FFF !important;
	}

	#header-top {
		display: block;
		margin-left: auto;
		margin-right: auto;
		/*		height: 160px;*/

	}

	.login{
		float: right;
	}

	.logo{
		/*	background: url('logo/logo-middle.png') center center no-repeat;*/
		/*	background-image: url('../logo/logo-middle.png');*/
		background-position: center;
		height:160px;
		width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.menu{
		position: relative;
		background-color: red;
		z-index: 9999;
		height: 40px;
	}

	section.content{
		background: url(../images/mercedes_amg.jpg) no-repeat center top fixed;
		background-color: black;
		-webkit-background-size: auto;
		background-size: auto;
		height:  calc(100vh - 231px);
		color: white;
		overflow: auto;
	}

	section.overflow{
		background: rgba(0, 0, 0, 0.4);
		min-height: -webkit-fill-available;
		-webkit-background-size: auto;
		background-size: auto;
    	min-height: 100%;
	}

	ul.nav.nav-pills.pull-right a {
		color: white;
	}

	.nav>li>a:focus, .nav>li>a:hover {
		text-decoration: none;
		background-color: #000 !important;
	}

	.detail_back, .detail_print {
		float: left;
		width: 50%;
	}

/*img {
	border:none; 
}

#menu {	
	width: 650px;
	height: 25px;
	text-align:center;
	margin-left: 155px;
}

#menu ul {
	list-style-type:none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display:inline;
	list-style-type:none;
	list-style-position:outside;
	background-color: #00C;
	text-align: center;
	margin-left: 25px;
	padding: 2px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(css/border-radius.htc);  
	}*/
	å

/*#menu li a{
	color: #FFF; 
	text-decoration: none; 
}

#menu li a:hover {
	font-weight: bold;
	color: #FC0; 
	}*/

	a:link, a:visited {
		text-decoration: none; 
	}

	.the_menu {
		display: none;
		width: 125px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		behavior:url(css/border-radius.htc);  

	}
/*
.the_menu li {
	background-color: #00C;
	}*/

/*.the_menu li a{
	color: #FFFFFF; 
	text-decoration: none; 
	padding: 5px; 
	display: block;
}

.the_menu li a:hover {
	font-weight: bold;
	color: #FC0; 
}

.menu_class {
	color:#FFF;
	cursor:pointer;
}

.menu_class:hover {
	font-weight: bold;
	color: #FC0; 
	}*/

	#submenu
	{
		float: left;	
		margin-top: 15px;
		margin-left: 15px;
		background-color:#00C;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		behavior:url(css/border-radius.htc);  
	}

	#vote{
		margin: auto;
		margin-top: 10px;
		width: 650px;
		text-align: center;
	}

	#leftright
	{
		width: 480px;
		font-size: 15px;
		color: #FFF;
		float: right;
		text-align: right;
		margin-right: 120px;
	}

	#leftright a{
		color: #FFF;
	}

	#search{
		float: right;	
		width: 150px;
		margin-top: 15px;
	}

	.searchFormulier{
		display: none;
	}

	footer.footer.foot {
/*		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: red;
		color: white;
		text-align: center;*/

		clear: both;
		width: 100%;
		background-color: red;
		color: white;
		position: relative;
		text-align: center;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		z-index: 999;
		height: 30px
	}