* {
	margin: 0;
	padding: 0;
}

body {
  background-color: #c1c0c0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color:#6e6e6e;
}

#wrapper {
  margin: 0 auto;
  width: 814px;
}

#inhalt {
  background-image: url(images/inhalt_bg.jpg);
  background-position: center top;
  background-repeat:  repeat-y;
  font-size: 13px;
}

#header {
	margin-left: 62px;
	width:690px;
	height: 106px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
}

#logolink {
	position: absolute;
    top: 28px;
    left: 0px;
    width:232px;
    height: 49px;
}

#menu {
	position: absolute;
    top: 38px;
    left: 288px;
    width:435px;
    height: 49px;
    
}

#menuitem {
	float: left;
	margin-right: 28px;
	letter-spacing: 0.1em;

}

#menuitem a{
	padding-top: 38px;
	color:#6e6e6e;
	text-decoration: none;
}

#menuitem a.aktiv{
	background-image: url(images/quadrat.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#menuitem a:hover{
	color:#9e2832;
}


h1.header {
	background: url(images/logo_anita_grotegeers.gif);
	height: 49px;
	text-indent: -999em;
	width: 232px;
}

h1 {
	font-size: 16px;
	color:#a01520;
	line-height: 140%;
	margin-bottom: 30px;
	font-weight:300;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans, Times;


}

h1.start {
	font-size: 16px;
	color:#a01520;
	line-height: 140%;
	margin-bottom: 5px;
	font-weight:300;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans, Times;


}

h2 {
	font-size: 16px;
	color:#666;
	line-height: 140%;
	margin-bottom: 30px;
	margin-top:20px;

}


#container {
	padding-top: 50px;
}

#left {
	float: left;
	width: 230px;
	margin-left: 62px;	
}

#left ul {
	text-align: right;
	list-style-type: none;
	font-size: 14px;
	line-height: 150%;
}

#left ul a {
	color: #4d4d4d;
	text-decoration: none;
}

#left ul a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#left ul .active span {
	font-weight: bold;
}

#left ul ul  {
	margin-bottom: 10px;
}

#left ul ul a {
	color: #98a31a;
}

#left ul ul a:hover {
	color: #98a31a;
	font-weight: bold;
}

#left ul ul .active span {
	font-weight: bold;
	color: #98a31a;
}

#left .block {
	margin-bottom: 25px;
}

#main {
	padding-bottom: 50px;
	margin-left: 350px;
	width: 400px;

	line-height: 150%;
}

#main a{
	text-decoration: underline;
	color:#9e2832;
	text-decoration: none;
}

#main a:hover{
	color:#9e2832;
	text-decoration: underline;
}

#main p {
	margin:0px 0px 0px 0px;

}

#main ul {
	list-style-image: url(images/pfeil.gif);
	line-height: 170%;
	margin-left: 20px;
	margin-bottom: 10px;
}

#main ol {
	line-height: 150%;
	margin-left: 40px;
}

#main p {
	padding-bottom: 10px;
}

#mitglied_box {
	width:200px;
	float: left;
	margin-bottom: 30px;
	
}

#img_2 {
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

#footer {
	width: 814px;
	height: 106px;
	font-size: 10px;
	line-height: 20px;
	padding-bottom: 30px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
}

#footer_content {
	margin-left: 62px;
	width:690px;
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}

#footer a {
	
	text-decoration: none;
	color: #666;
}

#footer a:hover{
	text-decoration: none;
	color: #9e2832;
}
/* Formular */
td{ vertical-align:top;font-size: 12px;}
.auswahlfeld {

	margin-bottom:14px;
}


.formfeld1 {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	border: 1px solid #999;
	background-color:#EEE;
	height:16px;
	width:250px;
	padding:3px;
	margin-bottom:14px;
}

.formfeld2 {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	border: 1px solid #999;
	background-color:#EEE;
	height:130px;
	width:250px;
	padding:3px;
	margin-bottom:14px;
}

.senden2 {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	border: 1px solid #999;
	background-color:#EEE;
	height:26px;
	width:100px;
	padding:3px;
	margin-bottom:14px;
}

.senden1 {
	font-family:Arial;
	color:#000000;
	font-size:12px;
	border: 1px solid #999;
	background-color:#d7d58d;
	height:26px;
	width:100px;
	padding:3px;
	margin-bottom:14px;
}

#sternchen {
	font-size: 14px;
	margin-left:5px;
	color:#990000;
}

#kontaktformular {
	border-top:1px solid #a9a9aa;
	margin-top:20px;
	padding-top:20px;
}