body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#f29200;
	
}

#container {
	width:100%;
	background-color:#f6f6f6;
}

#header {
	width:940px;
	margin:auto;
}

#logo {
	width:300px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

#language {
	width:300px;
	float:right;
	margin-top:50px;
	margin-right:20px;
}

#language a {
	color:#222;
	text-decoration:none;
	display:block;
	float:right;
	margin-right:10px;
	padding-right:10px;
	border-right:#333 1px solid;
	font-size:11px;
	font-weight:bold;
}

#language a.active, #menu a.active {
	color:#f29200;
	cursor:text;
}

#menu {
	width:100%;
	clear:both;
	height:35px;
	background:url(images/menu-tail.gif) repeat-x;
	text-align:center;
	padding-top:10px;
}
#menu a {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	padding-right:30px;
	margin-right:30px;
	border-right:#b65f00 1px solid;
	font-weight:bold;
}

#menu a:hover, #language a:hover {
	color:#f29200;	
}

#main {
	background-color:#efefef;
	width:100%;
	border-bottom:#CCC 1px solid;
	clear:both;

}
#content {
	width:940px;
	margin:auto;
}

#footer {
	width:100%;
	background-color:#FFF;
	text-align:center;
	font-size:11px;
	margin-bottom:20px;
}

#footer a {
	color:#222;
	font-size:11px;
	text-decoration:none;
	margin-right:10px;
	padding-right:10px;
	border-right:#999 1px solid;
	font-weight:bold;
}

#footer a:hover {
	color:#f29200;	
	
}

#language a.last, #menu a.last, #footer a.last {
	border:0;
	margin-right:0;
	padding-right:0;
}

#links {
	width:200px;
	float:left;
	padding-top:8px;
	margin-top:8px;
}

#midden {
	width:740px;
	float:left;
	margin-top:16px;
}
#rechts {
	width:190px;
	float:left;
	margin-left:7px;
	margin-top:8px;
}
.clear {
	clear:both;
}

.module h1 {
	display:block;
	font-size:12px;
	background:url(images/moduletop.png) no-repeat;
	width:170px;
	height:26px;
	padding-left:30px;
	padding-top:13px;
	margin-bottom:0;
}

.module div {
	font-size:12px;
	background:url(images/modulebg.png) repeat-y;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.module {
	background:url(images/modulebottom.png) no-repeat bottom left;
	padding-bottom:7px;
	margin-bottom:10px;
}

.module span {
	display:block;
	width:193px;
	height:5px;
	background:url(images/moduletop2.png) no-repeat;
}

.articletop {
	background:url(images/articletop.png) no-repeat;
	width:740px;
	height:7px;
}
.article {
	background:url(images/articlebg.png) repeat-y;
	width:700px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
}
.articlebottom {
	background:url(images/articlebottom.png) no-repeat;
	width:740px;
	height:7px;
	margin-bottom:10px;
}

p {
	margin:0;
	padding:0;
	line-height:150%;
}

.article h1 {
	font-size:16px;
	color:#222;
	font-weight:bold;
	margin:0;
	margin-bottom:18px;
	padding-top:4px;
	text-transform:uppercase;
}
.article h1 span {
	color:#f29200;	
}

.article a{
	font-weight:normal;
}
img {
	border:0;
}
