/* ========================================
   ======== Main style definitions ========
   ======================================== */

/* Body styles */  

body {
	margin: 0px;
	padding-bottom: 15px;
	background-color: #F4EAC4;
}


/* Div styles */

.container {
	width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #8F0707;
}

.header-en {
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header-en.jpg");
	background-repeat: no-repeat;
}

.header-nl {
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header-nl.jpg");
	background-repeat: no-repeat;
}

.header-de {
	height: 150px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/header-de.jpg");
	background-repeat: no-repeat;
}

.lang {
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 12px;
	color: #0033cc;
	font-family: verdana,georgia;
	text-align: right;
	letter-spacing: 1px;
}

.nav {
	width: 590px;
	height: 30px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: verdana,georgia;
	text-align: center;
	background-image: url("../images/bg-nav.jpg");
	background-repeat: no-repeat;
}

.sub-nav {
	width: 600px;
	height: 20px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	font-family: verdana,georgia;
	text-align: center;
	letter-spacing: 2px;
	background-image: url("../images/bg-sub-nav.jpg");
	background-repeat: no-repeat;
}

.content {
	width: 560px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-weight: normal; 
	font-size: 12px; 
	color: #333333;
	font-family: verdana,georgia;
}

.bottom {
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
}

.footer {
	height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	font-family: verdana,georgia;
	text-align: center;
}


/* h-styles */

h1 {
	margin: 0px;
	padding-top: 15px;
	padding-left: 0px;
	font-weight: normal; 
	font-size: 18px; 
	color: #333333; 
	font-family: verdana,georgia;
}
	
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 15px;
	color: #999999;
	font-family: verdana,georgia;
}

h3 {
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
	font-family: verdana,georgia;
	vertical-align: top;
}

h4 {
	margin: 0px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #cccccc;
	font-family: verdana,georgia;
	vertical-align: top;
}


/* Hyperlink styles */

.lang a:link {
	color: #3366CC;
	text-decoration: none;
}

.lang a:visited {
	color: #3366CC;
	text-decoration: none;
}

.lang a:hover {
	color: #ffffff;
	text-decoration: underline overline;
}

.nav a:link {
	color: #000000;
	text-decoration: none;
}

.nav a:visited {
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
	color: #ff0000;
	text-decoration: none;
}

.sub-nav a:link {
	color: #000000;
	text-decoration: none;
}

.sub-nav a:visited {
	color: #000000;
	text-decoration: none;
}

.sub-nav a:hover {
	color: #ff0000;
	text-decoration: none;
}

.content a:link {
	color: #ff0000;
	text-decoration: none;
}

.content a:visited {
	color: #ff0000;
	text-decoration: none;
}

.content a:hover {
	color: #000099;
	text-decoration: none;
}

.footer a:link {
	color: #999999;
	text-decoration: none;
}

.footer a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #8F0707;
	text-decoration: none;
}


/* Form styles */
		   	   
select, option, textarea, input {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #cc6633;
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial;
	background-color: #ffffff;
}


/* Miscellaneous styles */

em {
	font-style: normal;
}

ul {
	list-style: url("../images/list-item.gif");
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
	padding: 5px;
}

/* End of main style definitions */