/*
 * Exklusiv-Design Gräfon Kerssenbrock
 *
 * Erstellt von Stephan Hempelmann 
 * Erstellt: 26.11.2010
*/

{
	margin:0;
	padding:0;
}

html
{
	min-height:101%;
}

body
{
	background:#fff;
	position:relative;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:1.4;
	color:#000;
	margin:0;
	padding:0;
	background: #ffffff url(hg_body.png) top center no-repeat;
}

/*Formatierungen*/
#inhalt p, #inhalt ul, #inhalt ol, #inhalt table {
	margin-bottom: 10px;
}

#inhalt h1, #inhalt h2, #inhalt h3 {
	margin: 15px 0;
}

#inhalt img { border: 1px #cfa941 solid;
	padding: 1px;
	margin: 2px;
	}



/* Spezielle DIVs*/
#logo
{
	display:none;
}

#logo_img
{
	display:none;
}
#distance {
	display:none;
}

#container
{
	width:1000px;
	margin:0 auto;
	padding:245px 0 0 0;
	text-align:center;
}

#header
{
	height:170px;
	margin: 0 148px 0 168px;
	border-bottom: 1px solid #cfa941;
}

.cat-0 #header
{
	display:none;
}

#header_img {
	display:block;
	height:100%;
	width:100%;
	background-position:top left;
	background-repeat:no-repeat;
}

#oben
{
	display:none;
}

#inhalt
{
	width:100%;
	margin: 0;
	text-align:left;
	color:#222;
}

#text
{
	padding: 20px 180px 35px 200px;
	min-height: 330px;
}

a:link, a:visited {
	color: #717057;
}

a:hover, a:active {
	color: #d49d04;
}

/*Footer*/
#footer
{
	clear:both;
	padding:10px;
	color:#717057;
	text-align:center;
	margin: 30px 0;
	font-size:13px;
	border-top: 1px solid #dfded8;
}

#footer p
{
	font-size:13px;
	margin:0;
	padding:0;
}

#footer a,#footer a:link,#footer a:visited
{
	text-decoration:underline;
	color:#fff;
	padding:0;
}

#footer a:hover,#footer a:focus,#navi ul li ul a:hover
{
	color:#f74d00;
}

/*Navigation*/

#navi
{
	position:absolute;
	top:275px;
	width:168px;
	margin:0;
	z-index:1;
	_margin-left:-500px;
}

#navi #navi2
{
	width:158px;
	margin: 5px 5px;
}

#navi ul
{
	text-align:left;
	margin:0;
	padding:0;
}

#navi li
{
	list-style-type:none;
	margin:0;
	padding:0;
	_line-height:1.1;
}

#navi a,#navi a:link,#navi a:visited
{
	border-right:0;
	font-size:14px;
	color:#717057;
	background:transparent;
	text-decoration:none;
	display:block;
	padding: 5px 5px 5px 9px;
	margin: 5px 0;
	_margin:0;
	_padding-bottom:0;
}

#navi a:hover,#navi a:active, #navi a#navaktuell
{
	color:#d49d04;
}

#navi a#navaktuell
{
	font-weight:bold;
}



/* fuer Online-Formulare */

table td.left-column, table td.right-column {
	width:390px;
	font-size:12px;
	vertical-align:top;
}

table td.right-column {
	width:225px;
}

#inhalt table img.image-right-column {
	width:225px;
	margin-left:10px;
	border:0 none;
}

table td.gray {
	background-color:#ddd;
	padding:10px;
}

#form table {
	border-collapse: collapse;
	margin:  0;
}
#form td, #form th {
	border: 0;
	padding:  3px 3px 3px 0;
	vertical-align: top;
}
#form input {
	width: 150px; padding: 2px;
}
#form .wide input {
	width: 324px; padding: 2px;
}
#form .radio input {
	width: auto;
}
#form textarea {
	width: 328px;
	height: 200px;
}
#form input[type=radio], #form input[type=checkbox] {
	margin-right: 10px;
}
#form input[type=radio] {
	margin-top: 5px;
}
#form .radio-option td.label {
	padding-left: 28px;
}
#form sup {
	font-size: .7em;
}
#form button {
	margin:1em 0 0 0;
	padding:5px;
}
#form input:focus {
	background-color:  #ffd;
}
#form input.error, #form textarea.error {
	border: 1px solid #d66;
	background-color: #fff6f3;
}
