/**
Oberammergau Farbpalette:
Ocker (MainFrame): F3E2CB; 
Dunkelbraun: 6B3A2B;
Navigation: A42328;

*/

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

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

html {
	height:100%;
}

body {
	background-color: #A4ABA0;
	background-image:url('../images/background.gif');
	height:100%;
	min-width: 955px;
}

#wrap {
    position:relative;
    top: 10px;
    left: 50%;
    margin: 10px 0 0 -478px;
    width: 955px; 
    height: auto; 
    background-color: #F3E2CB;
    background-image: url('../images/nav_background.gif');
    background-repeat: repeat-y;
    
}

#shadow {
	position: absolute;
    top: 165px;
    left: 0px;
    width: 955px;
    height: 60px;
	/* transparency */
	background-color: black;
	opacity:.20;filter: alpha(opacity=20); -moz-opacity: 0.2;
}



#HeaderImage {
	position: relative;
    width: 955px;
    height: 200px;
}

#HeaderSlogan {
	position: absolute;
    top: 175px;
    left: 10px;
    width: 945px;
    height: 60px;
}

form {
	margin:0;
	padding:0;
}

img {
	border:0px;
}


#cdcontainer {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 11px;
    color: #E2D1C8;
}

#packages {
    position: absolute;
    top: 245px;
    left: 715px;
}
/* /----------------- general html structure */

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

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

#bodyfull #col-body {
    width: 650px;
}

#bodyfull #col-body h1 {
    width: 630px;
}

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

#bodyfull #col-right {
    display: none;
}

/*
#logo {
	position: absolute;
    top: 5px;
    left: 435px;
    width: 133px;
    height: 54px;
}
*/

#logo {
	position: absolute;
    top: 169px;
    left: 820px;
    width: 133px;
    height: 54px;
}

#to_logo {
	position: absolute;
    top: 100px;
    left: 435px;
}

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

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

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

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

table.history {
    width: 665px;
}

table.history h2 {
    width: 360px;
}

table.history td img {
    margin: 0px;
}

table.history p {
    padding-right: 20px;
}

table.history td h6 {

}

table.history h4 {
    margin: 0px;
    padding: 2px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    width: 100%;
    color: #6B3A2B;
    
}

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

#metaNavigation {
	position: relative;
    top: 0px;
    left: 0px;
    width: 955px;
    height: 25px;
    background-color: #6B3A2B;
}

#metaNavigation #items {
	position: absolute;
    text-align: right;
    top: 5px;
    width: 935px;
    height: 20px;
    font-size: 9px;
    color: #E2D1C8;
}

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

#LanguageSelect {
    width: 120px;
}

#navigation {
	padding: 20px 0 90px 0px;
    text-align: center;
}

#nav_top {
    width: 120px;
    height: 24px;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom: 20px;
    background-image: url('../images/nav_border_oben.gif');

}

#nav_bottom {
    width: 120px;
    height: 24px;
    margin-left:auto; 
    margin-right:auto;
    margin-top: 20px;
    background-image: url('../images/nav_border_unten.gif');
}


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

#navigation ul li {
	margin: 0px;
	list-style-type:none;
}

#navigation ul li.navmainStandardLevel_1 a {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0px;
	font-size: 12px;
    font-weight: bold;
	color: #A42328;
	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: underline;
}
#navigation ul li.navmainStandardLevel_1.active a, #navigation ul li.navmainStandardLevel_1.active a:hover {
    color: black;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
}

/* Level 2 */

#navigation li.navmainStandardLevel_2 .first {
	margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #A42328;
}

#navigation li.navmainStandardLevel_2 .last {
	margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #A42328;
}

#navigation li.navmainStandardLevel_2 a {
    width: 240px;
    margin-left:auto; 
    margin-right:auto;
    display: block;
    text-align: center;
	height: 16px;
	line-height: 16px;
	color: black;
    font-size: 12px;
    white-space: nowrap; /* für IE6, damit die mehrwörtrigen Menüs nicht umbrechen */
    font-weight: normal;
}

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

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


/* Level 3 */

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

}

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

}

#navigation li.navmainStandardLevel_3 {

}

#navigation li.navmainStandardLevel_3 a {
    width: 240px;
    margin-left:auto; 
    margin-right:auto;
    display: block;
    text-align: center;
	height: 18px;
	line-height: 16px;
	color: black;
    font-size: 12px;
    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;
}

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

#navigation li.navmainStandardLevel_3.active a {
    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;
}

#col-body h1 {
    display: block;
	margin: 20px 0 30px 0;
	padding:0;
	font-size: 18px;
	font-weight: normal;
	color: #6B3A2B;
    font-style: italic;
    height: 23px;
    width: 395px;
}

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

#col-body h2 {
    clear: left;
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
    font-style: italic;
	color: #404040;
}

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

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

#col-body ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}

#col-body ol li {
    font-size: 13px;
	padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 2px;
	background-image: url(../images/listdot_ol.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 0px; 
}

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

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

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

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

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

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

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

#downloads {
	height: 35px;
}

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

#col-body .teaser_img, #col-body .right {
    float: right;
    margin: 0 0 20px 20px;
    padding: 5px;


}

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

#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 {
    position: relative;
    clear: both;
    width: 955px;
    background-color: #6B3A2B;
    height: 20px;
    color: white;
}

#socialnetworks {
    position: absolute;
    top: 0px;
    left: 95px;
    font-size: 10px;
    height: 20px;
}

#credit {
    position: absolute;
    font-size: 10px;
    left: 280px;
    color: #F3E2CB;
    top: 2px;
}

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:#A42328;
	text-decoration:none;
    font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}

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

#loginForm textarea {
    font-size: 13px;
	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: 13px;
}

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

#contactForm label {

	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: 150px; 
	margin-bottom: 4px;
    border: 1px solid #6B3A2B;
    font-size: 13px;
    margin-right: 8px;
}

.eingabe {
	width: 456px;
}

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

#contactForm input.eingabe3 {
	width: 30px;
    float: left;
}

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

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

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

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

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

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

/* ###################################################### */
/* ####################### Guestbook      ############### */
/* ###################################################### */

table#gb_table {
}


td.gb_eintrag {
    /* border-top: 1px solid #6B3A2B;
    border-bottom: 1px solid #6B3A2B; */
    padding: 3px 0 3px 0;
    background-color: #DFB97F;
    color: #6B3A2B;
}

p.kurz {
    padding: 3px 0 3px 0;
}

.vpgb_comment {
    font-size: 12px;
    color: #6B3A2B;
    font-style: italic;
    margin-bottom: 20px;
}

.vpgb_comment textarea {
    font-size: 13px;
	text-align: left;
    width: 400px;
	margin-bottom: 4px;
    border: 1px solid #6B3A2B;
}

.vpgb_comment input#loginBtn {
    float: left;
    margin-right: 20px;
}

/* ###################################################### */
/* ####################### NEWS           ############### */
/* ###################################################### */

#col-body #newsliste {
	clear: left;
	font-size: 13px;
}

#col-body #newsliste div.articlelistPagecounter {
    border-bottom: 1px solid #6B3A2B;
    padding-bottom: 5px;
}


#col-body #newsartikel {
	clear: left;
    border-bottom: 1px solid #6B3A2B;
	font-size: 13px;
    margin-bottom: 10px;
}

#col-body #newsartikel h2 {
	font-size: 14px;
    font-weight: bold;
	margin: 0px 0 10px 0;
}

#col-body #newsartikel p.date{
	font-size: 11px;
    text-align: right;
    margin: 5px 0 5px 0;
    padding: 0;
}

/* ###################################################### */
/* ####################### FAQ MODULE     ############### */
/* ###################################################### */
.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }
.tx-irfaq-pi1 div.faqnav {
    font-size: 12px; 
    border-top: 1px 
    solid #6B3A2B; 
    border-bottom: 1px solid #6B3A2B; 
    width: 100%;
    padding: 3px 0 3px 0;
    margin: 20px 0 10px 0;
}
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 dt { margin: 0px 0 6px 0; }
.tx-irfaq-pi1 dt span { font-size: 13px; font-weight: bold; margin: 0px; display: inline; padding: 0px;}
.tx-irfaq-pi1 dd div#faqanswer { display: block; margin: 5px 0 8px 20px; font-size: 13px; padding-bottom: 10px;}
.tx-irfaq-pi1 dd { margin: 0; 	}


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

/**** IMAGE GALLERY ****/
table.gallery {
	margin: 20px 10px 0px 0px;
	width: 410px;
}

table.gallery td.gallery-navigation {
	/*font-size: 0.6875em;*/	
}

table.gallery tr.thumbnails td {
	padding: 0;
}

table.gallery dd {
}

div.download {
	padding: 3px 0 3px 10px;
	background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

	padding: 0;
	margin-top:10px;
	background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
	margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
	text-align: left;
	padding: 0;
}


td.gallery_image{
	height: 220px;
	padding:0px;
	
}
td.gallery_image div.link_image{
	padding:0;  
	background-position:top center; 
	min-height:120px; 
	height:120px; 
	margin-bottom:5px; 
	overflow:hidden;
}
td.gallery_image .bottom_links{
	 height:40px; margin-top:10px;
}
td.gallery_image .bottom_links{
	margin-bottom: 0px; 
	text-align:left; 
	width:180px; 
}
td.gallery_image .links{
	margin-bottom: 0px;
}

/**** Kontaktformular ****/


/* Sitemap  */

#sitemap ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li {
    font-size: 12px;
	padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 6x;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
    font-weight: bold; 
}

#sitemap ul li ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
	text-align: left;
}
#sitemap ul li ul li {
    font-size: 12px;
	padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
	background-image: none; ;
	background-repeat: no-repeat;
	background-position: 0px 3px; 
    font-weight: normal; 
}

#level1 {
    color: black;
}

li a #level1 {
    margin: 10px;
}


.sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
}

.sitemap li .level1 {
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
}

.sitemap .level1 {
        padding: 3px 3px 3px 10px;
}

.sitemap .level2 {
        padding: 3px 3px 3px 30px;
}

.sitemap .level3 {
        padding: 3px 3px 3px 50px;
}

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

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

/* Horizontale Navigation */

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

#vpnavigation ul { /* alle Listen */
   padding: 0;
   margin: 0 0 0 30px;
   list-style: none;
   line-height: 1;
}

#vpnavigation a {
    display: block;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 0 18px 0 8px;
}

#vpnavigation a:hover { color: white;}

#vpnavigation li { /* alle Listenelemente */
    float: left;
    display: inline;
    width: auto;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

#vpnavigation li#active, #vpnavigation li.activepath { /* Listen zur aktuellen Kategorie */
   font-style: normal!important;
    background-color: #6B3A2B;
} 

#vpnavigation li#active a:hover { color: white;}
#vpnavigation li#active li a:hover { color: #99AFD1;}

#vpnavigation li ul { /* Listen 2. Ebene */
    position: absolute;
    width: 180px;
    background-color: black;
    left: -999em; /* durch "left" außerhalb des sichtbaren Bereichs wird das gleiche erreicht wie durch "display: none", kann aber auch von Textbrowser angezeigt werden */
    margin: 0px;
    padding: 0px;
}

#vpnavigation li li a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-indent: 2px;
}

#vpnavigation li li { /* Listen 2. Ebene */
    background-color: #A42328;
    margin: 0 0 2px 0;
    width: 180px;
    height: 20px;
    line-height: 20px;
}

#vpnavigation li li#active {
    background-color: #6B3A2B;
}

#vpnavigation li li a.daddy { /* Listenelemente mit Unterpunkten */
}

#vpnavigation li ul ul { /* Listen 3. Ebene und weiter */
   margin: -1em 0 0 10em;
}

#vpnavigation li:hover ul ul, #vpnavigation li.sfhover ul ul {
   left: -999em;
}

#vpnavigation li:hover ul, #vpnavigation li li:hover ul, #vpnavigation li.sfhover ul, #vpnavigation li li.sfhover ul { /* Listen, die unterhalb von "gehoverten" Menüpunkte liegen */
   left: auto;
}

#tourlist td {
    white-space: nowrap;
    padding-right: 5px;
    border-bottom: 1px solid #cccccc;
}

#tourlist th {
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

#tourlist #loginBtn {
    width: auto;
    font-size: 12px;
}

table#tourlistresults  {
    border: 1px solid #6B3A2B;
    font-weight: normal;
}

#tourlistresults th {
    text-align: left;
    background-color: #C6A573;
    border-bottom: 1px solid #6B3A2B;
    font-weight: normal;
    white-space: nowrap;
}

#tourlistresults th h2 {
    font-size: 13px;
    padding-top: 0;
    margin-top: 0;
    font-weight: bold;
    font-style: normal;
    color: black;
}

#tourlistresults ul, #tourlistresults p {
    margin-top: 3px;
    padding-top: 0px;
}

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

#tourlistresults th.tologo {
}

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

.soldout {
    background-color: #A42328;
    color: white;
    font-weight: bold;
}