/* Dehner Erlebnistage CSS 
*****************************/

* {
	margin:0;
	padding:0;
	list-style:none;
}

html,
body {
	height:100%;
}

body {
	color:#006843;
	background: #FFF;
	font:12px Arial, Verdana, sans-serif;
}

img {
	vertical-align:middle;
	border:0;
}

a:link,
a:visited {
	color:#006843;
	font-weight: bold;
	text-decoration:none;
}

a:hover,
a:active {
	color:#006843;
	text-decoration:underline;
}


p {
	margin:10px 0;
}
sup, sub {
	line-height:0;
	font-size:0.8em;
}

h1 {
	background: #00633D !important;
	color: #FFF  !important;
	font-size:15px;
	font-weight:normal;
	margin: 0 0 8px 0;
	padding:2px 8px;
}
h2 { font-size: 20px; }
h4 { font-size: 12px; }

.left {
	float:left;
}

.right {
	float:right;
}

.clearer {
	clear:both;
}

.hidden {
	display:none;
}

.error {
	color:#F00;
}


label {
	cursor:pointer;
}


div#print_logo {
	display:none;
}


/* -- normale Formulare -- */
.gen_form {
	width:420px;
	display:block;
}

* html .gen_form {
	width:422px;
}

.gen_form dl {
	margin:10px 0;
}

.gen_form  dt {
	float:left;
	/*clear:left;*/
}

.gen_form  dt.no_float {
	float:none;
}

.gen_form  dd.no_float {
	margin-left:0 !important;
}

.gen_form  dd {

}

	.gen_form dd {
		margin:8px 0 8px 210px;
	}

		.gen_form input.input_option {
			width:200px;
		}

		.gen_form select {
			width:206px;
		}

		.gen_form dd.no_float textarea {
			width:410px;
		}

	.gen_form .submit_row {
		text-align:right;
	}




/* -- Tabellen -- */
table {
	width:100%;
	border-collapse:collapse;
	border:0;
}

	th {
		font-weight:bold;
		text-align:left;
	}

/* -- Formular Elemente -- */
form {
	margin:0;
	padding:0;
	display:inline;
}

input,
textarea,
select,
option {
	font:12px Verdana, Arial, sans-serif;
	vertical-align:middle;
}

input,
textarea,
option {
	padding:2px;
}

.select_option,
.input_option {
	border:1px solid #000;
}

input.submit_option {
	cursor:pointer;
}

fieldset {
	padding:5px 10px;
}

	legend {
		padding:0 5px;
		font-weight:bold;
	}

label {
	cursor:pointer;
}


/* -- Haupt Elemente -- */
div.main {
	width:990px;
/*	margin: 0 auto;*/
	/*background:url('../../img/event/footer.jpg') bottom center no-repeat #A0C53A;*/
}

div#content {
	margin: 8px 0 0 0;
	padding: 0 16px 10px 16px;
}

div#header {
	padding: 0 0 0 0;
	background: #FFF;
}

/*** footer ***/
div#footer {
	height: 30px;
	background: #82B414;
	margin: 10px 0;
}

div#footer ul li {
	float: left;
	padding: 7px 0 0 8px;
}
div#footer ul li a {
	color: #006943;
	font-weight: bold;
	text-decoration: none;
}

