/* CSS Document */
* {
	margin: 0; 
	padding: 0;
}

body {
	text-align: center;
}

p{
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #EA7500;
	text-decoration: none;
}

a:hover, a:active{
	color: #FD7E00;
	text-decoration: underline;
}

#head{
	background-image: url(head.jpg);
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	overflow: hidden;
	text-align: left;
	width: 900px;
	height: 227px;
}


#main{
	
	background-color:  #ffffff;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	overflow: hidden;
	text-align: left;
	width: 898px;
	width: 900 px;
		
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
	
	z-index: 2;
	}

#content{
	position: relative;
	clear: none;
	float: right;
	width: 470px;
	z-index: 20;
	background-color: #FFFFFF;
	
	right: 94px;  
	margin: 0;
	padding: 0;
		
	/margin-top: 86px;
	margin-bottom: auto;

}

#shortlinks{
	position: relative; 
	background-color: #FFFFFF;
	
	float: left;
	width: 200px;
	height: 86px; 
	left: 98px;
	top: 10px;  
	margin: 0px;
		
}

#nav{
	clear: left;
	position: relative;
	float: left;
	width: 100px;
	background-color:  #FFFFFF;
	left: 98px;
	top: 35px;
	margin-bottom: 100px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; 
	
	padding: 0;
}


#foot{
	clear: left;

	background-color:  #E8E8E8;
	z-index: 3;

	width: 898px;	
	width: 900 px;
	height: 34px;
	
	margin-bottom: 0 px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0 px;
		
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-top: 0px;
	border-bottom: 0px;
	
	text-align: left;
}


#copyright{
	width: 400px;
	height: 24px;
	position: relative;
	left: 336px;
	top: 10px;
}


.bodytext, .csc-mailform{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	font-size: smaller;
}

#rootline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin-bottom: 20px;
}


.csc-mailform{
	border: none;	
}


input#mailformformtype_mail { /* den Submit-Button */
  float: none;
  width: auto;
}

.csc-mailform-field, form, br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.csc-mailform-field{
  line-height: 1.8;
}


label {
 display: block;
 float: left;
 width: 120px;
 text-align: left;
 padding-right: 0em; 
}

form {
  margin:0;
  padding:0em;
}

.csc-mailform-submit{
background-image: url(fileadmin/layout/at.gif);
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E8E8E8;
	width: 250px;
	border: none;
}