/* ----------------------------------------------------- All browsers */
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-family: arial, sans-serif;
	background: #D6BDA0 url(img/bgbody.jpg) repeat-x top; 
	font-size: 13px;
	line-height: 16px;
}
#logo_de {
	margin: 0 0 0 40px;
	width:394px;
	height: 184px;
	display: block;
	/*background: transparent url(../img/logo_de.gif) no-repeat left 40px; */
	background: transparent url(../img/logo_de.png) no-repeat left 40px;
}
#logo_nl {
	margin: 0 0 0 40px;
	width:394px;
	height: 184px;
	display: block;
	/*background: transparent url(../img/logo_nl.gif) no-repeat left 40px; */
	background: transparent url(../img/logo_nl.png) no-repeat left 40px;
}
div#container {
	position: relative; /* needed for footer positioning */
	margin: 0 auto 0 auto; /* center, not in IE5 */
	padding: 0;
	width:1031px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height */
	min-height: 100%; /* real browsers */
	background: transparent url(img/bgcontainerbase.jpg) repeat-y left;
}
#index div#container {
	position: relative; /* needed for footer positioning */
	margin: 0 auto; /* center, not in IE5 */
	width:1031px;
	min-height: 750px;
	background: transparent url(img/bgcontainerbase.jpg) repeat-y left;
}

#icontainer {
	background: transparent url(img/bgcontainertop.jpg) no-repeat left top;
	/*min-height: 800px; */
	min-height: 750px;	
}
#index #icontainer {
	padding:0;
}
#headernav {
	position: absolute;
	right: 225px;
}
#header {
	display: block;
	height: 260px;
}
#header ul {
	list-style: none;
	margin:0;
	padding: 0;
}
#header ul li {
	padding-top:3px;
}
#header ul li.flag {
	padding-top:0px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
	margin-left:10px;
}

#slider {
	position: absolute;
	height: 214px;
	width: 202px;
	right: 0;
	top:0;
	background-color: #000;
}
#slider ul {
	position: absolute;
	top:0;
}
#header #slider ul li {
	padding: 0;
}
.content {
	width: 590px;
	padding-right: 140px;
}
.icontent {
}

#ff {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-size:9px;
	height: 30px;
}
#index #ff {
	position: relative;
	font-size:9px;
}

.ifoot {
	padding-left:350px;
	font-size: 10px;
	height: 30px;
	background: transparent url(img/bgfooter.jpg) no-repeat right bottom;
}
.iif {
	position: absolute;
	padding-top:10px;
	color:#000;
}
#index .iif {
	padding-top:10px;
	color:#fff;
}
a.footerlink {
	color: #000;
}
#index a.footerlink {
	color: #fff;
}
#foot {
	margin: 0 auto; /* center, not in IE5 */
	width:1031px;
	background: transparent url(img/bgcontainerbase.jpg) repeat-y left;
}

hr {
	border:1px solid#ccc;
	border-left:none;
	border-right:none;
	border-bottom:none;
	width: 580px;
	text-align: left;
	
}

/*
IE HACKS
never use float:left + margin left
never use float:right + margin right
*/
/* ----------------------------------------------------- Standard Layout */
#wraper {
	position: relative;
}

#icontainer {
	margin:0;
	padding:0 0 110px 0;
}
.left-col {
	float: left;
}
.right-col {
	float: right;
}
/* ----------------------------------------------------- Elemente */

/* ----------------------------------------------------- Navigation */
.main-navigation {
	width: 260px;
	background: transparent url(../img/navline2.jpg) repeat-y 100px top;
}
.imn { 
	padding:20px 0 0 0;
	background: transparent url(../img/navline.jpg) no-repeat 100px top;
}
.iimn { 
	padding-bottom:3px;
	padding-left: 60px;
	padding-bottom:20px;
	background: transparent url(../img/navline3.jpg) no-repeat 99px bottom;
}

.main-navigation ul {
	margin: 0 0 0 60px;
	list-style: none;
	padding:0;
}
.main-navigation ul li {
	list-style: none;
	margin:0;
	padding: 0;
}
.main-navigation ul li a {
	color:#000;
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
}
#index .main-navigation ul li a.current {
	background-color: transparent;
}
.main-navigation ul li a:hover,
.main-navigation ul li a.current,
#index .main-navigation ul li a.current:hover {
	background-color: #E8C4B5;
}
#index .main-navigation ul li a {
	color: #fff;
}
#index .main-navigation ul li a:hover {
	color: #000;
}

.main-navigation ul ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0;
	font-size: 12px;
}
.main-navigation ul ul li {
	margin:0;
}
.main-navigation ul ul li a {
	padding-left:23px;
	background: transparent url(../img/pf.gif) no-repeat 12px 0.6em;
	margin:0;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a.current {
	background: #F9E8E1 url(../img/pf.gif) no-repeat 12px 0.6em;
}
.main-navigation ul li a {
	color:#000;
	text-decoration: none;
}



/* ----------------------------------------------------- Links */

a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------- Thypen */

h1 {
	font-size: 30px;
	color:  #333;
	line-height: 100%;
	padding: 10px 2px 25px 2px;
}
h2 {
	
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}
h4, h5, h6 {
	
}
p, td {
	line-height: 16px;
	font-size: 12px;
}
/* ----------------------------------------------------- IE6 and below */
* html {
	width : 100%;
}
/* ----------------------------------------------------- IE7 and below */
* + html {
	width : 100%;
}


.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}

.ie7 address {
font-style: normal;
}

img { 
-ms-interpolation-mode: bicubic; 
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */





/*************************************************************************************/
/*************************************************************************************/
/* Formulare */

#form-module * {
	margin: 0;
	padding: 0;
}

#form-module {
	width: 510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px 0 0;
	padding: 0;
	color: #000;
}

#form-module fieldset {
	border: 0px solid #bbb;
}

#form-module legend {
	display: none;
}

#form-module p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 5px;
	color: rgb(84,108,218)
}

#form-module .element {
	display: block;
	clear: both;
	border-top: 1px dotted #666;
}

#form-module label {
	display: block;
	float: left;
	width: 160px;
	padding: 5px;
	font-size:0.9em;
	margin-left:10px;
	text-align:right;
}

#form-module label.checkbox {
	border-right: none;
	margin:0;
	padding:3px 0 0 0;
	text-align: left;
	width: 350px;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 305px;
	border: 1px solid #bbb;
	margin: 5px;
	font-size: 0.9em;
}

#form-module input.text {
	height: 18px;
}

#form-module input.checkbox {
	width: auto;
	padding: 0;
	border: none;
	margin-left:10px;
}

#form-module input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	cursor: pointer;
	background: #aab9a8;
	color: #fff;
	border: 1px solid #999;
	margin: 5px 5px 5px 187px;
	padding: 2px 5px;
}

#form-module input.submit:hover {
	background-color: #EA1144;
	color: #fff;
	border: 1px solid #EA1144;

}

#form-module label.textarea, 
#form-module textarea.textarea {
	height: 146px;
}

#form-module-thanks {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#index #ff .ifoot,
#index #container {
	background-image: none;
}
#index #icontainer {
	background-image: url(img/bgindex.jpg);
}
#index .ifoot,
#index #ff #foot {
	background-image: none;
}
