

* {

  list-style: none;

  margin: 0;

  outline: none;

  padding: 0;

}



body {

	margin: 0;

	padding: 0;

	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;

	color: #333;

	background: #80B8BD url(images/bg.png) no-repeat;

	line-height: 21px;

}



h1, h2, h3 {

	margin: 0 0 10px 0;

	padding: 0;

    font-family: "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;

	color: #555;

}



h1 {font-size: 160%;}

h2 {font-size: 150%;}

h3 {font-size: 140%;}



h1.invisibleMenuItem {

	font-size:0px;

	visibility: hidden;

	margin: 0px;

	padding: 0px;

	height:0px;

}



ul.submenu {

list-style-type: none;

}





a:link,

a:visited {

	color: #000;

	font-weight: bold;

	text-decoration: none;

	}

a:hover,

a:active {

	color: #1a4876;

	text-decoration: underline;

	}



/***********************

*	Wrapper            *

***********************/



#wrapper {

	margin-right: auto;

	margin-left:auto;

	width: 1000px;

	overflow: hidden;

	font-size: 12px;

	}



/***********************

*	Header             *

***********************/

#header {

	width: auto;

	padding: 0;

	position: relative;

	font-size: 12px;

	}

#HOMELINK {

	position:absolute;

	left:115;

	top:62;

	float: left;

	}

#header ul.navmenu {

	margin: 0;

	padding: 0 0 0 477px;

	list-style-type: none;

	}

#header ul.navmenu li {

	float: left; /* Stupid IE */

	padding: 0px 0 0 25px;

	}

#header ul.navmenu li a:visited,

#header ul.navmenu li a:link {

	float: left;

	line-height: 20px;

	color: #444;

	}

#header ul.navmenu li a:hover {

	text-decoration: none;

	color: #fff

	}

#header ul.navmenu li.current_page_item a:visited,

#header ul.navmenu li.current_page_item a:link {

	color: #ffffff;

	}

#header ul.navmenu li.current_page_item a:hover {

	text-decoration: none;

	}



/***********************

*	Content            *

***********************/



#content {

	left: 150px;

	width: 900px;

	height:900px;

	position:absolute;

	overflow: hidden;

	}

#incontent {

	padding: 20px 0 0 0;

	border:1px solid green;

	}

#text {

	font-size: 13px;

	padding: 0 0px 0px 0;

	text-align: justify;

	float: left;

	width: 838px;

	}

	

#realtext {

	font-size: 13px;

	line-height:150%;

	padding: 0 0 0 0;

	text-align: justify;

	width:566px;

	overflow: hidden;

	}

	

	



#menu {

	float: right;

	width: 180px;

	overflow: hidden;

	text-align: left;

	border:0px solid blue;

	padding: 20px 0 0 25px;

	font-size: 14px;

	}



#menu ul.navmenu li {

	padding: 5px 0 0 0px;

	}

	

/* 	padding: 35px 0px 0px 100px;

*/



/***********************

*	Footer             *

***********************/

#footeraussen {

	clear: both;

	margin: 0 50px 40px 50px;

	}

#footer {

	background: transparent url(images/footer.gif) no-repeat 0 100%;

	height: 10px;

	}

#footer p {

	padding-top: 30px;

	height: 10px;

	}
	


/*  FORM INPUT FELDER */



.csc-mailform-field {
	position: relative;
	width: 400px;
	border:0px;
	
	
}

.csc-mailform-field label {
	position: relative;
	width: 180px;
	float:right;
	
}


.csc-mailform-field input {
	position: relative;
	width: 200px;
	margin: 4px 0px 0px 0px;
}
.csc-mailform-check {
	position: relative;
	width: 200px;
	margin: 10px 0px 6px 0px;
}


