/* 
Created by ROESELE.NET WEBDESIGN
December 2008 
*/

* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	background: url(../images/bg_unten.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;	
}

#header {
	position:relative;
	width:100%;
	height:165px;
	background-image: url(../images/bg_oben.gif);
	z-index: 1;
}

#headerimg {
	position: absolute;
	top: 8px;
	left: 620px;
}

#headertxt {
	position: absolute;
	top: 83px;
	left: 13px;
	width: 26em;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
}

#headertxt h1 {	
	float: right;
	font-size: 2em;	
}
#headertxt p {
	float: right;
	font-size: 1.2em;
	margin-top: .6em;
}

#container {
	position: absolute;
	top: 146px;
	left: 20px;
	height: auto;
	width: 804px;
	z-index: 2;
}

#container_top {
	position: relative;
	background: url(../images/content.gif) no-repeat;
	height: 18px;
}

#container_bottom {
	position: relative;
	border: 2px solid #363636;
	border-top: 0;
	height: auto;
	background: #f6f6ee;
	margin-bottom: 20px;  /* Abstand des Inhaltsblocks nach unten */
}


#navi {
	position: relative;
	width: 180px;
	height: 400px;
	float: left;
}


#content {
	position: relative;
	width: 580px;
	height: auto;
	margin-left: 200px;
	padding-bottom: 0px;
}

#content_top {
	position: relative;
	margin-bottom: 20px;
}

#content_left {
	display: block;
	float: left;
	position: relative;
	width: 382px;
}
#content_right{
	position: relative;
	width: 172px;
	float: right;
}

#navi ul {
	list-style-type: none;
	margin: .2em 0 0 1.5em;
}

#navi li {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .25em;
}

#navi li a:link, #navi li a:visited {
	color: 	#333;
	text-decoration: none;
}

#navi li a:hover, #navi li a:active, #navi li a.active {
	color: #b33;
}


#content_top p {
	font-size: 1.2em;
	padding: 0 0 1.4em 0;
	color: #72726D;
	display: block;
	width: 100%;
	background: url(../images/underline.gif);
	line-height: 1.3em;
}

#content_top ul {
	margin-left: 1em;
}
#content_top li {
	font-size: 1.2em;

}

#content_top a:link, 
#content_top a:visited{
	color: #b33;
	text-decoration: none;
}

#content_top a:hover, 
#content_top a:active{
	color: #333;
	text-decoration: none;
}



/* 
fuer den letzten absatz. des anrisstextes, 
verhindert eine unterstrichene
leerzeile unterhalb des letzten absatzes. 
*/
/*#content_top p.lastline { 
	padding-bottom: .1em;
}
*/
#content_left h1 {
	font-size: 1.2em;
	color: #b33;
	line-height: 1.4em;
/*	background: url(../images/underline_h.gif);
*/	background: url(../images/underline_h.gif) repeat-x bottom;
	margin-bottom: 1em;
}

#content_left h2 {
	font-size: 1.2em;
	color: #b33;
}

#content_left p{
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

#content_left img, #content_right img{
	float: right;
}


#content_left a:link, 
#content_left a:visited, 
#content_right a:link, 
#content_right a:visited {
	color: #b33;
	text-decoration: none;
}

#content_left a:hover, 
#content_left a:active, 
#content_right a:hover, 
#content_right a:active {
	color: #333;
	text-decoration: none;
}


#content_right h1 {
	font-size: 1.2em;
	color: #b33;
	line-height: 1.4em;
	background: url(../images/underline_h.gif);
	margin-bottom: 1em;
}

#content_right h2 {
	font-size: 1em;
	color: #b33;
}

#content_right p{
	font-size: 1em;
	margin-bottom: 1.2em;
}

#content_right h2.pH{
	float: left;
}

#content_right p.pP a{
	float: right;
	margin: 0 0 0 15px;
}

#content_right img.pIMG{
	margin: 10px 0 0 0;
	clear: left;
	border: none;
}

.fotoabstand {
	margin-top: 40px;
	margin-bottom: 40px;
}

#impressum{
	position: relative;
	height: auto;
	margin: 0 0 10px 15px;
	width: auto;
	clear: both;
	font-size: 1.2em;
}


#impressum a:link, #impressum a:visited {
	text-decoration: none;
	color: #666;
}

#impressum a:hover, #impressum a:active {
	color: #b22;
}

hr {
	border: 0;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
}

#content_left hr{
	position: relative;
	clear: both;
	padding-top: 25px;
}

#content_right hr{
	position: relative;
	clear: both;
	padding-top: 10px;
}

form{
	font-size: 1.2em;
}

#name, #email, textarea {
	background: #f6f6ee;
	border: 1px solid #676767;
	margin-bottom: .5em;
}

#name, #email {
	width: 256px;
	padding: .2em;
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	width: 356px;
	height: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: .2em;
}

#button {
	background: #363636;
	color: #fff;
	border: 0;
	padding: .2em;
}



.success {
	color: #009900;
	background: url(../images/accept.png) no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
}

.error {
	color:#FF0000;
	background: url(../images/exclamation.png) no-repeat;
	padding-left: 20px;
	background-position: 0 -1px;
}

#admin_control{
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 2;
	border: 2px solid #363636;
	padding: 5px;
	width:auto;
	height: auto;
	background: #f6f6ee;
	font-size: 2em;
	font-weight: bold;
}


#admin_control a:link, #admin_control a:visited {
	color: 	#333;
	text-decoration: none;
	display: block;
	float: left;
	height: 36px;
	padding: 5px 0 0 42px;
	margin: 3px 10px 0 5px;
}

#admin_control .logout{
	background: url(../images/logout.png) no-repeat;
}

#admin_control .upload{
	background: url(../images/upload.png) no-repeat;
}

#admin_control a:hover, #admin_control a:active {
	color: #b33;
}

#adminpanel {
	position: relative;
	margin: 0 0 15px 0;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height: 1.8em;
	width: auto;
	padding-top: .4em;
}

#adminpanel a{
	position: relative;
	width: 100px;
	margin: 0 0 0 5px;
	font-size: 1.2em;
	height: 1.6em;
}


#adminpanel .add {
	background: url(../images/add.png) no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
}


#adminpanel .edit {
	background: url(../images/page_edit.png) no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
}


#adminpanel .delete {
	background: url(../images/cancel.png) no-repeat;
	background-position: 0 -1px;
	padding-left: 20px;
}