fieldset {
	border: 1px solid black;
	padding: 10px 10px;
	line-height: 40px;
}

input {
	border: 1px solid black;
	padding: 3px 3px;
	margin: 0px 0px 10px 10px;
}

input.csc-mailform-submit {
text-align: center;
margin: 10px 10px;
}

textarea {
	border: 1px solid black;
	padding: 3px 3px;
	margin: 0px 0px 10px 10px;
}

label {
	display: block;
	width: 300px;
	line-height: 20px;
}

/******************************
  Allgemein
******************************/

*{
	padding:0;
	margin:0;
	border:0;
}

body,html{
	height:100%;
	font:12px Verdana, Arial, sans-serif;
	color:black;
	background:#e3e3e3;
	text-align:center;
}


#box{
	width:900px;
	padding:0 10px;
	margin:0 auto;
	text-align:left;
	background:url(../images/box_bg.gif) repeat-y #fff;
  	position: relative;
  	min-height: 100%; /* Fuer moderne Browser */
  	height: auto !important; /* Fuer moderne Browser */
 	height: 100%; /* Fuer IE */
}

/******************************
  Header
******************************/

#header{
	position:relative;
	padding-left:0px;
	height:110px;
	font-size:20px;
	text-transform:uppercase;
	background:#b3b3b3;
	line-height: 60px;
}
#header span{
	position:absolute;
	top:25px;
	left:700px;
	color:white;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

#navigation{
	width:100%;
	background:#dedede;
	list-style:none;
	height:25px;
	border-bottom:15px solid #b3b3b3;
	padding: 4px 0px 4px 0px;
}

#navigation #title{
	padding-left: 20px;
	font: 20px "Trebuchet MS", Verdana, Arial, sans-serif;
	float:left;

}
#navigation #links {
	position: absolute;
	top: 120px;
	left: 750px;
	text-align:right;
}

#navigation #links a {
	text-decoration: underline;
	color: #000;
	margin-right: 3px;
}

/******************************
  Footer
******************************/

#footer{
	position: absolute;
	left:10px;
  	bottom: 0;
	height:25px;
	background:#b3b3b3;
	width:900px;
	color:#fff;
	text-align:center;
	line-height:25px;
}

/******************************
  Content
******************************/


/*
#spalte_links{
	width:200px;
	float:left;
	clear:left;
}
#spalte_links h2{
	background:#5A6BBD;
	height:18px;
	line-height:20px;
	color:white;
	text-indent:10px;
	width:170px;
	margin:24px 0 1px 20px;
	font-weight:normal;
	font-size:10px;
	border:none;
}
*/
#spalte_rechts{
	width:850px;
	margin:0 10px 0 10px;
	padding:10px 10px 4em 20px;
	background:#fff;
	min-height:320px;
}


/******************************
  Textlayout
******************************/

h1{
	margin:10px 0 10px 0;
	font-size:18px;
	border-bottom: 1px solid black;
}

h2{
	margin:10px 0 10px 0;
	font-size:16px;
	border-bottom: 1px solid black;
}
