/**
/**
Städtle Farbpalette:
	

*/

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

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

html {
	height:100%;
}

body {
	height:100%;
	min-width: 955px;
    background-color: #4F7729;
    background-image: url('../images/background_bluewhite.png');
    background-repeat: repeat-x; 
}

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

#head {
    position: relative;
    top: 0px;
    left: 0px;
	margin-top: 0px;
    width: 955px;
    height: 128px;
    background-image: url('../images/header.png');
    background-repeat: no-repeat; 
	overflow: visible;
}

#blume_orange {
	position: absolute;
    top: 56px;
    left: 124px;
    width: 102px;
    height: 110px;
    background-image: url('../images/blume_orange.png');
}

#logo {
	position: absolute;
    top: 80px;
    left: 200px;
    width: 461px;
    height: 65px;
}


#navbackground {
	position: absolute;
    top: 125px;
    left: 220px;
    width: 735px;
    height: 30px;
    background-color: #9A9999;
}

form {
	margin:0;
	padding:0;
}

img {
	border:0px;
}

#backbutton {
	position: absolute; 
	top: 80px; 
	left: 290px;
}

#backbutton a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #cccccc;
	line-height: 40px;
	font-size: 28px;
	color: #cccccc;
	text-align: center;
}

.corners {
	-moz-border-radius:.4em; 
	-webkit-border-radius:.4em; 
	border-radius:.4em; 
	behavior: url(js/pie/PIE.php);		
	}

.shadow {
	-webkit-box-shadow:1px 1px 3px A0A0A0;
	-moz-box-shadow:1px 1px 3px #A0A0A0;
	box-shadow:1px 1px 3px #A0A0A0;
	behavior: url(js/pie/PIE.php);	
	}
	
/* /----------------- general html structure */

div#contentwrap {
	position: relative;
	width: 955px;
	min-height: 500px;
    background-image: url('../images/blume_grau.png');
	background-repeat: no-repeat;
	background-position: 530px 50px;
}

div#col-right {
    position: relative;
	width: 470px;
    padding: 50px 0px 40px 420px;
    margin: 0;
}

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

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

#modImgEdit01 {
	position:absolute;
	top:45px;
	left:45px;
	z-index: 10;
}

#modImgEdit02 {
	position:absolute;
	top:45px;
	left:115px;
	z-index: 10;
}

#modImgEdit03 {
	position:absolute;
	top:45px;
	left:185px;
	z-index: 10;
}

#modImgEdit04 {
	position:absolute;
	top:185px;
	left:185px;
	z-index: 10;
}

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

#metaNavigation {
	position: absolute;
	top: 580px;
    left: 30px;
	height: 20px;
    width: 300px;
}

#metaNavigation #items {

    height: 20px;
    font-size: 10px;
    color: #808080;
}

#metaNavigation a {
    font-size: 10px;
    color: #808080;
    font-weight: normal;
}

#navigation {
	position: relative;
	margin-top: 15px;
	left: 290px;
	width: 500px;
	height: 30px;
	padding: 0;
	background-color: #EE7F00;
}

/* Level 1 
#navigation ul {
	margin: 0px;
	padding: 0px;

}

#navigation ul li {
	float: left;
    text-align: left;
	list-style:none;
}
*/
#navigation ul li.navmainStandardLevel_1 a {

	display: block;
 	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0 10px 0 10px;
	font-size: 12px;
    font-weight: normal;
	color: white;
	text-decoration: none;
    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: #4071B1;
}
#navigation ul li.navmainStandardLevel_1.active a:hover {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

#navigation ul li.navmainStandardLevel_1 a.active {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	background-color: #4F7729;
}

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

/* ###################################################### */
/* ####################### 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 ################# */
/* ###################################################### */

#col-right h1 {
	font-family: Times, Arial;
    display: block;
	margin: 25px 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #4F7729;
}

div#col-right p {
    font-size: 15px;
	margin: 10px 0 10px 0;
	padding: 0;
}

#col-right h2 {
	margin: 25px 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #4F7729;
}

#col-right .textItem {
	padding: 0;
    font-size: 15px;
}

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

}

#col-right ol {
	padding: 10px 0px;
	margin-left: 20px;

}

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

#col-right ul.linkliste {
	padding-top: 10px;
}

#col-right ul.linkliste li {
	padding: 0;
	margin-bottom: 10px;
}

#col-right ul.linkliste li a, a.link {
    font-size: 15px;
	padding: 0 0 3px 20px;
	margin-bottom: 0px;
	background-image: url(../images/link.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	overflow:visible;
}

#col-right #tabs ul {
	margin: 0px;
	padding: 0px 0 1px 0;
	border: 0px;
	list-style:none;
	border-bottom: 1px solid #cccccc;
	}
#col-right #tabs ul li {
	float: left;
	margin: 0px;
	padding: 0px;
    text-align: left;
	list-style:none;
	background-image: none;
}

#col-right #tabs table h4, .tabelle td:nth-child(2) h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 2px;
	margin: 0 0 2px 0;
}
#col-right #tabs table h5, .tabelle td:nth-child(2) h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

a.link {
}

#col-right ol li {
    font-size: 15px;
	padding: 0 0 2px 0px;
	margin-left: 0px;

}

#col-right h3 {
	padding: 10px;
	margin: 20px 0 0 0;
	background-color: #DEDCD8;
	border: 1px solid #DEDCD8;
	font-size: 14px;
	font-weight: bold;
	color: #003D8F;
}

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

#col-right img, .borderimg {
}

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: #EE7F01;
    font-weight: normal;
    /*border-bottom: 1px dotted #868174;*/
}

div#col-right a:hover {
	color: #4F7729;
    font-weight: normal;
    text-decoration: none;
}

div#col-right a.galerie, .tabelle td:nth-child(3) a {
	font-size: 12px;
	background-color: #4F7729;
    color: white !important;
    font-weight: normal;
	padding: 3px 5px;
	-moz-border-radius:.4em; 
	-webkit-border-radius:.4em; 
	border-radius:.4em; 
}

div#col-right a.galerie:hover {
	background-color: #3F71B1;
}


#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;
}

#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;

}

table.tabelle {
	border-top: 1px dotted gray;
	width: 100%;
	}
	
table.tabelle td {
	padding: 5px 0;
	border-bottom: 1px dotted gray;
	}

table.tabelle td.sp01 {
	width: 130px;
	}
	
table.tabelle td.sp03 {
	width: 100px;
	}
	
table.tabelle td:nth-child(3) {
	text-align: right;
}

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

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

#art_rechts h1 {
    font-size: 15px;
    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 {
	position: relative;
    clear: both;
    width: 955px;
    height: 120px;
	background-image: url('../images/blumenwiese.jpg');
}

#credit {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
    width: 955px;
    background-color: #9A9999;
    height: 25px;
    font-size: 11px;
	font-style: normal;
    text-indent: 44px;
    color: white;
    padding-top: 0px;
	line-height: 25px;
}

#bottomnavi {
	display: none;
	font-family: Times, Arial;
	position: absolute;
	top: 0;
	left: 785px;
    width: 170px;
    background-color: #4A8A43;
    height: 25px;
    text-align: center;
    padding-top: 0px;
	line-height: 25px;
}

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

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

ul#navhelp li {
    float: left;
	margin: 0;
	padding: 0;
    padding-left: 0px; 
	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:#EE7F01;
	text-decoration:none;
    font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

.extern {
    padding-left: 0px; 
	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: 15px;
    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: 15px;
}

#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: 260px; 
	margin-bottom: 4px;
	background-color: #E7E6E3;
	border: 1px solid #828282;
    font-size: 12px;
    margin-right: 8px;
}

.eingabe {
	width: 416px;
}

.eingabe2 {
	width: 30px;
}

#contactForm input.chk {
	width: 50px;
}

#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: 260px;
}

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

#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: #EE7F00;
	color: white;
	height: 25px;
	line-height: 18px;
	border: none;
	cursor: hand;
	cursor: pointer; 
	width: 150px;
}

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;
}

hr {
	clear: both; 
	visibility: hidden;
}

/***** Slides Neu ****/

#slideshow1 {
	position: absolute;
    top: 20px;
    left: 750px;
    width: 180px;
    height: 180px;
	}
#slideshow1 .slide {position:absolute;top:0;left:0;display:none;}
#slideshow1 img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	-moz-border-radius:.6em; 
	-webkit-border-radius:.6em; 
	border-radius:.6em; 
} 

div.fullpagination2 {
	clear: both;
	margin: 5px 0;
	}

div.fullpagination2 a.pagination {
	display: block;
	float: left;
	background: white;
	width: 14px;
	height: 14px;
	padding: 5px;
	line-height: 14px;
	margin: 0px 5px 0 0;
	text-align: center;
	color: #EE7F00;
	}

div#col-right div.fullpagination2 a.pagination:hover {
	background: #cccccc;
	color: white;
	}
	
div#col-right div.fullpagination2 a.actualpage  {
	background: #EE7F00;
	color: white;
	}
