/* kelcon.de stylesheet */ 
/* 2005-09-20  */
/* goersch@bytebetrieb.com  */



/* ... / Allgemeines / ................................. */
body { padding: 0; margin: 0; width: 100%; font: 12px/18px Helvetica, Geneva, Arial, sans-serif; text-align: center; color: #000; background: #fff url(/_p/bg.gif) top center repeat-y; }
body#termin { background: #fff url(/_p/bg-popup.gif) 0 0 repeat-y; }
/*
body.breite-tabelle { background-image: url(../_p/bg-liste.gif); }
*/

p, h1, h2, h3, h4, h5, td, fieldset { margin: 0; padding: 0; font-size: 13px; line-height: 18px; font-weight: normal; }
ul, ol, dl, li, dt, dd { margin: 0; padding: 0; }
strong 		{ color:#666; font-weight:bold; }
a:link 		{ text-decoration: underline; color: #227; }
a:visited 	{ text-decoration: underline; color: #227; }
a:hover 	{ text-decoration: none; color: #227; }
a:active 	{ text-decoration: none; color: #227; }
a:focus 	{ text-decoration: none; color: #227; }
a img, img 	{ border: none; }


/* ... / Hauptbereiche / ................................. */
#seitenblock {
	position: relative;
	width:780px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}
body#termin #inhalt {
	position:absolute;
	top:20px;
	left:75px;
	width:310px;
	margin:0;
	padding:0;
	text-align:left;
	}
#zierleiste {
	width:161px;
	height:780px;
	float:left;
	}
#kopf {
	position:absolute;
	top:0;
	left:162px;
	width:619px;
	height:140px;
	background:#fff;
	}

#inhalt {
	position:absolute;
	top:140px;
	left:161px;
	width:349px;
	margin:0 20px 0 30px;
	}

.breite-tabelle #inhalt {
	position:absolute;
	top:140px;
	left:0;
	width:510px;
	margin:0 20px 0 10px;
	}

#randnotizen {
	position:absolute;
	top:140px;
	left:560px;
	width:180px;
	color:#fff;
	margin:20px 20px 0 20px;
	}


/* ... / Logo / ................................. */
#logo {
	width:221px;
	height:100px;
	margin:0 0 0 395px;
	}


/* ... / Navigation / ................................. */
#navigation {
	list-style-type:none;
	list-style-image:none;
	width:640px;
	height:40px;
	margin:0 0 0 3px;
	}
#navigation li {
	float:left;
	height:30px;
	margin:0 22px 0 0;
	}
#navigation li a {
	display:block;
	height:15px;
	min-width:10px;
	width:10px;
	padding:15px 0 0 0;
	background:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
	}
html>body #navigation li a {
	width:auto;
	}
#navigation li.aktiv a {
	background:#910 url(/_p/navi-weis.gif) 0 0 repeat-x;
	}
#navigation li.aktiv a:hover {
	background:#910 url(/_p/navi-weis.gif) 0 0 repeat-x;
	color:#000;
	}
#navigation li a:hover {
	background:#910 url(/_p/navi-weis.gif) 0 0 repeat-x;
	color:#910;
	}



/* ... / Inhalt / ................................. */
h1, caption {
	font:normal bold 24px/24px Georgia, Times, serif;
	margin:0 0 12px 0;
	color:#901;
	}
caption {
	padding:0 0 12px 169px;
	text-align:left;
	}
html>body caption {
	padding:0 0 12px 179px;
	}

h3, h4, h5 {
	font-weight:bold;
	}

.news {
	font-weight:bold;
	color:#910;
}
	
h5 {
	margin-bottom:12px;
	}
h4 {
	color:#910;
	}
h5 a:link 		{ text-decoration: none; color: #000; }
h5 a:visited 	{ text-decoration: none; color: #000; }
h5 a:hover 		{ text-decoration: underline; color: #227; }
h5 a:active 	{ text-decoration: none; color: #000; }
h5 a:focus 		{ text-decoration: none; color: #227; }

.head-4 {
	font-weight:bold;
	color:#910;
	}

.newsblock {
	border:1px solid #911;
	border-width:0 0 1px;
	padding-bottom:20px;
	margin-bottom:20px;
}
p {
	margin:0 0 24px 0;
	display:table;
	}
ul {
	list-style-type: none;
	list-style-image:url(/_p/list-bullet.gif);
	margin:0 0 24px 0;
	padding:0 0 0 24px;
	line-height:24px;
	}
li {
	}

ul.bildergalerie {
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
.bildergalerie li {
	float:left;
	width:167px;
	overflow:hidden;
	margin:0 10px 10px 0;
}
.bildergalerie li.spalte-0 {
	margin-right:0;
}
.bildergalerie a {
	border:none;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.bildergalerie a .datum{ font-weight:normal; display:block;}
.bildergalerie a img {
	border:1px solid #900;
	display:block;
	margin:0 0 4px;
}
.bildergalerie a:hover img {
	border-color:#227;
}

h3.bildergaleriehead {
	margin: 0 0 12px;
}



dl {
	margin:0 0 24px 0;
	padding:0 0 0 24px;
	}
dt {
	float:left;
	clear:left;
	margin:0 0 24px;
	width:100px;
	}
dd {
	float:right;
	width:200px;
	margin:0 0 12px;
	}
img.drueber {
	display:block;
	margin:0 0 10px 0;
	}
img.drunter {
	display:block;
	margin:10px 0 0 0;
	}
img.drinnen {
	float:left;
	margin:0 10px 5px 0;
	}
#inhalt p img {
	float:left;
	margin:10px 5px 10px 0;
	}

.hotel-kopf {
	margin:0;
	padding:0;
	height:90px;
}

.hotel-adresse {
	margin:0;
	padding:0;
	height:140px;
}


.table_hotels {
	margin:0;
	padding:0;
	width:850px;
	border-collapse:collapse;
	}

.td_hotels {
	vertical-align:top;
	padding:10px 10px 10px 0;
	margin:0;
	border:1px solid #910;
	border-width:1px 0 1px;
	width:170px;
	}
	
table {
	margin:0;
	padding:0;
	width:530px;
	border-collapse:collapse;
	}
.breite-tabelle table{
	width:550px;
}
td {
	vertical-align:top;
	padding:10px 10px 10px 0;
	margin:0;
	border:1px solid #910;
	border-width:1px 0 1px;
	}
td.termin-spalte {
	padding-right:40px;
	text-align:right;
	width:131px;
	}
table.formfelder {
	margin-bottom:2em;
	}
table.formfelder td {
	border:none;
	}

table.formfelder tr.trenner td {
	border:1px solid #910;
	border-width:1px 0 1px;
	}

th {
	padding:5px 0 18px;
	margin:0;
	text-align:left;
	}
th.termin-spalte {
	width:131px;
	padding-right:40px;
	text-align:right;
	}
th.titel-spalte {
	width:259px;
	}
th.ort-spalte {
	width:70px;
	}
th.aktiv a {
	text-decoration:none;
	color:#000;
	}
th.datum-spalte { width:182px; }
#termine td a {
	font-weight:bold;
	}

#loginform input[type=submit] { background:#910; color:#eee; border: 1px solid #910; padding:1px 3px; }
#loginform input[type=password],
#loginform input[type=text] { width: 160px; border: 1px solid #910; padding:1px 3px; }

table input[type=submit] { background:#910; color:#eee; border: 1px solid #910; padding:1px 3px; }
table input[type=password],
table input[type=text] { width: 190px; border: 1px solid #910; padding:1px 3px; }

table input.schmal { width:65px; }
table input.anzahl { width: 40px; border: 1px solid #910; padding:1px 3px; }

table textarea:focus,
table input:focus 		{ background:#eee; }
table textarea 		{ width: 190px; height: 160px; border: 1px solid #910; padding:3px; font: 14px/18px Helvetica, Geneva, Arial, sans-serif; }


.feedback {
	font-weight:bold;
	color:#910;
	}
.warnung {
	font-weight:bold;
	color:#eee;
	background-color:#910;
	}
.feedback td,
.warnung td {
	font-weight:bold;
	}

#kontakt table {
	margin:0;
	padding:0;
	width:350px;
	border-collapse:collapse;
	}

#kontakt table .box {
	margin:0;
	padding:0;
	width:20px;
	border-collapse:collapse;
	}
	
#kontakt td {
	vertical-align:top;
	padding:0 0 18px 0;
	margin:0;
	width:200px;
	border:none;
	}
#kontakt td.beschriftung {
	width:125px;
	padding:0 25px 0 0;
	text-align:right;
	}
#kontakt table input[type=submit] { background:#910; color:#eee; border: 1px solid #910; padding:1px 3px; }
#kontakt table input[type=text] { width: 190px; border: 1px solid #910; padding:1px 3px; }

#kontakt table input.anzahl { width: 40px; border: 1px solid #910; padding:1px 3px; }

#kontakt table textarea:focus,
#kontakt table input:focus 		{ background:#eee; }
#kontakt table textarea 		{ width: 190px; height: 160px; border: 1px solid #910; padding:3px; font: 14px/18px Helvetica, Geneva, Arial, sans-serif; }

#kreditkarte { margin-top:15px; }

.zimmerbuchen { border-bottom:1px solid #910; padding:15px 0 15px; }

/* ... / Rand / ................................. */
#randnotizen dl {
	margin:0;
	padding:0;
	}
#randnotizen dt {
	width:auto;
	font-weight:bold;
	margin:0 0 12px 0;
	float:none;
	clear:none;
	}
#randnotizen dd {
	margin:0 0 12px 0;
	float:none;
	}
#randnotizen a {
	color:#fff;
	}
#randnotizen h4 {
	color:#fff;
	font-weight:bold;
	margin:0 0 12px;
	}

dl#sprachauswahl {
	margin:0 0 20px;
	padding:0 0 20px;
}
#sprachauswahl dt {
	font-size:9px;
	border:1px solid #ccc;
	border-width:0 0 1px;
}
#sprachauswahl dd {
	margin:0;
	
	float:left;
	width:85px;
	text-align:center;
}
#sprachauswahl dd a {
	padding:5px 0;
	text-align:center;
	width:100%;
	border-bottom:5px solid #911;
	text-decoration:none;
	font-weight:bold;
}
#sprachauswahl dd a:hover {
	border-bottom:5px solid #fff;
}
#sprachauswahl dd#sprachauswahl-deutsch a {
}
#sprachauswahl dd#sprachauswahl-english a {
}




/* ... / Startseite / ................................. */
body#intro { background-image: url(/_p/bg-intro.gif); }
#intro dl {
	margin:140px 0 0 60px;
	padding:0;
	}
#intro dt {
	width:auto;
	margin:0;
	padding:0;
	float:none;
	clear:none;
	}
#intro dd {
	width:400px;
	margin:0;
	padding:0;
	font-size:18px;
	float:none;
	}
#intro dd.slogan {
	width:400px;
	margin: 0 0 0 190px;
	padding:10px 10px 10px 0;
	border:1px solid #910;
	border-width:1px 0 1px;
	color:#595959;
	line-height:23px;
	}
#intro dd.lang-switch {
	width:425px;
	margin: 20px 0 0 190px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	float:none;
	}
#intro dd.lang-switch a {
	padding-right:10px;
	}

#buchen {
	width:850px;
	text-align:right;	
	}
	
	
	
	
	



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/_p/_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/_p/_lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }




