html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
#kopfbild {
	margin-bottom: -5px;
}
/* IE7 Fixing  #kopfbild  - Kopfbildabstand -  */
*+html #kopfbild {
	margin-bottom: -4px;
}
/* IE6 Fixing  #kopfbild  - Kopfbildabstand -  */
* html #kopfbild {
	margin-bottom: -4px;
}

#content {
	background-image: url(../images/bg-page.gif);
	background-repeat: repeat-y;
}
#inhalt {
	width: 683px;
	float: right;
	padding: 5px 7px;
}
#anzeige {
	margin: 60px 10px 0 13px;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

/*-----------------------------
Beginn Navigation
------------------------------*/
#navigation {
	width: 224px;
	height: 600px;
	float: left;
	background-image: url(../images/bg-menue.jpg);
	background-repeat: no-repeat;
}
#navigation ul {
	list-style-type: none;
}

/*---- Hauptnavigationspunkt ------*/
#navigation li {
	margin: 8px 12px 0 12px;
	border-bottom: 1px dotted #666;
}

#navigation li a {
	padding: 0;
	color: #98141a;
	font-size: 120%;
	text-decoration: none;
	font-weight: bold;
}

/*---- Unternavigationspunkt ------*/
#navigation li li {
	margin: 2px 12px 3px 12px;
	border-bottom: none;
}
#navigation li li a {
	font-size: 100%;
}

/*-----------------------------
Ende Navigation
------------------------------*/


#fussbild {
	
}
.clear {
	clear: both;
}



/*-----------------------------
Beginn Kontakt
------------------------------*/

#formmail p.line, #formmail p.radio_line {
  padding: 0px 0px 10px 0px;
  margin: 1px 0px;
  border-bottom: 1px solid #f2f2f2;
}

#formmail p.line label, #formmail p.radio_line label {
	float: left;
	display: block;
	width: 200px;
	padding-left: 10px;
}

#formmail select, #formmail textarea, #formmail p.line input {
  border: 1px solid #CCC;
  background: url(../images/bg_input_00.gif) top left no-repeat;
}

#formmail p.radio_line input {
  border-width: 0px;
  background-image: none;
}

#formmail option {
  background-image: none;
  background-color: #fff;
}

#formmail p.line input {
  width: 200px;
}

#formmail #n_Submit {
  width: 80px;
  margin-left: 210px;
  background: url(../images/bg_preis_00.gif) top left repeat-x;
  border: 1px solid #ccc;
  color: #f60;
  font-weight: bold;
}

/*-----------------------------
Ende Kontakt
------------------------------*/


