
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	text-align:center;
	font-size:11px;
	background-color:#F5F6F7;
	}
body, table, th, td, p, input, textarea, select {
	color:#333;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif
	}	
a {}
a:hover {}
h1 {margin-bottom:10px;}
h2 {font-size:12px;}
h3 {}
h4 {}
h5 {}
h6 {}	
p {margin:0 0 10px 0;}
	
ol {}
ul {}
li {}
li li {}
fieldset {border:none;}
label {}
.cB {clear:both;}

/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

form.container {
	position:relative;
	margin:0 auto 0 auto;
	width:982px;
	min-height:100%;
    height:auto;
	text-align:left;
	}
	
/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

.header {
	position:relative;
	}
.header-top {}
.header-foot {}

.logo {
	position:absolute;
	top:21px;
	left:17px;
	width:195px;
	height:91px;
	z-index:100;
	}
.logo img {}
		
div.header-visual {
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	height:100px;
	z-index:100;
	}
div.header-visual img {}
					
div.header-block {height:161px;}
div.header-content {}

/* ============================================================	*/ 
/* ========	NAVIGATION			===============================	*/
/* ============================================================	*/

div.navigation {
	position:absolute;
	top:20px;
	left:0;
	width:982px;
	z-index:10;
	}

ul.login {margin:0;padding:0;list-style:none;}
ul.login li {margin:0;padding:0;list-style:none;float:left;}
ul.login li a {}
ul.login li a:hover {}

ul.menu {margin:0;padding:0;list-style:none;height:30px;}
ul.menu li {margin:0;padding:0;list-style:none;float:left;}
ul.menu li+li {}
ul.menu li a {}
ul.menu li a:hover {}

							
	
/* ============================================================	*/ 
/* ========	CONTENT-FRAME		===============================	*/
/* ============================================================	*/

.container-top {}
.content-frame {width:100%;overflow:hidden;margin-bottom:30px;}
.container-foot {}

/* ============================================================	*/ 
/* ========	SIDEBAR				===============================	*/
/* ============================================================	*/

div.sidebar {
	width:238px;
	float:right;
	}
/* ============================================================	*/ 
/* ========	CONTENT-BLOCK		===============================	*/
/* ============================================================	*/

div.content-block {
	position:relative;
	width:744px;
	}

/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	position:relative;
	clear:both;
	}
.footer-top {border-top:1px solid #F00;}
.footer-foot {border-bottom:1px solid #F00;clear:both;}
.footer-content {}

ul.footer-menu {margin:0;padding:0;list-style:none;height:30px;float:left;}
ul.footer-menu li {margin:0;padding:0;list-style:none;float:left;}
ul.footer-menu li.first {}
ul.footer-menu li.last {}
ul.footer-menu li a {}
ul.footer-menu li a:hover {}

.footer-text {float:right;}
.footer-text a {}
.footer-text a:hover {}

/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

.formgrid {}

input, select {vertical-align:middle;}
input.type-text {padding-left:5px;color:#666;background-color:#F00;border:1px solid #F00;}

input.type-button {cursor:pointer;}
label {vertical-align:middle;cursor:pointer;}
select.select {}
textarea.textarea {}
.radio {}
.radio input {margin-right:5px;vertical-align:middle;}
