/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines layout, colors and fontstyles --- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ GLOBAL --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	padding: 0;
	color: #000;
	background: #fff;
	/* center tag for IE 5.x */
	text-align: center;
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#container {
	position: absolute;
	top: 30px;;
	left: 50%;
	padding: 12px;
	/* define container size */
	width: 1010px;
	height: 674px;
	/* (container size + padding) / 2 */
	margin-left: -505px;

	background: #ffffff;
	text-align: left;
	border: 1px solid #c5c5c5;
}

#innercontainer {
	position: relative;
	width: 1010px;
	height: 674px;
	background: #fff;
}

/* h1 ... */
#logoholder {
	position: absolute;
	top: 530px;
	left: 530px;
	width: 450px;
}

#logoholder h1,
#logoholder a:link,
#logoholder a:visited {
	position: relative;
	z-index: 1;
	white-space: nowrap;
}

#logoholder h1 span {
	display: none;
}

#logoholder h1 img {
	float: left;
}

/* h2 ... */
h2 {
	position: absolute;
	top: 387px;
	left: 37px;
}

h2 span {
	display: none;
}

#mainmenu {
	position: absolute;
	top: 5;
	left: 0;
	width: 236px;
	height: 462px;
	background: url("../images/bg-mainmenu.jpg") repeat-y;
	background-color: #fff;
}


#submenu {
	position: absolute;
	top: 0px;
	left: 236;
	width: 266px;
	height: 462px;
	background-color: #C8A176;
}


#background_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 472px;
	background-color: #C8A176;
}


#content {
	position: absolute;
	top: 240px;
	left: 30px;
	width: 615px;
	height: 320px;
	background-color: #ffffff;
	padding: 10px;
	padding-right: 30px;
	overflow:auto;
}

#content_low {
	position: absolute;
	top: 510px;
	left: 30px;
	width: 445px;
	height: 150px;
	background-color: #ffffff;
	padding: 10px;
	padding-right: 30px;
	overflow:auto;
}

#contentmedia {
	position: absolute;
	top: 5px;
	left: 236px;
	width: 774px;
	height: 462px;
	background: #ffffff;
}


#content_left {
	position: absolute;
	top: 5px;
	left: 236px;
	width: 264px;
	height: 462px;
	background-color: #C8A176;
}

#content_left_image {
	position: absolute;
	top: 5px;
	left: 236px;
	width: 264px;
	height: 462px;
	background-color: #C8A176;
}


#content_right {
	position: absolute;
	top: 5px;
	left: 500px;
	width: 510px;
	height: 462px;
	background: #ffffff;
	font-size: 12px;
	list-style: sqare;
	overflow:auto;
}

#content_right_big {
	position: absolute;
	top: 5px;
	left: 336px;
	width: 574px;
	height: 462px;
	background: #ffffff;
	font-size: 12px;
	list-style: sqare;
	overflow:auto;
}

#content_right_big_margin {
	margin: 5px;
	list-style: sqare;
}

#content_right_big_margin ul{
	margin-left: 30px;
	margin-bottom: 10px;
	list-style: sqare;
}


#tab-services {
 
}

#tab-header {
background-color: #C8A176;
color: #fff;
font-size: 13px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 1px;
padding-right: 1px;
}

#tab-content {
padding-top: 5px;
padding-bottom: 5px;
vertical-align: top;
}

#tab-content-sec {
padding-top: 5px;
padding-bottom: 5px;
background-color: #eee;
vertical-align: top;
}

#tab-content a{
 color: #000;

}

#tab-content a span{
 display:none;
 text-decoration: none;
}

#tab-content a:hover span{
 display:block;
 text-decoration: none;
}

/* ------ INTRO ---------------------------------------------------- */

.noshow {
	display: none;
}

#intro {
	position: absolute;
	top: -12px;
	left: -12px;
	width: 934px;
	height: 598px;
	background: #ffffff;
}

/* ------ MENU ----------------------------------------------------- */


#mainmenu ul {
	list-style: none;
}

/* mainmenu first level */
#mainmenu .menulist {
	margin: 10px 0 0 0;
	width: 236px;
}

#mainmenu .menulist a {
	padding: 0 0 0 40px;
	margin: 1px 0 0 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 85%;
	line-height: 170%;
	color: #ffffff;
	letter-spacing: 0.2em;
}

#mainmenu .menulist a:hover {
	color: #625259;
	background: #ffffff;
}

#mainmenu .menulist .menu_stay {
	background: #C8A176;
}

/* mainmenu second level */
#mainmenu .menulist_second a {
	padding: 0 0 0 70px;
	margin: 1px 0 0 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
	line-height: 170%;
	color: #ffffff;
	letter-spacing: 0.2em;
}

#mainmenu .menulist_second a:hover {
	color: #625259;
	background: #ffffff;
}

#mainmenu .menulist_second .menu_stay {
	background: #f48323;
}

/* ------ SUBMENU ----------------------------------------------------- */


#submenu ul {
	list-style: none;
}

/* submenu first level */
#submenu .menulist {
	margin: 10px 0 0 0;
	width: 266px;
}

#submenu .menulist li{
	color: #824C2B;
	padding-top: 2px;
}

#submenu .menulist a {
	padding: 0 0 0 30px;
	margin: 1px 0 0 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
	line-height: 170%;
	color: #ffffff;
	letter-spacing: 0.2em;
}

#submenu .menulist a:hover {
	color: #625259;
	background: #fff;
}

#submenu .menulist .menu_stay {
	background: #ffffff;
	color: #000000;
}

/* mainmenu second level */
#submenu .menulist_second a {
	padding: 0 0 0 70px;
	margin: 1px 0 0 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-size: 75%;
	line-height: 170%;
	color: #ffffff;
	letter-spacing: 0.2em;
}

#submenu .menulist_second a:hover {
	color: #625259;
	background: #ffffff;
}

#submenu .menulist_second .menu_stay {
	background: #f48323;
}

/* ------ CONTENT -------------------------------------------------- */

/* main content bottom */
#content h3 {
	margin: 0 0 0.53em 0;
	font-size: 85%;
	line-height: 140%;
	color: #625259;
}

#content p {
	margin: 0 0 0.53em 0;
	font-size: 75%;
	line-height: 140%;
}

#content_low p {
	margin: 0 0 0.53em 0;
	font-size: 75%;
	line-height: 140%;
}


#content .telfax {
	float: left;
	width: 2.2em;
}

#content a:link, #content a:visited, #content a:active {
	color: #6c6d6f;
	text-decoration: underline;
}

#content a:hover {
	color: #e98b1a;
	text-decoration: none;
}

/* 
.colholder {
	width: 574px;
}

.floatclearer {
	margin: 0;
	clear: both;
}

/* 
.left_col {
	float: left;
	width: 272px;
}

.right_col {
	float: left;
	margin: 0 0 0 30px;
	width: 272px;
}

/* ------ CONTENT PRESSE ------------------------------------------- */
/*
#contenttext {
	position: absolute;
	top: 0;
	left: 236px;
	width: 574px;
	height: 312px;
	background: #870604;
	color: #ffffff;
	padding: 50px 50px 0 50px;
}

#contenttext p {
	margin: 0 0 0.53em 0;
	font-size: 75%;
	line-height: 140%;
}

#contenttext .smaller {
	margin: 0 0 0.53em 0;
	font-size: 65%;
	line-height: 120%;
}

#contenttext ul {
	list-style-type: square;
	font-size: 75%;
	line-height: 170%;
}

#contenttext a:link, #contenttext a:visited, #contenttext a:active {
	color: #ffffff;
	text-decoration: underline;
}

#contenttext a:hover {
	color: #f9a642;
	text-decoration: none;
}

/* ------ CONTENT FORM --------------------------------------------- */
/*
#contentform {
	position: absolute;
	top: 0;
	left: 236px;
	width: 574px;
	height: 312px;
	color: #ffffff;
	padding: 50px 50px 0 50px;
}
/*
#contentform p {
	margin: 0 0 0.53em 0;
	font-size: 75%;
	line-height: 140%;
}

#contentform label {
	font-weight: normal;
}

#contentform .fs_warning {
	font-weight: bold;
	color: #cf3236;
	background: #f9a642;
}

#contentform input,
#contentform textarea {
	padding: 1px;
	font-weight: normal;
	background-color: #ffffff;
	border: #625259 1px solid;
	color: #625259;
}

#contentform select {
	padding: 1px;
	font-weight: normal;
	background-color: #ffffff;
	border: #625259 1px solid;
	color: #625259;
}

/*
#contentform .fs_button {
	padding: 1px;
	background-color: #f9a642;
	border-bottom: #625259 1px solid;
	border-left: #f4c791 1px solid;
	border-right: #625259 1px solid;
	border-top: #f4c791 1px solid;
	color: #ffffff;
	font-weight: bold;
}

#contentform input:focus,
#contentform textarea:focus,
#contentform select:focus {
	border: 1px solid #ffffff;
	background: #e6e6e6;
}

/* ------ IMAGES --------------------------------------------------- */
/*
#thumbnails {
	position: absolute;
	top: 0px;
	left: 0;
	width: 144px;
	height: 360px;
	background: #870604;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #870604;
	border-bottom: 1px solid #870604;
}

#thumbnails img {
	float: left;
}

#bigimages {
	position: absolute;
	top: 0;
	left: 144px;
	width: 530px;
	height: 362px;
	background: #ffffff;
}

#imagedesc1, #imagedesc2, #imagedesc3, #imagedesc4, #imagedesc5, #imagedesc6 {
	position: absolute;
	padding: 6px 10px;
	background: url("../_bilder/imagedesc_bg.png") repeat;
	font-size: 75%;
	line-height: 140%;
	color: #ffffff;
}

#imagedesc1 {
	top: 10px;
	left: 154px;
	width: 489px;
}

#imagedesc2 {
	bottom: 10px;
	left: 154px;
	width: 489px;
}

#imagedesc3 {
	top: 10px;
	left: 154px;
	width: 152px;
}

#imagedesc4 {
	top: 10px;
	right: 10px;
	width: 152px;
}

#imagedesc5 {
	bottom: 10px;
	left: 154px;
	width: 152px;
}

#imagedesc6 {
	bottom: 10px;
	right: 10px;
	width: 152px;
}

*/

#impressum {
 text-decoration: none;
 color: #6c6d6f;
}

/* ------ END CSS FILE --------------------------------------------- */