/* @override http://nk.media24.at/docs/38/layout/user.css */
html {
	background: #f1ebd4 url(bg.png) repeat-x;
}

body {
	text-align: center;
  	color: #2E2715; 
  	font: normal 13px/19px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
body#tinymce {
	background: #FFFFFF;
	text-align: left;
	margin: 0.5em 1em;
}
#wrapper {
	position: relative;
	margin: 0 auto 10px auto;
	width:970px;
	text-align: left;
	background: #FFFFFF url(content.gif) repeat-y;
}
#header {
	height: 520px;
	position: relative;
	background: url(header.png) no-repeat;
}
#title, #subtitle {
	display: block;
	position: absolute;
	top: 25px;
	left: 45px;
	width: 250px;
	height: 40px;
	text-indent: 771px;
	white-space: nowrap;
	overflow: hidden;
}
#content_wrapper {
}

/* @group Navi */
#navi {
	position: absolute;
	z-index: 2;
	left: 45px;
	top: 93px;
}

#navi ul {
	margin: 0;
}

#navi li {
	list-style-type: none;
	float: left;
}
#navi a {
	color: #fff;
	padding: 0 15px;
	border-left: 1px solid #7eb31c;
	font: normal 20px/50px "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: block;
}
#navi li:hover a,
#navi li.sfhover a,
#navi li.active a {
	background: #7eb31c url(arrow.gif) no-repeat center bottom;
}
#navi ul ul {
	position: absolute;
	display: none;
	border-top: 1px solid #fff;
	background: #f1ebd4;
}
#navi li:hover ul,
#navi li.sfhover ul {
	display: block;
}
#navi li li {
	float: none;
	border-top: 1px solid #fff;
}
#navi li li a,
#navi li:hover li a,
#navi li.sfhover li a {
	background: #f1ebd4;
	font-size: 14px;
	line-height: 35px;
	color: #8c7863;
	border: 0;
	white-space: nowrap;
	_width: 100px
}
#navi li li a:hover,
#navi li li.active a,
#navi li li.sfhover,
#navi li li.active {
	background: #7eb31c;
	color: #fff;
}
/* @end */

#main {
	float: left;
	position: relative;
	z-index: 1;
	width: 650px;
	margin: -355px 0 15px 39px;
	display: inline; /*IE6: Double margin bug*/
	min-height: 300px;
	height: auto !important;
	height: 300px; /*For IE*/
}

.content {
	clear: both;
	position: relative;
}
.post .pic_left {
	float: left;
	margin: 5px 15px 3px 0;
	display: inline;
}
.post .pic_right {
	float: right;
	margin: 5px 0 5px 15px;
	display: inline;
}
.post img {
	padding: 1px;
	border: 1px solid #d0d0d0;
}
.post p, #sidebar p {
	margin: 0;
	padding: 0;
}
a { color: #79AF16; }
a:visited { color: #79AF16; }
a:hover { color: #333333; }
	
h1, h2 {
	color: #79AF16;
	margin: 0 0 0.2em 0;
	font: normal 20px/23px "Trebuchet MS", Georgia, Times, serif;
}
h2 {
	font-size: 16px;
}
hr {
	border: 1px solid #f1ebd4;
}
#footer {
	height: 41px;
	clear: both;
	font-size: 10px;
	line-height: 41px;
	text-align: center;
	font-family: verdana;
	background: url(footer.gif) no-repeat;
}
#footer p {
	margin: 0;
}
#sidebar {
}
.clearer {
	clear: both;
}
.pagination {
	text-align: center;
}
#search {
	display: none;
}
.gruen {
	color: #79AF16;
}

#person {
	width: 200px;
	position: absolute;
	top: 19px;
	right: 39px;
	font-size: 11px;
	line-height: 17px;
}

/* @group gallery */
.gallery ul {
	margin: 0;
}
.gallery li {
	margin: 2px;
	*margin-bottom: -1px;
	float: left;
	list-style: none;
	line-height: 0;
}

/* @end */


/* @group Form */
.user_form .text_field,
.user_form .text_area {
	font-size: 14px;
	color: #8c7863;
	border: 1px solid #cfc6a4;
	padding: 2px 2px 2px 5px;
	background-color: #faf4dc;
	width: 300px;
}
.user_form .text_field:focus,
.user_form .text_area:focus {
	border-color: #79AF16;
	background-color: #edfad4;
	color: #79AF16;
}
.user_form .text_area {
	margin: 0px 0px 20px 0px;
	height: 50px;
	width: 480px;
}

#user_form_error, #user_form_ok {
	border: 2px solid;
	padding: 3px 5px;
}
/* @end */

/* @group sidebar_pic */
#sidebar_pic {
	width: 200px;
	height: 299px;
	background: url(bild1.jpg) no-repeat;
	border: 2px solid #fff;
	position: absolute;
	top: 115px;
	right: 36px;
}
#group1494 #sidebar_pic {
	background: url(bild_kontakt.jpg) no-repeat;
}


/* @end */