/* ------ 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: #6c6d6f;
	background: #e6e6e6;
	/* center tag for IE 5.x */
	text-align: center;
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 12px;
	/* define container size */
	width: 910px;
	min-height: 574px;
	/* (container size + padding) / 2 */
	margin-top: -299px;
	margin-left: -467px;

	background: #ffffff;
	text-align: left;
	border: 1px solid #c5c5c5;
}

#innercontainer {
	position: relative;
	width: 910px;
	min-height: 574px;
	background: #ffffff;
}

/* h1 ... */
#logoholder {
	position: absolute;
	top: 414px;
	left: 756px;
}

#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: 0;
	left: 0;
	width: 236px;
	height: 362px;
	background: url("../_bilder/mainmenu_dot.gif") no-repeat #625259;
}

#content {
	position: relative;
	top: 383px;
	left: 88px;
	width: 635px;
	min-height: 176px;
}

/* OVERFLOATING CONTENT > ADD THIS CLASS */

#content.long {
	padding-bottom: 383px; /* SAME AS ABOVE > TOP POSISTION */
}

#contentmedia {
	position: absolute;
	top: 0px;
	left: 236px;
	width: 674px;
	height: 362px;
	background: #ffffff;
}

/* ------ 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: 50px 0 0 0;
	width: 236px;
}

#mainmenu .menulist a {
	padding: 0 0 0 54px;
	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 a:hover {
	color: #625259;
	background: #ffffff;
}

#mainmenu .menulist .menu_stay {
	background: #706369;
}

/* 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: #706369;
}

/* ------ 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 .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;
}

/* column starter */
.colholder {
	width: 574px;
}

.floatclearer {
	margin: 0;
	clear: both;
}

/* two columns... */
.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;
	background: url("../_bilder/anfrage_bg.gif") no-repeat #870604;
	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;
	/*border: 1px solid #c5babf;*/
	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;
}

/* ------ MENU SUB ------------------------------------------------- */

.menusub {
	margin: 20px 0;
	text-align: center;
	color: #b0a8ac;
}

.menusub a {
	text-transform: uppercase;
	font-size: 75%;
	line-height: 1.5;
	color: #b0a8ac;
}

.menusub a.menusub_start {
	color: #625259;
}

.menusub a:hover {
	color: #870604;
	text-decoration: none;
}

/* ------ DATENSCHUTZ ---------------------------------------------- */		

.datenschutz_end {
	padding-top: 20px;
	border-top: #e5e5e5 solid 1px;
	font-size: 40%;
}

/* ------ END CSS FILE --------------------------------------------- */