html, body {width: 100% !important; }

body {
	font: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #FFFDFF url(./template/body-bg.jpg);
	background-size: cover; 
	background-attachment: fixed;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	text-align: center;
	background: transparent;
}

#inner-wrapper { 
	height: auto;
	text-align: left;
	background: transparent;
}

ul#language {
	margin: 0;
	padding: 0;
	background: transparent;
	text-align: right;
}
ul#language li{
	display: inline;
	list-style-type: none;
}
ul#language a{
	color: #09305B;
	font-weight: bold;
 	line-height: 2em;
	background: transparent;
	text-decoration: none;
	padding: 0 10px;
}
ul#language a:hover {
	color: rgb(96,129,132);
	background: transparent;
}

#header {
	height: 294px;
	background: url(./template/header.jpg) center no-repeat; 
}

#topmenu {
	text-align: right;
	padding: 0 0.5em 0 0;
	margin: 0;
	background: transparent url(./template/menu-bg.jpg) bottom left repeat-x;
}

#topmenu li{
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#topmenu li + li{
	padding-left: 1em;
	display: inline;
}

#topmenu a{
	color: #FFFFFF;
	background: transparent;
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5em;
	text-decoration: none;
	padding: 0 0.5em;
	margin: 0;
}
#topmenu a:visited {
	color: #FFFFFF;
}
#topmenu a.active {
	color: #FFFFFF;
	background: transparent url(./template/menu-hover-bg.jpg) top left repeat-x;
}
#topmenu a:hover {
	color: #A2741A;
	background: transparent url(./template/menu-hover-bg.jpg) top left repeat-x;
}

#content {
	margin: 0;
	padding: 0.2em 0;
	background: #FFFDFF; 
}

#menu {
	float: left;
	width: 13em;
	background: transparent;
	position: relative;
	margin: 1.9em 0 0 0;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li{
	font-size: 1.15em;
	padding: 0 0 1em 0.2em;
}
#menu ul ul {
	margin-top: 0.2em;
}
#menu ul ul li{
	font-size: 0.95em;
	padding: 0.2em 0 0 0.8em;
}
#menu ul ul ul li{
	font-size: 0.95em;
	padding: 0.2em 0 0.2em 1em;
	line-height: 1.25em;
}

#menu a {
	font-weight: bold;
	display: block;
	color: #114477;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px solid #F0F2F4;
	padding: 0;
}
#menu ul ul a {
	margin-left: 0.5em;
}

#menu a:visited {
	color: #1C2222;
}
#menu a.active {
	color: #112222;
	background: #C8DAEC;
	text-align: right;
	padding-right: 0.2em;
}

#menu a:hover {
	color: #114477;
	background: #557799;
}

#menu a.sub {
	font-size: 0.85em;
	color: #4F565D;
	text-align: right;
	padding-right: 0.2em;
	
}

#menu a.sub:hover {

	color: #114477;
	background: #557799;

}

#menu a.shop {
	font-size: 1.4em;
	color: #DD0808;
	padding-left: 0.6em;

}

#menu a.shop:hover {

	color: #A11927;
	background: #557799;

}


#menu a.imgzeg {
	display: block;
    border: 0px;
    width: 11em;
	text-align: center !important;

}


#menu a.imgzeg img{
	display: block;
    border: none;
	text-align: center !important;
    height: auto;
    position: relative;
    margin: 0px auto;
}


#menu a.imgzeg:hover {
	background: #557799;

}




#text {
	margin-left: 14em;
	padding: 0 1em 1em 1.5em;
	font-size: 1em;
	color: #112222;
	background: transparent;
	position: relative;
}

* html #text {
    height: 0.1%;
}

#text p { margin-top: 0.2em; }

#text p.unterschrift { text-align: right; margin-top: 3em; margin-right: 5em; }
#text p.unterschrift span { 
	font-style: italic;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 2em;
}

#text a { 
	color: #005686;
	text-decoration: none; 
	border-bottom: 1px solid; 
}
#text a:visited, #text a:hover { 
	color: #0073B2;
	border-bottom: 1px dotted; 
}

#text ul {
	margin: 0 0 0 1em;
	padding: 0;
}

ul#bronvermelding {
	color: #40889A;
}

#text li {
	margin: 0.4em 0; 
}
#text li p {
	margin-top: 0;
}
#text H2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 1.1em;
	MARGIN: 0px;
	COLOR: rgb(96,95,96);
	LINE-HEIGHT: 1.2em
}


.image-rechts {
	float: right;
	margin: 0 0 1em 1.5em;
}
.image-links {
	float: left;
	margin: 0 1.5em 1em 0;
}
.image-rechts, .image-links {
	position: relative;
	background: transparent;
}

a img.image-rechts, a img.image-links {
	border: none;
}



.rechts {
	float: right;
	position: relative;
	margin: 0 0 1em 1em;
	clear: right;
}
.links {
	float: left;
	position: relative;
	margin: 0 1em 1em 0;
}

.textblok {
	padding: 1em;
	font-size: 0.85em;
	font-style: italic;
	background: #E9F2FB;
	border: 3px double #0073B2;
}

#footer {
	font-style: italic;
	padding: 0;
	background: transparent;
	clear: both;
}

#footer div {
	color: #002B59;
	text-align: center;
	padding: 1.5em 0.5em 0.5em 0.5em;
	margin-top: 1px;
}

#footer ul {
	margin: 0;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footer a { 
	color: #005686;
	text-decoration: none; 
	border-bottom: 1px solid; 
	margin-left: 0.5em; 
}
#footer a:visited, #footer a:hover { 	
	color: #0073B2;
	border-bottom: 1px dotted; 
 }

address {
	margin: 2em auto;
}

.vulblok {
	height: 10em;
}

.vulblokgroot {
	height: 20em;
}

p.blind {
	clear: both;
}
