* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: #FFFFFF url(../images/bg_body.gif) repeat-x left top;
	font-family: Arial;
	font-size: 11px;
	color: #525252;
	line-height: 180%;
}

#container {
	width: 832px;
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -40px;
	background: url(../images/bg_container.png) repeat-y left top;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bg_container.png');
}

	#container .wrapper {
		width: 730px;
		margin: 0 auto;
	}
	
	#header { padding-top: 32px; height: 80px; clear: both; }
	
		#logo {
			float: left;
		}
	
	#navigationPrimair {
		margin-top: 18px;
		clear: both;
	}

		#navigationPrimair ul {
			list-style-type: none;
		}
		
		#navigationPrimair ul li {
			float: left;
			margin-bottom: 18px;
		}
		
		#navigationPrimair ul li a {
			color: #949494;
			text-decoration: none;
			padding-right: 12px;
			position: relative;
		}
		
		#navigationPrimair ul li a:hover {
			color: #ec0f18;
		}
		
		#navigationPrimair img {
			
		}
	
	#content {
		clear: both;
	}
	
	#include {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#push { clear: both; }
	#footer {
		clear: both;
		height: 32px;
		line-height: 24px;
		width: 732px;
		margin: 0 auto;
		text-align: center;
	}

		#footer #copyright {
			float: left;
			width: 30%;
			text-align: left;
		}
		
		#footer #navigationSecundair {
			float: left;
			width: 70%;
			text-align: right;
		}
		
		#footer ul {
			list-style-type: none;
			float: right;
		}
		
		#footer ul li {
			float: left;
		}
		
		#footer ul li a {
			text-decoration: none;
			font-size: 10px;
			color: #525252;
			margin-left: 12px;
		}
		
		#footer ul li a:hover {
			color: #525252;
		}

/* -- BANNERS -- */
#bannerliggend {
	float: right;
}
#bannersky {
	width: 120px;
	float: left;
}

/* -- CONTENT -- */

#content {
	width: 590px;
	float: left;
	margin-right: 18px;
	position: relative;
}

	#content h1 {
		margin-bottom: 12px;
		background: url(../images/bullet.jpg) no-repeat 0px 5px;
		padding-left: 24px;
		font-size: 22px;
	}
	
	#content h2 {
		
	}
	
	#content p {
		margin-bottom: 12px;
	}
	
	#content a {
		color: #525252;
	}
	
	#content a:hover {
		color: #ea0f15;
	}

/* -- LINKS -- */

a img {
	border: 0px;
}

/* -- FORM -- */
form {
	clear: both;
    border: 1px solid #cbcbcb;
	padding: 8px;
}

form div {
	padding: 2px;
	clear: both;
	background: #F3F3F3;
}

form label {
	display: block;
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
}

form input {
	padding: 2px;
	width: 300px;
	font-size: 11px;
}

form select {
	padding: 2px;
	width: 308px;
	font-size: 11px;
}

form textarea {
	padding: 2px;
	width: 300px;
	height: 100px;
	font-family: Arial;
	font-size: 11px;
}

form .submit {
	width: 100px;
	margin-left: 210px;
	margin-bottom: 10px;
}

#errors {
	background: #ea0f15;
	color: #FFFFFFF;
	padding: 4px;
	margin-bottom: 8px;
}

#errors ul {
	margin-left: 24px;
	color: #FFFFFF;
}

/* -- TABLE -- */

table {
	width: 100%;
	border: 1px solid #cbcbcb;
	padding: 5px;
	margin-bottom: 18px;
}

table th {
	text-align: left;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background: #F3F3F3;
	vertical-align: top;
}

table td {
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 11px;
	border-bottom: 0px solid #cbcbcb;
	vertical-align: top;
}

table td .devider {
	border-top: 1px solid #525252;
}