* {
	padding: 0;
	margin: 0;
	border: 0;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 80%;
	line-height: 1.7em;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color: #005b83;
	text-align: center; /* IE-Zentrierung */
	background: #cdcdcd url(../bilder/body_hint.gif) repeat-y center top;
}


p {
	margin-bottom: 15px;
}

h1 {
	font-size: 170%;
	line-height: 150%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
}



a:link,
a:visited {
	color: #005b83;
}



a:hover,
a:active {
	color: #DDD;
}



/******************************************************/
/*                     Ebenen                         /*
/******************************************************/



#container {
	position: relative;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto;
	
	background-color: #87b716;
	

}


#kopf {
	position: relative;
	float: left;
	clear: both;
	top: 0;
	left: 0;
	width: 960px;
	height: 266px;
	background: url(../bilder/kopf_gruen_960.gif) no-repeat center top;
}



#kopflogo {
	position: relative;
	float: left;
	width: 300px;
	height: 200px;
	top: 10px;
	left: 50px;
}



#navigation {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 80px;
	width: 250px;
	text-align: left;
	line-height: 2em;
}


* html #navigation {
	margin-left: 40px;
}





#inhalt {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 20px;
	width: 590px;
	width: 510px;
	text-align: left;
	padding-bottom: 380px;
	padding-bottom: 270px;
}

* html #inhalt {
	margin-left: 10px;
}

.clear {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}



#fuss {
	position: relative;
	height: 1px;
	margin: -1px auto 0 auto;
	width: 960px;
	background: transparent;
}


#fussbild {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 608px;
	height: 380px;
	height: 270px;
	overflow: hidden;
}



/******************************/
/* Login */
/******************************/



.tx-felogin-pi1 form fieldset div {
	position: relative;
	float: left;
	width: 90%;
	clear: both;


}


.tx-felogin-pi1 form fieldset legend {
	display: none;
}



.tx-felogin-pi1 form fieldset label {
	position: relative;
	float: left;
	width: 80px;
	display: inline;
	margin-top: 13px;
}





.tx-felogin-pi1 form fieldset input { /* Button */
	position: relative;
	float: left;
	width: 102px;
	height: 20px;
	border: 1px solid #005b83;
	margin: 15px 0 0 80px;
}




.tx-felogin-pi1 #user,
.tx-felogin-pi1 #pass {
	width: 100px;
	height: 17px;
	border: 1px solid #005b83;
	margin: 15px 0 0 0;
}





.tx-felogin-pi1 h3 {
	display: none;
}




/*****************************************/
/* Formular Vereinsanmeldung */
/*****************************************/

.csc-mailform-field {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	clear: both;
}

#mailform lable {
	height: 18px;
	float: left;
	top: 0;
}




#mailform input  {
	width: 400px; 
	height: 18px; 
	margin: 5px 0 10px 0;
	display: block; 
	float: right;
}


*+html #mailform input {
	margin-top: -18px;
}

* html #mailform input {
	margin-top: -18px;
}




#mailformBemerkungen {
	float: right;
	width: 400px; 
	height: 100px; 
	margin: 5px 0 10px 0;
	display: block; 
}


*+html #mailformBemerkungen {
	margin-top: -18px;
	margin-bottom: 36px;
}

* html #mailformaddress {
	margin-top: -18px;
	margin-bottom: 36px;
}


input#mailformformtype_mail {
	position: relative;
	float: left;
	clear: both;
	height: 18px;
	width: 150px;
	margin: 5px 0 10px 110px;
}




