/* @override http://baumschule-reinsch.de/format.css */

body {
	font-family: Arial, sans-serif;
	font-size: 90%;
	background: #feebc0 url(img/bg.jpg) top left repeat-x;
	margin: 0; padding: 0;
	text-align: center;
	line-height: 1.35em;
	}

/* @group Typo */

h2 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h3 {
	font-size: 1.2em;
	line-height: 1.16em;
}
td {
	vertical-align: top;
}
/*
	Links
*/
a:link {
	color: #004b77;
	text-decoration: underline;
}
a:visited {
	color: #00639d;
}
a:hover,a:active {
	text-decoration: none;
}

/* @end */

div.bg {
	background: url(img/bg_left.jpg) 0px 150px no-repeat;
	min-height: 800px;
	}
div.wrap {
	max-width: 800px;
	padding-left: 170px;
	text-align: left;
	margin: 0 auto;
	}
div.wrap_header {
	padding-left: 0;
	max-width: 970px;
}
div.header {
	background: #5FA319 url(img/header_bg.jpg) top left repeat-x;
	border-bottom: 3px solid white;
}
div.header h1 {
	height: 130px;
	background: url(img/header.jpg) top right no-repeat;
	padding: 0;
	margin: 0;
	width: 517px;
	margin-left: 420px;
	}
div.header h1 span {
	display: none;
}
div.badge {
	position:  absolute;
	top: 30px;
	left: 50%;
	margin-left: -250px;
	background: url(img/badge.gif);
	width: 71px;
	height: 71px;
}
div.badge em {
	display: none;
}
div.nav {
	height: 2em;
	position: relative;
}
div.nav ul {
	position: absolute;
	bottom: -3px;
	right: 2em;
	list-style: none;
	margin: 0; padding: 0;
	text-align: right;
	/*overflow: auto;*/
	width: auto;
}
div.nav li {
	float: left;
	margin: 0; padding: 0;
	margin-left: 0.1em;
}
div.nav li a:link,div.nav li a:visited {
	display: block;
	padding:  0.25em 0.4em 0.2em 0.4em;
	color: white;
	text-decoration: none;
	border-bottom: 3px solid white;
}
div.nav li:hover {
	background: url(img/nav_r_50.jpg) top right no-repeat;
}
div.nav li:hover a:link,div.nav li:hover a:visited {
	background: url(img/nav_l_50.jpg) top left no-repeat;
}
div.nav li a:hover ,div.nav li a:hover {
	border-bottom: 3px solid #AFD18C;
	color: black;
}
div.nav li.active {
	background: url(img/nav_r_100.jpg) top right no-repeat;
}
div.nav li.active a:link,div.nav li.active a:visited, div.nav li.active a:hover,div.nav li.active a:active {
	background: url(img/nav_l_100.jpg) top left no-repeat;
	color: #5FA319;
}
div.sidebar {
	width:  167px;
	float:  left;
	height:  400px;
	margin:  10px;
	margin-top:  2em;
	background:  url(img/oeffnungsz.jpg) no-repeat;
	position:  relative;
}
div.content {
	margin-left:  187px;
	padding: 1em 1em;
	position: relative;
	}

div.content img {
	padding: 2px;
	border: 1px solid #888;
}
div.content p {
	text-align: left;
}
div.sidebar a.drucken span {
	display:  none;
}
div.sidebar a.drucken {
	display:  block;
	position:  absolute;
	top:  6px;
	right:  6px;
	height:  26px;
	width:  26px;
}
a.angebote {
	display: block;
	position: absolute;
	top: 230px;
	right: 0;
	padding: 1em;
}
div.impressum {
	margin: 20px 20px 20px 170px;
}
div.impressum a:link,div.impressum a:visited {
	color: #766D59;
	text-decoration: none;
}
div.impressum a:hover,div.impressum a:active {
	color: #94896F;
	text-decoration: underline;
	
}
/*
* 
* 	Content-Bereiche
* 
*/
ul.rundgang, ul.threecols, ul.twocols{
	list-style: none;
	overflow:  auto;
	padding:  0;margin: 0;
}
ul.rundgang span {
	display:  block;
	padding:  0.5em;
}
ul.rundgang li {
	padding:  0;margin: 0;
	width:  50%;
	float:  left;
	margin-bottom:  1em;
}
/********************/
ul.threecols li {
	padding:  0; margin: 0;
	width:  33%;
	float:  left;
}
ul.twocols li {
	padding:  0; margin: 0;
	width:  50%;
	float:  left;
}
td.name {
	font-weight: bold;
}
.eventname {
	font-weight: bold;
	text-decoration: underline;
}
.special, a.special:link,a.special:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #72cb15;
	color: #fff;
	padding:1.25em;
	margin-top: 0.75em;
	border: 1px solid #52920f;
}
.special h2 {
	margin-top: 0em;
}
a.special:hover {
	background: #8fff1a !important;
}
.special .small {
	font-size: 0.75em;
}
.dimmed {
	background: #eee5c4;
	color:  #333;
}
.beschr {
	font-weight: bold;
}
.extra {
	background: #72cb15;
	padding: 1em;
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
}





/* @group Forms */
form p {
	margin: 0;
}

input, textarea {
	font-size: 1em;;
	font-family: inherit;
}
label {font-weight:bold;}


form {
	margin-bottom: 22px;
}

form .error input {
	border-color: #ab2f2f;
}

form p label {
	display: block;
	width: 30em;
}
form p textarea, form p input {
	width: 30em;
	border: 1px solid #ccc;
	padding: 0.25em;
	margin: 0;
	margin-bottom: 1.3em;
}
form p input.half {
	width: 9.75em;
}
form input.half+input.half {
	border-left-width: 0;
}
form fieldset{
	border-width: 0;
	margin: 0px 0 22px 0;
	padding-top: 22px;
	border-top: 1px solid #ccc;
}
form legend {
	margin: 0;
	padding: 0:
}
form button {
	line-height: 22px;
	margin: 10px 0;
	padding: 0px 5px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	text-shadow: #fff 0px 1px 0px;
}
form button:hover {
	border-color: #aaa;
	cursor: pointer;
}
form button:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 50%;
	border-top: 4px solid #f4f4f4;
	background: #e9e9e9;
	bottom: 0px;
	left: 0;
}
/* @end */
