* {
	margin:0px;
	padding:0px;
}

html, body {
	height:auto;
	height:100%;
	width:100%;
	font-family: tahoma , arial , sans-serif;
	font-size: 12.5px;
 	margin:0px;
}


/*##################################################################*/
/* Struktur
/*##################################################################*/
#page {
	float: left;
	width: 700px;
	height:100%;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	#head {
		display: none;
	}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	#torso {
		float:left;
		width: 700px;
		background-color: #FFFFFF;
	}
	
		/*##############################################################*/
		/* left
		/*##############################################################*/
		#left {
			display: none;
		}
			
			
		/*##############################################################*/
		/* content
		/*##############################################################*/		
		#content {
			float:left;
			width: 650px;
		}
			#content a {
				color: #59922B;
				outline: none;
				text-decoration: none;
			}
			
			#content a:hover {
				text-decoration: underline;
			}
		
			#spacer_right_top {
				display: none;
			}
			
			#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;
			}
						
			div.csc-textpic-intext-right div.csc-textpic-imagewrap {
				float: right;
				margin: 0 0 0 15px;
			}
			
		/*##############################################################*/
		/* foot
		/*##############################################################*/		
		#right {
			display: none;
		}


	/*################################################################*/
	/* foot
	/*################################################################*/
	#foot {
		display: none;
	}
		

/*##################################################################*/
/* 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: 5px 0 10px 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;
}
