/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */

html {
	height: 100%;
}

body {
	background: #FFFFFF url(../images/bg.gif) repeat-y left;
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	color: #000000;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #000000;
	padding-left: 2px;
	font-size: 12px;
}

hr {
	border: 0px;
	background: #000000;
	color: #000000;
	height: 1px;
}

/* ---------------------------------------------------------- */
#frame {
	height: 100%;
}

#container {		
}

#header {
	background: #000066;
	height: 100px;
}

#header h1 {
	background: #FFFFFF url(../images/logo.jpg) no-repeat left top;
	height: 100px;
	width: 106px;
	left: 4%;
	top: 0;
	position: absolute;
}

#header h2 {
	background: url(../images/titel.png) no-repeat left top;
	height: 99px;
	width: 499px;
	left: 20%;
	top: 0;
	position: absolute;
}

#header h1, #header h2 {
	margin: 0;
	padding: 0;
}

#header h1 a, #header h2 a {	
	display: block;
	cursor: pointer;
	height: 100px;
	width: 106px;
}

#header h2 a {	
	height: 99px;
	width: 499px;
}

#header span {
	display: none;
}

/* ---------------------------------------------------------- */

#left, #right {
	background: #000066;
	width: 20%;
/*
	min-height: 600px;
	height: auto !important;
	height: 600px;
*/
	height: 2000px;
	float: left;
}

#left #nav-team {
	margin-top: 50px;
	margin-bottom: 50px;
}

#left #nav-team h3 {
	background: #CCFFFF;
	border-top: 2px solid #FFFFFF;
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto !important;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#right {
	background: #CCFFFF;
}

#left #host {
	background: #CCFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#center {	
	min-height: 300px;
        height: auto !important;
	height: 300px;
	
	width: 60%;
	float: left;
}

#content {
	padding: 10px;
}

#content a {
	color: #0033CC;
	text-decoration: underline;
}

#content a:hover {	
	color: #0033CC;
}

#content li {
	background: url(../images/foot-bw.png) no-repeat left top;
	color: #000000;
	display: block;
	list-style: none;
	line-height: 20px;
	font-size: 12px;
	margin-bottom: 4px;
	padding-left: 24px;
}

#content h3, #content h2, #content h1,#content h4, #content h5, #content h6  {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#content h1 {
	color: #000000;
	font-size: 20px;
}

#content h4, #content h5, #content h6 {
	font-size: 12px;
}

#right h3 {
	font-size: 14px;
}

#right h3 {
	padding-left: 10px;
}

#contentR {
	margin-top: 20px;
	margin-bottom: 50px;
}

#footer {
	display: none;
}






