@charset "utf-8";
* html body { text-align:center; }
body {
	background-color: #322d25;
	margin: 0px;
	padding: 0px;
	text-align:left;
	position:relative;
	font-size:100.01%;

}
.Stil1 {
	color: #9E896D;
	font-weight: bold;
}
.graueBU {color: #999999}

/*DIV*/
#wrapper {
	width: 870px;
	margin:0 auto;	
}
#header { height: 143px;}
#container{
	text-align:left;
	background-image: url(../images/layout/bkgr_wrapper.png);
	background-repeat: repeat-y;
}
#container .inside {
/*	background-image: url(../images/layout/bkgr_shadow.png);
	background-repeat: no-repeat;*/
}
#breadcrumb {
	background-image:url(../images/layout/breadcrumb.png);
	background-repeat:no-repeat;
	padding: 0;
	height: 28px;
}
#impressum { line-height: 28px; text-align:right; padding-right: 30px; }
#impressum a {
	color: #9E896D;
	text-decoration:none;
	font-size:9px;
}
#main { 
	padding: 24px 30px 25px 35px;
	line-height: 1.6;
}

#footer{
	clear:both;
	height: 30px;
	background-image: url(../images/layout/bkgr_footer.png);
	background-repeat: no-repeat;
}

/*Headlines*/
h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	line-height: normal;
	color: #9E896D;
	font-family:"Times New Roman", Times, serif;
	text-align: left;
	font-size: 22px;
	text-transform:uppercase;
	}

h2
{
	margin:0px 0px 8px 0px;
	padding:0px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color: #9e896d;
	font-family: "Times New Roman", Times, serif;
}

/*Font*/
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:9pt;
	color:#EAE7E1;
	font-family:Arial, Helvetica, sans-serif;
}

/**
 * Links
 */
 a
{
	text-decoration:none;
	color:#9e896d;
}

a:hover
{
	color: #007B33;
}

invisible {display:none; visibility:hidden;}
#main ul { padding:0;} 
#main li { 
	background-image: url(../images/layout/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 12px;
}

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: 12px 0px;}

.gallery {
	float:left;
	margin-bottom: 30px;
	margin-right:15px;
}
.image {
	width: 130px;
	height: 132px;
	border: 1px solid #40392F;
	border-left-color:  #191511;
	border-top-color: #191511;
	text-align:center;
}
.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 #2C261E;}
#main a:hover img  { border: 1px solid #ffffff;}

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