@charset "utf-8";
* html body { text-align:center; }
body {
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-size:100.01%;
	background-color: #fefefe;
	background-image: url(../images/body_bkgr.jpg);
	background-repeat: repeat-x;
}

/*DIV*/
#wrapper {
	min-height: 500px;	
	border: 1px solid #000;
	background-color: #ffffff;
	position:absolute;
	width: 850px;
	margin: 0 auto;
	left:50%;
	top:50%;
	margin-left:-425px;
	margin-top:-280px;
} 
* html #wrapper {
	height: 500px;	
}
#footer {
	position:absolute;
	margin: 0 auto;
	font-size:10px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 850px;
	height: 20px;
	bottom: 5px;
	left: 50%;
	margin-left:-425px;
	padding-left: 35px;

}

#header { height: 60px;}
#header .inside { margin: 0 40px 0 40px;}

#container{
	text-align:left;
}
#container .inside {}

#left { width: 260px; }
#left #info { margin-left: 39px; }

#headline {
	border-left: 1px solid #999999;
	height:13px;
	margin-bottom: 57px;
	text-align: right;
}
.headline {
	background-color: #b51449;
	font-size:11px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;
	padding: 1px 2px 1px 2px;
}
	

#impressum { line-height: 28px; text-align:right; padding-right: 30px; }
#impressum a {
	color: #9E896D;
	text-decoration:none;
	font-size:9px;
}
#main { 
	padding: 4px 30px 25px 12px;
}


/*Headlines*/
h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	line-height: normal;
	color: #007B33;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 22px;
	font-style: italic;
	}

h2
{
	margin:0px 0px 8px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color: #000;
}

/*Font*/
#main, .de
{
	font-size:11px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.en {
	color:#666666;
	margin-top: 15px;
}

/**
 * Links
 */
a{ text-decoration:none; border:0; } 

#main a
{
	text-decoration:none;
	color:#b51449;
}
#footer a
{
	text-decoration:none;
	color:#999999;
}

#main a:hover, #footer a:hover
{
	color: #999999;
}

.invisible {display:none; visibility:hidden;}

#main ul { padding:0;} 
#main li {
	list-style-image: none;
	list-style-type: none;
}

hr {
	margin: 10px 0px 10px 0;
	padding: 0;
	border:none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #191511;
	border-bottom-color: #373025;
}
#main p {margin: 8px 0px;}

.gallery {
	float:left;
}
.image {
	border: 1px solid #EDEDED;
	padding: 5px;
	background-color:#F3F3F3;
	background-image: url(../images/body_bkgr.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 15px;
	margin-right:15px;
}
	
.caption{
	font-size: 9px;
	line-height: 1.2;
	margin-top:3px;
	text-align:center;
	color: #968268;
}

#left img, #breadcrumb img {
	border: 0px;
}
#main a img { border: 1px solid #ffffff;}
#main a:hover img  { border: 1px solid #B51449;}

.textbox {
	border: 1px solid #40392F;
	padding: 10px;
	border-left-color:  #191511;
	border-top-color: #191511;
	}
.content td { padding-right: 10px;}
