/**
Michael Schmidt Farbpalette:
Dunkelrot: 851420; 
Grün: 3BA74E;
Navigation (100%): 868174;
Body (20%): E8E6E2;
Header (35%): D7D4CD;
H1 (75%): A6A296;
Infobox Headline (50%): C6C2BA;

*/

/* ----------------- general html structure */
html, body, div, p, table, tr, td, a, input, textarea, select {
    font-family: Arial;
	color:#000000;
}

html, body {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	height:100%;
	min-width: 955px;
    background-color: #B99DA2;
    background: #C6C2BA url(../images/hintergrund.png) no-repeat fixed center center; 

}

#wrap {
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 10px 0 0 -478px;
    width: 955px; 
    height: auto; 
    background-color: white;
    background-image: url(../images/navigation_bckgrnd.png);
    background-repeat: repeat-y;
}

#head {
    position: relative;
    top: 0;
    left: 55px;
    width: 900px;
    height: 160px;
    background-color: #EEE2DD;
    z-index: 10;
}

#h1box {
	position: absolute;
    top: 160px;
    left: 250px;
    background-color: #851420;
    width: 705px;
    height: 30px;
    z-index: 10;
}

#logo {
	position: absolute;
    top: 0;
    left: 0;
    width: 523px;
    height: 213px;
    background-image: url(../images/logo_bild.png);
    z-index: 10;
}

#logotext {
	position: absolute;
    top: 28px;
    left: 150px;
    width: 300px;
    height: 77px;
    z-index: 11;
}

#claim {
	position: absolute;
    top: 30px;
    left: 525px;
    width: 350px;
    height: 22px;
    z-index: 12;
}

#adresse {
	position: absolute;
    top: 72px;
    left: 500px;
    width: 240px;
    height: 100px;
    font-size: 11px;
    font-weight: normal;
    z-index: 13;
}

#adresse a {
    font-size: 11px;
    font-weight: normal;
}

form {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

/* /----------------- general html structure */

div#col-left {
	float: left;
    display: inline; /* damit IE nicht doppelt floated */
	width: 235px;
    text-align: left;
}

div#col-body {
    width: 220px;
    position: relative;
    display: inline; /* damit IE nicht doppelt floated */
	float: left;
    font-size: 12px;
	margin: 70px 0px 20px 0px;
    color: #404040;
    overflow: visible;
}

div#col-right {
    position: relative;
    display: inline; /* damit IE nicht doppelt floated */
	width: 500px;
	float: right;
    padding: 0 0 20px 0;
    margin: 0;
	z-index: 10;
}

#booking {
    display: none;
	position: absolute;
    top: 0px;
    left: 569px;
    width: 106px;
    height: 54px;
}

#nachlinks {
    float: left;
    margin: 0 20px 0 0;
}

#nachrechts {
    float: right;
    margin: 0 0 0 20px;
}


/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

#langNavigation {
	position: absolute;
    top: 70px;
    left: 870px;
    width: 85px;
    height: 25px;
    z-index: 10;
}

#metaNavigation {
	position: absolute;
    top: 100px;
    left: 735px;
    width: 220px;
    height: 15px;
    background-color: #2B843E;
    z-index: 10;
}

#metaNavigation #items {
	position: absolute;
    top: 0px;
    left: 10px;
    width: 210px;
    height: 20px;
    font-size: 9px;
    color: white;
}

#metaNavigation a {
    font-size: 11px;
    color: white;
    font-weight: normal;
}

#LanguageSelect {
    width: 120px;
}

#navigation {
    width: 210px;
	margin: 65px 0 90px 0px;

    border-bottom: 1px solid #A6A296;
}

#nav_top {
}

#nav_bottom {
}


/* Level 1 */
#navigation ul {
	margin: 0px;
	padding: 0px;
    background-color: white;

}

#navigation ul li {
    text-align: right;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navigation ul li.navmainStandardLevel_1 a {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 14px;
    font-weight: normal;
	color: #851420;
	text-decoration: none;
    border-top: 1px solid #851420;
    white-space:nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
}

#navigation ul li.navmainStandardLevel_1 a:hover {
    text-decoration: none;
    background-color: #E1D7DA;
}
#navigation ul li.navmainStandardLevel_1 a.active, #navigation ul li.navmainStandardLevel_1.active a:hover {
    color: black;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: #DAB8BC;
    background-image: url('../images/nav_active.gif');
    background-repeat: no-repeat;
    background-position: right;
}

/* Level 2 */

#navigation ul li.navmainStandardLevel_2 {
    display: block;
    width: 190px;
}


#navigation .first {
	margin-top: 5px;
}

#navigation .last {
	margin-bottom: 5px;

}

#navigation ul li.navmainStandardLevel_2 a {
    width: 190px;
	padding-right: 0px;
	line-height: 18px;
	color: #851420;
    font-size: 12px;
    /*white-space: nowrap;  für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
    font-weight: normal;
}

#navigation ul li a:hover {
    text-decoration: underline;
	background-image: none;
    background-color: transparent;
}

#navigation ul li.navmainStandardLevel_2 a.active, #navigation ul li.navmainStandardLevel_2.active a:hover {
    color: black;
	background-image: none;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
}

/* Level 3 */

#navigation ul li.navmainStandardLevel_3 .first {
	margin-top: 5px;
    padding-top: 5px;

}

#navigation ul li.navmainStandardLevel_3 .last {
	margin-bottom: 5px;
    padding-bottom: 5px;

}

#navigation ul li.navmainStandardLevel_3 {

}

#navigation ul li.navmainStandardLevel_3 a {
    width: 190px;
    display: block;
    text-align: right;
	height: 14px;
	line-height: 14px;
    padding-right: 20px;
	color: black;
    font-size: 11px;
    white-space: nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
    font-weight: normal;
	/* transparency */
	background-color: white;
	opacity:.40;filter: alpha(opacity=40); -moz-opacity: 0.4;
}

* html #navigation ul li.navmainStandardLevel_3 a {
    width: 210px;
}

#navigation ul.subNavigation li a:hover {
    text-decoration: underline;
	background-image: none;
}

#navigation ul li.navmainStandardLevel_3 a.active {
    color: black;
	background-image: none;
    font-weight: bold;
    font-style: italic;
}

/* ###################################################### */
/* ####################### Login Navigation ############# */
/* ###################################################### */

#nav_login {
    position: relative;
    width: 715px;
    left: 240px;
    height: 20px;
    background-color: #A42328;
    z-index: 10;
}

#nav_login div {
    display: inline;
    padding: 0 0px 0 30px;
    
}

#nav_login a {
    color: white;
    font-size: 12px;
    font-weight: normal
    
}

/* ###################################################### */
/* ####################### SEARCH INPUT ################# */
/* ###################################################### */
#search {
    position: absolute;
    top: 10px;
    left: 750px;
	margin: 0;
	font-size: 11px;
	background-color: transparent;
}
#search label {
	font-size:11px;
	display:block;
	float:left;
	width:42px;
	padding:2px 0 0 0;
}
#search input {
	border:1px solid #ccc;
	width:140px;
	height:12px;
	font-size:10px;
    border: 1px solid #cccccc;
}
#search input.sbmt {
	border:0;
	width:5px;
	height:8px;
	margin:0 0 0 5px;
}
/* ###################################################### */
/* ####################### SEARCH OUTPUT ################ */
/* ###################################################### */
#searchResults {
	margin:0 0 10px 0;
}
#searchResults p.message {
	margin:20px 0 30px 0;
}
#searchResults div.searchResultItem {
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}
#searchResults div.searchResultItem h2 {
	font-size:14px;
	margin:0 0 5px 0;
	padding:0;
	color:#0060b1;
	font-style:normal;
}

/* ###################################################### */
/* ####################### MAIN CONTENT ################# */
/* ###################################################### */

.signature {
    font-weight: bold;
    color: #A4ABA0;
}

div#col-right h1 {
    display: block;
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: white;
    height: 30px;
    line-height: 30px;
    width: 500px;
    text-indent: 20px;
    text-transform: uppercase;
	z-index: 10;
}

div#col-right p {
    font-size: 13px;
}

div#col-right h2 {
    clear: left;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
    font-style: normal;
	color: black;
}

div#col-right .textItem {
	padding: 0 20px 0 20px;
	border-left: 1px solid #868174;
    font-size: 13px;
}


div#col-right ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}

div#col-right ul li {
    font-size: 13px;
	padding: 0 0 2px 15px;
	background-image: url(../images/listdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

div#col-right table, #col-right table td, #col-right table th {
    font-size: 13px;
    vertical-align: top;
}

div#col-right img, .borderimg {
    padding: 3px;
    border: 1px solid #6B3A2B;
}

div#col-right .downloadliste {
    clear: left;
    margin: 12px 0 0 0;
    font-size: 12px;
}

div#col-right .downloaditem {
    clear: left;
    padding: 2px 0 2px 0;
}

div#col-right .downloaddesc {
    padding: 0 0 10px 30px;
}

div#col-right a {
    color: #2B843E;
    font-weight: normal;
    border-bottom: 1px dotted #868174;
}

div#col-right a:hover {
    color: black;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #868174;
    background-color: #D7D4CD;
}

div#col-body #textItem {
    width: 200px;
}

div#col-body h1 {
    width: 200px;
    background-color: #DAB8BC;
    color: black;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
}

div#col-body a {
    color: #2B843E;
    font-weight: normal;
    border-bottom: 1px dotted #868174;
}

div#col-body a:hover {
    color: black;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #868174;
    background-color: #D7D4CD;
}

/*
div#col-body a {
    color: #3BA74E;
    font-size: 11px;
    font-weight: bold;
}
*/

div#col-body p {
    margin-right: 10px;
}

#logo img, #booking img {
	border: none;
    padding: 0;
    margin: 0;
}

img.hr {
	display:block;
	margin:10px 0;
	padding:0;
}

#downloads {
	height: 35px;
}

#downloads a.active {
	color: #7AB1DC;
}

div#col-right .teaser_img, #col-right .right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;
    border: 1px solid #cccccc;

}

#teaser_img2, .left {
    float: left;
    margin: 5px 20px 10px 0;
    padding: 5px;
    border: 1px solid #cccccc;

}

.centered {
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;

}

/* ###################################################### */
/* ####################### RIGHT COLUMN ################# */
/* ###################################################### */

#HeaderSlogan img {
    border-top: 4px solid #851420;
    /* border-bottom: 5px solid #851420;*/

}

#HeaderSlogan .desc {
    display: block;
    width: 200px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    color: #DAB8BC;
    text-align: right;
    background-color: #851420;
    margin-bottom: 15px;
}

#HeaderSlogan .desc a {
    font-size: 9px;
    color: #DAB8BC;
    text-align: right;
    background-color: transparent;
    border: none;
}

#HeaderSlogan .desc a:hover {
    color: #DAB8BC;
    background-color: transparent;
    border: none;
}

#art_rechts {
    clear: left;
    background: url(../images/dotted.gif) no-repeat bottom;
    padding-bottom: 2px;
}

#art_rechts h1 {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: #6B3A2B;
    padding: 15px 10px 5px 0;
    margin: 0;
}

#art_rechts p {
    font-size: 12px;
    color: #404040;
    padding: 5px 0 5px 0;
    margin: 0px;
    font-style: italic;
}

#art_rechts a {
    color: #A42328;
}

#art_rechts img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #6B3A2B;
}

#intern {
    padding-left: 30px;
	background-image:url(../images/link.gif);
	background-repeat:no-repeat;
	background-position: 0 3px;
}

#art_rechts a img, #intern img {
    padding-left: 0px;
	background-image: none;
}


#art_rechts .teaser_img {
    background: url(../images/dotted.gif) no-repeat top;
    padding-top: 10px;
}

#teasersRight .teaserItem h3 {
	color:#0060b1; 
	font-size:12px;
	margin:0 0 5px 0;
	font-weight:normal;
}

#teasersRight .teaserItem a.more {
	display:block;
	width:230px;
	margin:10px 0;
	padding:0 0 0 15px;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
* html #teasersRight .teaserItem a.more {
	width:200px;
}

#art_rechts a.link_plain {
    padding-left: 0px;
	background-image: none;

}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */

#fussleiste {
    clear: both;
    width: 955px;
    background-color: #2B843E;
    height: 14px;
    color: white;
}

#credit {
    font-size: 10px;
    text-indent: 455px;
    color: #E8E6E2;
    padding-top: 0px;
}

ul#navhelp {
	margin:0;
	padding:0;
}

ul#navhelp li {
    float: left;
	margin: 0;
	padding: 0;
    padding-left: 20px; 
	display: block;
    line-height: 16px;
}

ul#navhelp li a {
	color: white;
}

#fussleiste ul#navhelp {
    margin-right: 15px;
}


#fussleiste ul#navhelp li {
    display: inline;
    padding-left: 15px; 
    line-height: 16px;
    margin-left: 20px;
    background-position: 0 6px;
}

#fussleiste ul#navhelp li a {
    font-size: 10px;
    color: white;
}

/* ###################################################### */
/* ####################### LINKS ######################## */
/* ###################################################### */
a {
	color:#868174;
	text-decoration:none;
    font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

#extern {
    padding-left: 30px; 
	background-image: url(../images/button_externen_link.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#pdf {
	background-image:url(../images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0px 3px ;
}

/***** Mittelbox *******/

#box_mitte {
    margin-top: 50px:
    padding-top: 50px;
    width: 465px;
}

#box_mitte td {    
    padding: 0px;
}

#box_mitte td.mittelbox_oben {
    width: 220px;
    background-color: #1A952B;
    text-align: center;
    vertical-align: middle;
}

#box_mitte td.mittelbox_mitte {
    background-color: #cccccc;
    text-align: center;
    vertical-align: middle;
}

#box_mitte h1 {
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
}

#box_mitte #text_item {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */

#loginForm {
	margin-top: 0px;
	font-size: 13px;
}

#loginForm label {
    display: block;
    float: left;
	width: 120px; 
	text-align: left;
	padding-right: 10px;
}

#loginForm input, #loginForm select {
    display: block;
	width: 150px; 
	text-align: left;
	margin-bottom: 4px;
    border: 1px solid #6B3A2B;
}

input#loginBtn {
    display: block;
	width: 150px; 
	text-align: left;
	margin-bottom: 4px;
    color: white;
    background-color: #6B3A2B;
    border: 1px solid #6B3A2B;
	cursor: hand;
	cursor: pointer; 
}

#contactForm {
	margin-top: 0px;
	font-size: 12px;
}

#contactForm thead th {
	line-height: 40px;
}

#contactForm label {
	font-size: 12px;
	background-image: url('../images/mandatory.gif');
	background-repeat: no-repeat;
	background-position: right 1px;
    display: block;
    float: left;
	width: 140px; 
	text-align: left;
	padding-right: 10px;
}

#contactForm .nonmandatory {
    background-image: none;
}

#contactForm input, #contactForm textarea, #contactForm select, #newsletterform input.standard {
    display: inline;
	width: 200px; 
	margin-bottom: 4px;
    border: 1px solid #6B3A2B;
    font-size: 12px;
    margin-right: 8px;
}

.eingabe {
	width: 456px;
}

#contactForm input.eingabe2 {
	width: 150px;
}

#contactForm input.eingabe3 {
	width: 20px;
}

#contactForm input.eingabe4 {
	width: 120px;
}

#contactForm input.eingabe5 {
	width: 280px;
}

#contactForm select {
	width: 152px;
	padding-left: 0px;
}

#contactForm textarea {
	height: 105px;
	width: 300px;
}

* html #contactForm textarea {
	width: 220px;
}

#contactForm table td.pt {
	padding-top:2px;
}
* html #contactForm table td.pt {
	padding-top:0;
}

#contactForm input, #pwdForm input {
}

#contactForm .send, #pwdForm .send, #newsletterform .send {
	background-color: #003366;
	color: white;
	height: 20px;
	line-height: 14px;
	border: none;
	cursor: hand;
	cursor: pointer; 
}

div.contactRow2 input {
    display: block;
    width: 30px;
}

#pwdForm label {
	display:block;
	float:left;
	width:120px;
}

#pwdForm div {
	height: 25px;
}

#pwdForm #contactFormSubmitLeft input, 
#pwdForm #contactFormSubmitRight input {
	background-color:#fff;
	border: 0;
	color:#0060b1;
	padding:0px 15px 0px 0px;
	background-image:url(../images/link_pfeil.gif);
	background-repeat:no-repeat;
	background-position:right 4px;
	font-size:10px;
	width:auto;
	height:auto;
	margin:0;
}

#newsletterform td, #newsletterform th, #newsletterform td input, #newsletterform td select, #newsletterform td div {
    font-family: Arial;
}

#newsletterform input.standard {
    width: 230px;
}

#newsletterform select {
    padding: 0;
    width: auto;
}

#newsletterform th {
    padding: 3px;
    background-color: #C6A573;
    color: white;
    font-size: 12px;
    font-weight: normal;    
    text-align: left;
}

#newsletterform td {
    padding-bottom: 5px;
}


/* ###################################################### */
/* ####################### BACKEND STYLES ############### */
/* ###################################################### */
#modHeaderImgEdit {
	position:absolute;
	top:60px;
	left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/* ist nötig, damit unter FF die gefloateten container in ihrer Höhe wahrgenommen werden, sonst wird der Hintergrund verschludert */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/**** TERMINE ****/

.sp0 {
    width: 170px;
    white-space: nowrap;
}

.sp2 {
    padding-bottom: 15px;
}

#mod_tl table, #mod_ttl table {
    border: 1px solid #003366;
    width: 570px;
    margin-bottom: 20px;
}

#mod_tl table th, #mod_ttl table th {
    background-color: #7AB1DC;
    height: 16px;
    color: white;
    padding: 5px;
}

#mod_tl table th h3, #mod_ttl table th h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#mod_ttl table tr {
    height: 16px;
}

#mod_tl table td, #mod_ttl table td {
    padding: 5px;
}


#mod_ttl table tfoot tr {
    height: 12px;
}

#mod_ttl table tfoot td {
    padding: 5px;
    border-top: 1px solid #003366;
}

/**** Kontaktformular ****/


/* Sitemap  */

div#col-right a.sitemapStandardLevel_1 {
    color: black;
    font-weight: bold;
}

div#col-right li.sitemapStandardLevel_2 {
	margin-left: 15px;
}

div#col-right li.sitemapStandardLevel_3 {
	margin-left: 30px;
}



/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}

.register {
    font-size: 10px;
    color: white;
}

#iconDownload {
    float: left; 
    margin-right: 10px; 
    margin-bottom: 0px;
}

.small {
	font-size: 11px;
}

#sucMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
  width: 530px;
	background-color: #7AB1DC;
}

#errMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #e30000;
}

#madMsg {
	padding: 5px;
	border: 1px solid #003366; 
	line-height: 20px; 
	width: 530px;
	background-color: #FFD700;
}

#partners td img {
    padding: 10px 30px 10px 0;
}

.hide_field {
    display: none;
}

.checkboxfloats {
    float: left;
    display: block;
    width: 130px;
}

#art_rechts img#nofloat { float: none; margin-bottom: 0px; }

#download_pictures {
    margin-top: 20px;
}

#download_pictures, #download_pictures td, #download_pictures td p, #download_pictures td a {
   font-size: 12px;
}

#download_pictures td a {
    font-weight: normal;
	background-image:url('../images/download.gif');
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: 0px 3px ;
}



.CMS_HTMLHEAD_1_EDIT CMS_LINK_EDIT, .CMS_HTMLHEAD_1_SAVE CMS_LINK_SAVE {
	z-index: 20;
}
