
/*  Farben Grau:#5F5F61 Beige:#D1A071 */

/* allgemeine Einstellungen */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	color:#5F5F61;
	margin:0px;
	padding:0px; /* für den Opera */
	text-align:center;
	background-color:#5F5F61;
}

/* Layoutsteuerung --------------------------------------------------- */
#wrap
{
	background-color:#D1A071;
	width:800px;
	height:auto;
	margin:auto;
	text-align: left;
	border:1px #5F5F61 solid;
} 
#header
{
	background-color:#fff;
	background-image:url(../upload/bilder/header.jpg);
	background-repeat:repeat-x;	
    width:800px;
	line-height:47px;
	min-height:47px; height:100% !important; /* für moderne Browser */
	height:47px; /*für den IE */
	text-align:center!important;
	color:#4E4E4E;			
    padding-top:10px;
	float:left;
}
#content_left
{
	float:left;
	width:100px;
	height:300px;
}
#content_middle {
	overflow:auto;
	float:left;
	width:550px;
	height:300px;
	padding-left:30px;
	padding-right:20px;
	background-color:#fff !important;
}
#content_right
{
	float:left;
	width:100px;
	height:300px;
}
#footer {
	clear:both;
	height:200px;
}

#logo {
	float:left;
    padding-left:10px;
    width:152px; /* */
    height:60px;
}
#header h3 {
    text-align:center;
	font-size:1.0em;
    margin-left:auto;
    margin-right:auto;
}
/*
#slogan {	
	width: 648px;
	color:#892336;			
	font-size:14px;
	font-weight:bold;
	text-align: center;
    padding-top: 2em;
    display: inline;
}*/
/* Layoutsteuerung ende --------------------------------------------------- */

/* Ungeordnete/Geordnete Listen */
ul {
	list-style-type:square;
	margin-left:0.0em; padding-left: 0.0em; margin-top:0.0em; /*für den IE, Liste richtet linksbündig aus */
}
ul li {
	padding-bottom:0.5em;
	font-weight:bold;		
}
ol {
	list-style-type:decimal;
	margin-left:0.0em; padding-left:0.0em; margin-top:0.0em; /*für den IE, Liste richtet linksbündig aus */
}
ol li {
	padding-bottom:0.5em;
	font-weight:bold;
}

h1 {
	padding-top:20px;
	font-size:20px;
}
h2 {
	padding-bottom:15px;
	font-size:1.3em;
	font-weight:normal;
}
p, form {
	font-size:12px;
}
/* ie5.01 hack */
h1,h2,p,ul {
	margin-top:0;
	margin-bottom:0;
}		

/* Darstellung eines normalen Links */
a:link {
	color:#D1A071;
}

/* Darstellung eines besuchten Links */ 
a:visited {
	color:#999;
}

/* Darstellung eines normalen Rollovers */
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#666;
}

#permamentlink a {
	color:#5F5F61;
}

#permamentlink a:hover {
	padding:0 5px 1px 5px;
	color:#D1A071;
}

p#permamentlink {
  clear: left;
}

.gallery_bu {
	padding: 0 0 12px 0;
	color: #D1A071;
	font-weight: bold;
}

/* Formularformatierung ----------------------------------------------------------------------------------- */
input[type=submit], input[type=reset] { /* damit werden nur Submit- und Reset-Buttons formatiert */
    width:250px;
	color:#fff;
  	background-color:#D1A071;
  	border:1px outset #999;
}
input:hover, textarea:hover { 
	color: #5F5F61;
  	background-color: #ccc;
}
input, textarea, select { /* Textfelder, Dropdown-Auswahl und -areas */
	color:#fff;
	border:1px inset #999;
	background-color:#D1A071;
}
input:focus, textarea:focus, select:focus {/* aktive Textfelder und -areas */
	color:#fff;
	background-color:#5F5F61;
}
form {
	background-color:#ebebeb;
	border:1px solid #5F5F61;
}
textarea {
	height:9em;
}

/* Formularformatierung ende------------------------------------------------------------------------------- */

#loginbox {
	width:93%;	
	background-color:#EBEBEB;	
	font-size:12px;
	padding:0.5em;
	margin-top:1.5em;
	margin-bottom:1.5em;
	background-color:#ebebeb;
	border:1px solid #5F5F61;
}
.label_searchbox {
	font-size:12px;
}

.tabellen, table {border: 1px solid #D1A071; font-size:11px; background-color:#D1A071;}
td {padding:5px;}
tr {background-color:#E8D0B8;}
tr.tabellenkopf {background-color:#5F5F61; color:#fff;}
.rowcolor {background-color:#F1E3D5;}

/* vpGallery Start */
div.thumbnail {float:left!important;}
br.clearboth {clear:both;}
#vpgallery a {color:#D1A071!important;}
#vpgallery a:hover {color:#000!important;}
#vpgallery table {border:1px solid #fff;}
#vpgallery img {}
#vpgallery a img {border: 2px solid #D1A071;}
#vpgallery a:hover img {border: 2px solid #fff;}
.bu_gallery {}
.slidephoto {}
/* Ende */
