* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'Birch';
	src: url('birch/birch-webfont.eot');
	src: local('â˜º'), url('birch/birch-webfont.woff') format('woff'), url('birch/birch-webfont.ttf') format('truetype'), url('birch/birch-webfont.svg#webfont') format('svg');
}
body {
	background: #000 url(../img/bg_body.jpg) center top repeat-y;
	color: #330b01;
	font: 12px Verdana,sans-serif;
}
img {
	border: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #330b01;
}
a:hover {
	color: #ff7d02;
}
h1 {
	font: 54px Birch, serif;
}
h2 {
	font: 24px Birch, serif;
	background: #f9f0dc;
	padding: 12px;
}
h3 {
	font: 18px Verdana, sans-serif;
	color: #330b01;
}
h1, h2 {
	text-transform: uppercase;
	color: #330b01;
}
p, h1, h2, h3 {
	margin-bottom: 16px;
}

/* nav siehe dropdown.css */
#nav2 {
	position: absolute;
	text-align: right;
	padding-top: 12px;
	width: 890px;
}
#nav2 a, #nav2 span.trenn {
	color: #fff;
}
#nav2 a:hover, #nav2 a.aktiv, #nav2 span {
	color: #ff7d02;
}
#nav2 span.trenn {
	padding: 0 10px;
}
#nav2 span.trenn:first-child {
	display: none;
}

/* site */
#site {
	width: 990px;
	margin: 0 auto 12px auto;
}
#top {
	height: 456px;
	background: transparent url(../img/bg_site.png) no-repeat;
}
#title {
	color: #fff;
	font: 38px Birch, serif;
	text-align: center;
	padding: 120px 0 0 0;
	text-transform: uppercase;
	text-shadow: #000 0.1em 0.1em 0.1em;
}
#content {
	background: transparent url(../img/bg_content.png) repeat-y;
	margin: -38px 0 0 0;
	padding-bottom: 16px;
}
/*
* + html #content {
	margin: -38px 0 0 0;
}
*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#content {
		margin: -32px 0 0 0;
	}
}
#content a {
	color: #ff7d02;
}
#content a:hover {
	color: #330b01;
}
.center {
	width: 790px;
	margin: 0 auto;
}
#key {
	margin: 0 0 50px 0;
}
#coll {
	width: 520px;
	margin-right: 20px;
}
#colr {
	width: 250px;
}
#footer {
	font-size: 10px;
	height: 98px;
	background: transparent url(../img/bg_footer.png) no-repeat;	
}
#footer span.trenn {
	padding: 0 6px;
}
#footer .aktiv {
	color: #ff7d02;
}
#footer .center {
	border-top: 1px solid #330b01;
	padding: 16px 0 0 0;
}
/* sonstiges */
.floal {
	float: left;
}
.clearfloat {
	height: 1px;
	clear: both;
	overflow: hidden;
}
hr {
	border: 0;
	color: #e5d7b8;
	background-color: #e5d7b8;
	height: 1px;
}

.list {
}
.list .listimg {
	float:left;
	margin: 4px 12px 12px 0;
	width: 190px;
	overflow:hidden;
}
.list .listxt {
	overflow: hidden;
	height: 1%;
}
/* form */
fieldset {
	margin-bottom: 6px;
	padding-bottom: 6px;
}
fieldset div {
	margin-left: 12px;
	margin-top: 6px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	padding:  0 6px;
	margin: 6px 0 6px 6px;
}
label {
	float: left;
	display: block;
	width: 150px;
	min-height: 20px;
	/*text-align: right;*/
	margin-right: 10px;
}
* html label {
	height: 20px;
}
.formdiv {
	clear: both;
}
.input, textarea, .inputcaptcha {
	width: 320px;
	margin-bottom: 6px;
}
textarea {
	width: 318px;
	font: 1.05em Verdana,Arial,"Lucida Grande",Geneva,Helvetica, sans-serif;
}
.msg {
	height: 144px;
	overflow: auto;
}
.submit {
}
.inputcaptcha {
	margin-left: 160px;
}

/* galerie */
#divgallerie {
	margin-bottom: 6px;
}
#divgallerie #gallerieimg, #divgallerie #bgecard {
	width: 520px;
	height: 392px;
	overflow: hidden;
}
#divgallerie #gallerieimg img, #ulgalleriethumb li img, #bgecard img {
	margin: 0;
}
#divgallerie #butgalerie {
	margin-top: 6px;
	text-align: center;
}
#divgallerie #butgalerie a {
	color: #330b01;
}
#divgallerie #butgalerie a:hover {
	color: #ff7d02;
}
#divgallerie #butgalerie a, ul#ulgalleriethumb li a {
	cursor: pointer;
}

ul#ulgalleriethumb {
	width: 520px;
	overflow: hidden;
	margin: 0;
}
ul#ulgalleriethumb li {
	display: block;
	float: left;
	width: 64px;
	height: 48px;
	overflow: hidden;
	margin: 0 7px 7px 0;
	border: 2px solid #fff;
}
#thumbtarget {
	height: 64px;
	width: 64px;
	position: absolute;
	border: 2px solid #ff7d02;
}
#ulgalleriethumb li img {
	margin: 0;
	padding: 0;
}
