/*
* Layout styles
*/

body {
	text-align: center;
	padding: 0px; margin: 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 76%;
	background: #a19b87 url(../images/gradient_bg.gif) repeat-x;
	
}

.clearboth	{ clear: both; }
.nobr		{ white-space: nowrap; }

div#container {
	position: relative;
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
div#pushcontent {
	width: 950px;
	height: 100px;
}

div#homecontent {
	position: relative;
	width: 930px;
	height: 470px;
	padding: 0 10px;
	background: url(../images/home_bg_shadow.jpg) no-repeat 0 0;
}
	div#hometekst {
		position: absolute;
		top: 90px;
		left: 30px;
		width: 260px;
	}
	div#homethumbs {
		position: absolute;
		top: 390px;
		left: 20px;
		width: 910px;
		border-top: 1px solid #FFFFFF;
	}
	div.homethumb {
		float: left;
		padding: 10px 9px 0 9px;
	}
		div.homethumb img {
			border: 1px solid #d1cfcc;
		}
	div.activethumb {
		background: url(../images/home_active_thumb.png) no-repeat;
	}
	
div#contentcontainer {
	position: relative;
	width: 950px;
	padding: 0;
	background: url(../images/content_bg_gradients.png) repeat-y 0 0;
}
	div#content {
		position: relative;
		width: 895px;
		min-height: 400px;
		padding: 100px 15px 20px 20px;
		margin: 0 0 0 10px;
		background: url(../images/content_bg.jpg) no-repeat bottom right;
	}
		img.contentimage {
			float: right;
			margin: 0px 5px 0px 20px;
		}
		img.contenttopimg {
			margin: 0 0 15px 0;
		}
		div.kolomtekst2 {
			float: left;
			width: 430px;
			padding: 0 15px 0 0;
			overflow: hidden;
		}
		div.kolomtekst3 {
			float: left;
			width: 283px;
			padding: 0 15px 0 0;
			overflow: hidden;
		}
		div#newsleftcolomn {
			float: left;
			width: 420px;
			padding: 0 25px 0 0;
			overflow: hidden;
		}
		div#newsrightcolomn {
			float: left;
			width: 420px;
			padding: 0 0 0 25px;
			overflow: hidden;
		}
		div.newsitem {
			border-bottom: 1px solid #d1cfcc;
			padding: 20px 0 0px 0;
		}
		div#downloadsmappen {
			float: left;
			width: 275px;
			padding: 0 15px 0 0;
			overflow: hidden;
		}
			div#downloadsmappen a {
				color: #5f574f;
			}
		div#downloadsitems {
			float: left;
			width: 575px;
			padding: 0 0px 0 25px;
			overflow: hidden;
			border-left: 1px solid #7d7669;
		}
			div.downloaditem {
				float: left;
				width: 150px; 
				margin: 0 40px 0 0;
				text-align: center;
				overflow: hidden;
			}
				div#content div.downloaditem a {
					text-decoration: none;
				}
				
		ul#linksitems {
			float: left;
			width: 290px;
			padding: 0 0px 0 0;
			overflow: hidden;
			text-align: left;
		}
			ul#linksitems li {
				padding: 0 0 20px 0;
				display: inline-block;
			}
				ul#linksitems img {
					float: left;
				}
				ul#linksitems a.textlink {
					float: left;
					text-align: left;
					width: 125px;
					height: 75px;
					overflow: hidden;
					display: block;
					padding: 5px 10px;
					color: #5f574f;
					text-decoration: none;
				}
				ul#linksitems a.textlink:hover {
					color: #000000;
				}
				ul#linksitems a.active {
					background: #d1cfcc;
				}
		div#linksitem {
			float: left;
			width: 565px;
			padding: 0 0px 0 25px;
			overflow: hidden;
			border-left: 1px solid #7d7669;
		}
		
		ul#newsletteritems {
			float: left;
			width: 275px;
			padding: 0 15px 0 0;
			overflow: hidden;
			text-align: left;
		}
			ul#newsletteritems li {
				margin: 0 0 8px 0;
				padding: 0;
			}
				div#content ul#newsletteritems a {
					color: #5f574f;
					text-decoration: none;
				}
				div#content ul#newsletteritems a.active {
					text-decoration: underline;
				}			
		
		div#newsletteritem {
			float: left;
			width: 515px;
			padding: 0px 50px 0 25px;
			overflow: hidden;
			border-left: 1px solid #7d7669;
		}
			img.newsletterheader {
				position: absolute;
				top: 64px;
				right: 0;
			}	
		
	div#bottomgradient {
		width: 950px;
		height: 20px;
		margin: 0;
		padding: 0;
		background: url(../images/bottom_gradient.png) no-repeat 0 0;
	}
		

img.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

div#footer {
	width: 950px;
	margin: 0;
	padding: 0 10px 15px 10px;
}
	div.footerblock {
		float: left;
		width: 290px;
		padding: 15px 10px 10px 10px;
		border-right: 1px solid #fff;
	}
	div.lastblock {
		border: none;
	}
	div.footerimg {
		width: 310px;
		padding: 0;
	}

div#subscribe {

}

div#contact_adres {
	float: left;
	margin: 10px 0 0 100px;
}

/*
* google maps styles
*/
div#mapContact {
	float: left;
	width: 480px;
	height: 320px;
	overflow: hidden;
	margin: 15px 0px 0px 0px;
	border: 1px solid #5f574f;
}
	div#mapContact p {
		padding: 0;
		margin: 0;
		color: #000;
	}
	
div#directions {
	width: 470px;
	margin: 25px 0px 20px 0px;
	padding: 0;
	height: 320px;
	overflow-y: scroll;
	display: none;
	background: #fff;
	border: 1px solid #5f574f;
}

/*
* navigation styles
*/

ul.topnav {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 930px;
	height: 64px;
	padding: 0 10px;
	background: url(../images/nav_bg.gif) no-repeat;
	list-style: none;
	z-index: 50;
}
	ul.homenav {
		height: 40px;
	}

ul.topnav li {
	float: left;
	text-align: center;
}
	ul.topnav li.large {
		width: 200px;
	}
	ul.topnav li.medium {
		width: 170px;
	}
	ul.topnav li.small {
		width: 130px;
	}

ul.subnav {
	position: absolute;
	top: 40px;
	height: 24px;
}
	ul.subnav1 		{ left: 10px; }
	ul.subnav1 li	{ float: left; }
	ul.subnav2 		{ left: 210px; }
	ul.subnav2 li 	{ float: left; }
	ul.subnav3 		{ left: 380px; }
	ul.subnav3 li 	{ float: left; }
	ul.subnav4 		{ right: 262px; }
	ul.subnav4 li	{ float: right; }
	ul.subnav5 		{ right: 132px; }
	ul.subnav5 li 	{ float: right; }
	ul.subnav6 		{ right: 2px; }
	ul.subnav6 li 	{ float: right; }
	

ul#sidenav {
	position: absolute;
	top: 8px;
	right: 20px;

}
	ul#sidenav li {
		float: right;
		color: #9a9590;
	}

ul#langnav {
	position: absolute;
	top: 40px;
	right: 45px;
}
	ul#langnav li {
		float: right;
		color: #9a9590;
	}

ul#sitemaplvl1 li {
	margin: 10px 0 0 15px;
	list-style: circle;
}
ul#sitemaplvl2 {
	margin: 0 0 0 25px;
}
ul#sitemaplvl2 li {
	margin: 0;
	list-style: none;
}	

/*
* Typography styles
*/

h1 {
	font-size: 200%;
	color: #5f574f;
	padding: 0px;
	margin: 0 0 5px 0;
}
	div#hometekst h1 {
		font-size: 280%;
	}

h2 {
	font-size: 130%;
	color: #5f574f;
	padding: 0px;
	margin: 0px;
}
	div#footer h2 {
		color: #ffffff;
		font-size: 180%;
		margin: 0 0 8px 0;
	}
	div#content h2 {
		font-size: 110%;
	}

h3 {
	font-size: 130%;
	color: #333;
	padding: 0px;
	margin: 0px;
}

h4 {
	font-size: 120%;
	color: #333;
	padding: 0px;
	margin: 0px;
}

p {
	font-size: 100%;
	color: #5f574f;
	margin: 2px 0 10px 0;
	padding: 0px;
	line-height: 120%;
}
	div#footer p {
		color: #ffffff;
		font-size: 90%;
	}


/*
* Anchor styles
*/

A 			{ text-decoration: none; color: #000; }
A:link		{ text-decoration: none; color: #000; }
A:visited	{ text-decoration: none; color: #000; }
A:active	{ text-decoration: none; color: #000; }
A:hover		{ text-decoration: underline; color: #4d4941; }
A.active	{ text-decoration: underline; color: #000; }

ul.topnav li a { display: block; color: #FFFFFF; font-size: 110%; padding: 14px 0 13px 0;   }
ul.topnav li a:hover { background: url(../images/nav_bg_gradient.gif) repeat-x;  text-decoration: none;  }
ul.topnav li.large a.active { background: url(../images/active_button_large.gif) no-repeat;  text-decoration: none;  }
ul.topnav li.medium a.active { background: url(../images/active_button_medium.gif) no-repeat;  text-decoration: none;  }
ul.topnav li.small a.active { background: url(../images/active_button_small.gif) no-repeat;  text-decoration: none;  }

ul.topnav ul.subnav li a { display: block; color: #FFFFFF; font-size: 110%; padding: 5px 6px 5px 6px; margin: 0 8px 0 0;  }
ul.topnav ul.subnav li a:hover { background: none; text-decoration: underline;  }
ul.topnav ul.subnav li a.active { background: url(../images/subnav_bg.gif) repeat-x;  text-decoration: none;  }
ul.topnav ul.subnav li a.active:hover { background: url(../images/subnav_bg.gif) repeat-x; text-decoration: none;  }

ul#sidenav li a { color: #9a9590; }
ul#sidenav li a:hover { text-decoration: underline; }

ul#langnav li a { color: #ffffff; font-size: 110%; line-height: 110%; }
ul#langnav li a:hover { text-decoration: underline; }

div#footer a { color: #000; }
div#footer a:hover { color: #000; text-decoration: underline; }

div.downloaditem a p:hover { text-decoration: underline; }

div#content a { text-decoration: underline; }

div#downloadsmappen a { text-decoration: none;  }
div#downloadsmappen a:hover { text-decoration: underline; }
div#downloadsmappen a.active { text-decoration: underline; }

/*
* Table styles
*/


/*
* List styles
*/
