@charset "utf-8";
/* CSS Document */

/*	undo
*******************************************************************************/


ul,ol { list-style:none }


img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {
	border:none;
	font-size:0.7em;
}
tr { border:none;}
td { border:none;}


legend { display:none; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}



ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a {
	text-decoration: none;
}

/*	styles
*******************************************************************************/

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	color:#333333;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
		}


	#container1 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:960px;
	clear:left;
	background-color: #666666;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

		}
	
	#container2 {
	margin:0;
	position:relative;
	text-align:left;
	height:650px;
	width:760px;
	float:left;
		}

	#container_head {
	margin:0;
	position:relative;
	text-align:left;
	height:136px;
	width:960px;
		}

	#container_content h1 {
	font:bold 12px Verdana, Helvetica, sans serif;
	color:#333333;
	margin:10px 0 3px 0;
	}	

	#container_content {
	position:relative;
	text-align:left;
	width: 890px;
	padding: 35px;
	min-height: 300px;
	background-color: #FFFFFF;
	line-height: 1.7em;
	font-size: 1.2em;
		}
		
	#container_content li {
	padding-left: 40px;
	background-image: url(bilder/listbutton.gif);
	background-repeat: no-repeat;
	background-position: 20px;
		}

	#container_content p{
	padding-bottom: 15px;
		}

	#container_content p a {
	color: #333333;
	text-decoration: underline;
		}

	#container_content a,
	#container_content td{
	color: #333333;
	text-decoration: none;
		}
		
	#container_content a:hover {
	color: #999999;
		}
	
	#container_content img {
	border: none;
	}

	#container_prefooter {
	position:relative;
	text-align:center;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 60;
		}
		
	#container_navi{
	padding-right: 35px;
	padding-left: 33px;
	width:892px;
	margin:0;
	position:relative;
	text-align:left;
	height: 36px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #666666;
	background-color: #d9e2ea;
	z-index: 99;
		}

	#container_navi2{
	position:absolute;
	width:890px;
	top: 18px;
	margin: -8px 0 0 0px;
	left: 33px;
	z-index: 100;
		}
	#container_navi a:visited {
	color: #333333;
		}

	#container_navi a:hover {
	color: #98B1C7;
		}

	.navia li{
	color: #98B1C7;

	}
	
	.navii {
	color: #333333;
	}
	
	#container_navi li {
	float:left;
	padding-left: 20px;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(bilder/menubutton.gif);
	background-repeat: no-repeat;
	background-position: 0px;
		}

	#container_footer{
	height: 30px;
	width:890px;
	position:relative;
	text-align:right;
	padding-right: 35px;
	padding-left: 35px;
	line-height:250%;
	color: #FFFFFF;
		}

	#container_footer a{
	color: #FFFFFF;
		}

	.bildrechts {
	float:right;
	padding-left: 180px;
	padding-bottom: 20px;
	padding-right: 80px;
	}
	.bildrechts2 {
	float:right;
	position: relative;
	padding-right: 80px;
	}


#content-box {
	position:relative;
	top:10px;
	width:500px;
}
.alert-box {
	position:absolute;
	top:20px;
	left:530px;
	width:200px;
	border:1px solid #666666;
	color:#D87669;
	padding:5px;
	background-color:#ffffff;
}
.alert-box h1{
	font:bold 12px;
	color:#D87669;
	padding:0;
	margin:5px 0 5px 0;
}
.alert-box ul{
	padding:0 0 0 15px;
	margin:0;
}
	
form {
	display:inline;
}
.label {
	float:left;
	width:120px;
}
.alert{
	font-weight:bold;
	color:#D87669;
}
fieldset {
	border:0;
	margin:0;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #00427B;
}

.textinput, .select, .textarea {
	float:left;
	background-color:#D9E2EA;
	border:1px solid #00427B;
	color:#333333;
	width:200px;
}
.textinput-over, .select-over, .textarea-over {
	float:left;
	background-color:#D9E2EA;
	border:1px solid #00427B;
	color:#333333;
	width:200px;
	font-weight:bold;
}

.radiobutton, .checkbox {
	float:left;
	width:18px;
}

input.button {
	border:1px solid #666666;
	background-color:#CCCCCC;
	font-weight:bold;
	color:#ffffff;
	cursor:hand;
	cursor:pointer;
}

input.button-over {
	border:1px solid #666666;
	background-color:#ffffff;
	font-weight:bold;
	color:#666666;
	cursor:hand;
	cursor:pointer;
}


div.clearer {
	clear:both;
	height:5px;
	font-size:1px;
}
