* {
	margin:0px;
	padding:0px;
}

html, body {
	height:auto;
	height:100%;
	width:100%;
	font-family: tahoma , arial , sans-serif;
	font-size: 12.5px;
	background:#B6CEE7 url(../images/page-bg.gif) repeat-y scroll left center;
	margin:0px;
}


/*##################################################################*/
/* Struktur
/*##################################################################*/
#page {
	float: left;
	width: 1000px;
	height:100%;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	#head {
		width:1000px;
		height:171px;
		background-color:#B6CEE7;
		/*border:1px solid #000000;*/
		background: url(../images/header-back.jpg) top right no-repeat;
	}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	#torso {
		float:left;
		width:1000px;
		background:#FFFFFF url(../images/left-back.gif) left repeat-y;
	}
	
		/*##############################################################*/
		/* left
		/*##############################################################*/
		#left {
			float:left;
			padding-top: 40px;
			width:260px;
			background: transparent url(../images/left-top.jpg) left top no-repeat;
		}
			
			#main-menu li a {
				padding: 0 0 0 25px;
				margin: 0;
				width:260px;
				font-weight:bold;
				list-style-type:none;
				color: #FFF;
			}
			
			#main-menu li a:hover,
			#main-menu li.active a  {
				list-style-type: none;
				color: #CCEB88;
				background: transparent url(../images/activelink.gif) left no-repeat;
				padding:0 0 0 25px;
			}
			
			#main-menu #sub-menu li a {
				font-weight:normal;
				list-style-image:none;
				color: #FFFFFF;
				background: none;
			}
			
			#main-menu #sub-menu li a:hover,
			#main-menu #sub-menu li.active a {
				background:none;
				color: #F90;
			}
		/*##############################################################*/
		/* content
		/*##############################################################*/		
		#content {
			float:left;
			background-color: #FFFFFF;
			width: 700px;
			padding: 30px 20px 20px 20px;
			background: #FFFFFF url(../images/contentback.gif) top right no-repeat;
			border-top: 1px solid #B6CEE7;
		}
			#content a {
				color: #59922B;
				outline: none;
				text-decoration: none;
			}
			
			#content a:hover {
				text-decoration: underline;
			}
		
			#spacer_right_top {
				float: right;
				width: 150px; height: 150px;
				padding: 0;
				margin: -30px -50px 0 0;
			}
			
			#content ul {
				margin: 10px;
			}
				
			#content li {
				margin: 3px 0 0 10px;
				padding: 0;
				list-style-type: disc;
			}
		
			#content td {
				background-color: #eee;
				border: solid 2px #FFF;
				padding: 4px;
				vertical-align: text-top;
			}
			
			#content input {
				border: solid 1px #447A13;
				color: #0066FF;
				width: 250px;
			}
			
			#content .message {
				border: solid 1px #447A13;
				color: #0066FF;
				width: 250px;
			}
			
			#content textarea {
				border: solid 1px #447A13;
				color: #0066FF;
				background-color: #FFF;
				width: 360px; height: 120px;
				text-align: left;
			}
			
			#content .p_hr {
				background-color: #FFF;
				border-bottom: solid 1px #0066FF;
				width: 330px;
			}
			
			#content .mailform_td {
				background-color: #FFF;
				text-align: right;
				vertical-align: top;
			}
			
			#content .mailform_td_2 {
				background-color: #FFF;
				text-align: left;
			}
			
			#content .submit {
				border: solid 1px #447A13;
				background-color: #FFF;
				width: 125px;
			}
			
			#content .pflichtfeld {
				color: RED;
				font-size: 11px;
			}
			
			#content .pflichtfeld_2 {
				border: solid 1px #FF0000;
			}
			
		/*##############################################################*/
		/* foot
		/*##############################################################*/		
		#right {
			float:left;
		}


	/*################################################################*/
	/* foot
	/*################################################################*/
	#foot {
		clear: both;
		height: 0pt;
		position: relative;
		width: 1000px;
	}
		
		#foot-functions {
			height: 25px;
			left: 263px;
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin: 0pt;
			position: absolute;
			top: -5px;
			width: 787px;
		}
		
		#foot-functions li {
			border-right: 1px solid #346701;
			float: left;
			padding: 0px 7px;
		}
		
		#foot-functions li.last {
			border-right: medium none;
			float: left;
			padding: 0pt 7px;
		}


		#foot-functions a {
			color: #346701;
			text-decoration: none;
		}

		#foot-functions a:hover {
			color: #346701;
			text-decoration: underline;
		}
/*##################################################################*/
/* globale Tags	
/*##################################################################*/
a {
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

ul, ol {
	font-size: 1em;
	font-family: Tahoma;
}

option {
	margin-right: 6px;
}

h2 {
	color: #59922B;
	font-size: 17.5px;
	font-weight: bold;
	padding: 5px 0 15px 0;
	
}

h3 {
	color: #095BC0;
	font-size: 12.5px;
	padding: 10px 0 15px 0;
	
}

p {
	font-size: 1.0em;
	padding: 0 30px 0 0;
}

li {
	margin: 5px 0 0 0;
	font-size: 1.00em;
	padding: 0 0 0 15px;
	list-style-type:none;
}

/*##################################################################*/
/* globale Klassen		
/*##################################################################*/
.invisible {
	position: absolute;
	text-indent: -999em;
}

.clearer {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/*##################################################################*/
/*#  #*/
/*##################################################################*/
.picture-text {
	color: #095BC0;
	font-size: 0.85em;
}

.csc-textpic-caption {
	color: #095BC0;
	font-size: 10px;
}

.text-head {
	color: #095BC0;
}

.banner {
  margin: 20px 0 10px 30px;
}
