@IMPORT url("style_reset.css");

body {
	font-family: Verdana, Arial, "sans serif";
	background: white url("bg.jpg") no-repeat;
	background-position: center top;
	color: #3f0000;
	font-size: 0.8em;
}

a {
	color: #3f0000;
	text-decoration: none;
}

a:hover {
	color: #7F0000;
	text-decoration: underline;
}

#head {
	width: 800px;
	height: 143px;
	position: relative;
	margin: 5px auto 0 auto;
}

#head #impressum {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 5px;
}

#navigation {
	width: 100%;
	display: block;
	position: absolute;
	top: 117px;
	left: 0;
}

#navigation a {
	font-weight: bold;
	padding: 0 0.8em;
	text-decoration: none;
}

#navigation .active a {
	color: #aa0000;
}

#register {
	position: absolute;
	top: 111px;
	right: 0px;
	display: block;
	float: right;
	background-color: #aa0000;
	padding: 0 2em;
	line-height: 1.8em;
	color: white;
	margin-right: 1px;
	height: 27px;
}

#register :hover {
	background-color: #0F870A;
}

hr {
	display: none;
}

#content {
	width: 798px;
	margin: 0 auto;
	padding: 1em 0 5em 0;
	border: 1px solid #837f7a;
	border-top: 0px;
	border-bottom: 0px;
	background: url("bg_content.png");
	min-height: 500px;
}

#contentMain {
	padding: 0 10px;
}

h2,h3,h4,h5,h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
}
.content-556 table td {
	padding: 0.5em 2em 0.5em 0;
	}
.content-556 table td em {
	font-size: 0.9em;
}
.content-556 {
	position: relative;
	}
.content-556 .element-chili {
	position: absolute; 
	right: 0px;
	top: 4em;
	}
.content-542 h6 {
	margin-top: 0.4em;
	}
#content .post {
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.2em;
}

.post a {
	color: #aa0000;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

.post a:hover {
	color: #3f0000;
}

.entry {
	padding-left: 1px;
	font-size: 0.9em;
}

h3,h4 {
	margin-top: 2em;
}

h5,h6 {
	margin-top: 1.2em;
	font-size: 0.95em;
	}

#google_map {
	width: 600px;
	height: 350px;
}
/*form*/
form .label {
	text-align: right;
	padding-right: 1em;	
	}
form td {
	padding-bottom: 0.5em;
	}
form textarea {
	width: 30em;
	}
form label {
	cursor: pointer;
	}
form .borderleft {
	padding-left: 1em;
	margin-left: 1em;
	
	}
form .confirm {
	margin: 0.5em 0;
	border: 1px solid #aa0000;
	background-color: #220000;
	background: white url("bg_footer.png") repeat-x;
	padding: 0.5em;
	font-size: 1.2em;
	}
form .confirm a {
	text-decoration: underline;
	}
form ul li {
	font-size: 0.8em;
	}
form .submit_btn {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em;
	}
form .error_message ul {
	list-style: disc;
	list-style-position: inside;
	}
form .error_message h6 {
	color: #aa0000;
	}
form .workshops small {
	display: block;
	padding-left: 2.2em;
	}
/*END form*/
#footer {
	width: 798px;
	border: 1px solid #837f7a;
	margin: 0 auto 2em auto;
	background: white url("bg_footer.png") repeat-x;
}

#footer .content {
	padding: 0.5em;
}

#footer .content div {
	padding-left: 2em;
	font-size: 1.2em;
}

#footer .content em {
	font-weight: bold;
}

.admin a {
	padding: 0.5em;
	margin-top: 1em;
	display: block;
	background-color: #aa0000;
	font-weight: bold;
	font-size: 1.4em;
	color: white;
}
.workshop_full {
	background-color: #aa0000;
	color: white;
}

.post li {
	list-style: disc;
	margin: 0.2em 2em;
}
.post form li {
	list-style:none;
}
