* {
	margin: 0;
	padding: 0;
}

body{
	background-image: url(./../templateimages/background.jpg);
	background-repeat: repeat;
	font-family: Verdana;
	color: white;
	font-size: 12px;
}

h1{
	font-family: Verdana;
	font-weight: bold;
	color: white;
	font-size: 18px;
}

h2{
	font-family: Verdana;
	font-weight: bold;
	color: white;
	font-size: 16px;
}

h3{
	font-family: Verdana;
	font-weight: bold;
	color: white;
	font-size: 14px;
}

p{
	line-height: 18px;
}

a{
	color: #E5352C;
}

ul{
	margin-left: 30px;
}

ul li{
	margin-bottom: 3px;
}

p{
	margin-bottom: 5px;
}

#topouter{
	width: 100%;
	height: 298px;
	background-color: black;
}

#topinner{
	margin: 0 auto;
	width: 950px;
	height: 298px;
}

#bottomouter{
	width: 100%;
	height: 100%;
	border-top: 2px solid #E5352C;
}

#bottominner{
	margin: 0 auto;
	width: 950px;
	height: 300px;
}

#footerouter{
	float: left;
	width: 100%;
	height: 40px;
}

#footerinner{
	margin: 0 auto;
	width: 950px;
	height: 40px;
}

#logoheader{
	position: absolute;
	margin-top: -130px;
	margin-bottom: 30px;
	margin-left: 372px;
	width: 207px;
	height: 182px;
	z-index: 900;
}

/*
#logoheader{
	position: absolute;
	margin-top: -130px;
	margin-bottom: 30px;
	width: 950px;
	height: 184px;
	z-index: 900;
}
*/

#navigation{
	width: 950px;
	height: 70px;
	margin: 50px 0px 0px 17px;
}

.navifiller{
	width: 300px;
	height: 30px;
	background-color: aqua;
}

.nav-wrap {
	margin: 50px auto;
}

.group:after {
	visibility: hidden;
	display: block; 
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

*:first-child+html .group { zoom: 1; } /* IE7 */

#navlist {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 950px;
}

#navlist li {
	display: inline;
}

#navlist li a {
	position: relative;
	z-index: 200;
	color: #bbb;
	font-family: Verdana;
	font-size: 18px;
	display: block;
	float: left;
	padding: 3px 13px 3px 13px;
	margin: 0px 8px;
	text-decoration: none;
	text-transform: capitalize;
}

#navlist li a:hover {
	color: white;
}

#navlist #magic-line-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background: rgba(229, 53, 44, 0.9);
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.current_page_item a, .current_page_item_two a {
	color: white !important;
}

.current_page_item a, .current_page_item_two2 a {
	color: red !important;
}


#navlist2 {
	margin-left: 20px;
	list-style: none;
	position: relative;
	width: 230px;
	line-height: 20px;
}

#navlist2 li {
	display: block;
}

#navlist2 li a {
	position: relative;
	z-index: 200;
	color: rgba(229, 53, 44, 0.9);
	font-family: Verdana;
	font-size: 15px;
	display: block;
	padding: 3px 13px 3px 13px;
	margin: 0px 18px;
	text-decoration: none;
	text-transform: capitalize;
}

#navlist2 li a:hover {
	color: white;
}


#subnavlist {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 950px;
}

#subnavlist li {
	display: inline;
}

#subnavlist li a {
	position: relative;
	z-index: 200;
	color: #bbb;
	font-family: Verdana;
	font-size: 18px;
	display: block;
	float: left;
	padding: 3px 13px 3px 13px;
	margin: 0px 8px;
	text-decoration: none;
	text-transform: capitalize;
}

#subnavlist li a:hover {
	color: white;
}


#leftcontent{
	float: left;
	width: 250px;
	height: 200px;
}

#rightcontent{
	float: left;
	width: 700px;
}

.adres-sidebar{
	font-family: Verdana;
	font-size: 15px;
}

.wieiswierij{
	float: left;
	width: 212px;
	margin-right: 20px;
}

hr{
	border: 0;
	width: 100%;
	color: #E5352C;
	background-color: #E5352C;
	height: 1px;
}

