@charset "utf-8";
/* CSS Document */

/**********************/
/* Common Definitions */
/**********************/

/* Allgemein */

html{
	overflow-y:scroll;
	font-family:Arial;
	color:#FFFFFF;
	font-size: 9pt;
}

a{
	outline:none;
}
img{
	border:none;
}

h1{
	font-family: Arial;
	font-size: 11pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color: #BFA165;
	font-weight:bold;
	padding:0;
	margin:0 0 15px 0;
}

h2{
	font-family: Arial;
	font-size: 11pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform: uppercase;
	color: #BFA165;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}

h3{
	font-family: Arial;
	font-size: 10pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color: #BFA165;
	font-weight:bold;
	margin:0;
	padding:0;
}

h4{
	font-family: Arial;
	font-size: 9pt;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color: #BFA165;
	font-weight:bold;
	margin:0;
	padding:0;
	
}
h4 a{
	text-decoration:none !important;
	color: #BFA165 !important;
}
h4 a:hover{
	text-decoration:underline !important;
	color: #BFA165 !important;
}

form{
	margin:0;
	padding:0;
}

ul,ol{
	margin: 0 0 0 20px;
	padding:0;
}

a{
	color:#FFFFFF;
}

/***********/
/* Styles */
/***********/

.clear{
	clear:both !important;
}

.bottom10{
	margin-bottom:10px !important;
}

.bottom20{
	margin-bottom:20px !important;
}

br.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}

div.link{
	font-size:8pt;
	font-weight:bold;
}
div.link a, a.link{
	text-decoration:none;
	color:#BFA165;
}
div.link a:hover, a.link:hover{
	text-decoration:underline;
}

/***********/
/* Content */
/***********/

/* Slideshow & Teaser */

div#slideshow{
	background-color:#251108;
	height:255px;
	padding:5px;
}
div#slideshow.mainpage{width:420px;float:left;}
div#slideshow.subpage{width:720px;}


div#teaser{
	width:300px;
	height:265px;
	float:left;
	margin: 0 0 0 5px;
}

div#teaser div.item{
	background-color:#251108;
	padding:6px 5px 4px 5px;
	height:75px;
	font-size:8pt;
}
div#teaser div.middle{margin:5px 0 5px 0;}

div#teaser h3{
	margin:0 0 5px 0;
}

div#teaser img{
	float:left;
	margin:0 10px 0 0;
	width:72px;
	height:72px;
}

div#teaser div.link{
	color:#FFFFFF;
	font-size:7pt;
	margin:5px 0 0 0;
}
div#teaser div.link a{
	color:#BFA165;
	text-decoration:none;
}
div#teaser div.link a:hover{
	text-decoration:underline;
}


/* Inhalt */

div#content_main{
	position:relative;
	width:420px;
	float:left;
	margin:30px 80px 0 10px;
}
#ie6 div#content_main{width:405px;}

div#content_sub{
	margin:20px 0 20px 10px;
	width:710px;
}

.bild_mit_rahmen{
	padding:5px;
	border:1px solid #BFA165;
	margin:0 20px 15px 20px;
}
.hr{
	clear:both;
	margin: 0 auto;
	display:block;
}

div.text{
	text-align:justify;
}

div.text a{
	color:#BFA165;
	text-decoration:none;
}
div.text a:hover{
	text-decoration:underline;
}


/* Minirequest */

div#minirequest{
	width:220px;
	float:left;
	margin:30px 0 0 0;
}

div#minirequest label{
	display:inline-block;
	width:160px;
	float:left;
}

div#minirequest select{
	font-size:9pt;
}

div#minirequest input.text{
	background-color:#BFA165;
	background-image:url('/images/misc/bg_input.jpg');
	background-repeat:repeat-x;
	border:none;
	float:right;
}
div#minirequest input.submit{
	border:none;
	color:#BFA165;
	font-weight:bold;
	background-color:transparent;
	font-size:9pt;
	display:inline-block;
	cursor:pointer;
	padding:0;
}
div#minirequest input.submit:hover{
	text-decoration:underline;
}

div#minirequest div.miniformrow{
	margin: 15px 0 0 0;
	width:210px;
}
div#minirequest div.right{
	text-align:right;
}


/* Newsletter */

form.newsletter label{
	font-weight:bold;
	display:block;
}

form.newsletter input.text{
	background-color:#BFA165;
	background-image:url('/images/misc/bg_input.jpg');
	background-repeat:repeat-x;
	border:none;
	width:300px;
	padding:3px;
	margin:0 5px 10px 0;
}

div#feedback{
	margin:10px 0 10px 0;
}


/* Tabelle */

.contentTable{
	border-collapse:collapse;
	border-spacing:0;
}
table.contentTable td, table.contentTable th{
	vertical-align:top;
	padding:3px;
}
table.contentTable th{
	font-weight:bold;
	text-align:left;
	width:120px;
}
table.contentTable th#first_th{
	width:190px !important;
}
table.contentTable td{
	border-top:1px solid #BFA165;
}


/* Sitemap */

div#sitemap{
	line-height:1.5;
	letter-spacing:0.7px;
}

div#sitemap li{
	list-style-type:disc;
}

div#sitemap a{
	text-decoration:none !important;
}

div#sitemap a:hover{
	text-decoration:underline !important;
}


/* Request */

table#request td{
	vertical-align:top;
}

table#request input.text{
	width:100%;
	background-color:#BFA165;
	background-image:url('/images/misc/bg_input.jpg');
	background-repeat:repeat-x;
	border:none;
	padding:0 2px;
}

table#request textarea.text{
	width:100%;
	height:50px;
	background-color:#BFA165;
	background-image:url('/images/misc/bg_input.jpg');
	background-repeat:repeat-x;
	border:none;
	font-family:Arial;
	font-size:9pt;
	padding:2px;
}

table#request select{
	font-size:9pt;
	background-color:#BFA165;
	border:none;
}

table#request input.radio{
	background-color:#BFA165;
}

/* Impressionen */

div.gallery{
	width:490px !important;
	margin-right:10px !important;
}

div.gallery img.thumbnail{
	margin: 5px;
	outline:1px solid #BFA165;
}

div.gallery img.thumbnail:hover{
	outline:1px solid #FFFFFF;
}

/* Tiscover */

div#tiscover{
	width:210px;
	float:left;
	margin:30px 0 0 0;
	padding:0 0 20px 10px;
	border-left:1px dotted #BFA165;
}
#ie6 div#tiscover{margin:30px 0 0 70px;}