@charset "iso-8859-1";
/* CSS Document */

h1 {
	display:block;
	height:25px;
	padding:0;
	margin:0;
}

h1 span {display:none;}

h2 {
	margin-top:15px;
	font-size:15px;
	font-weight:normal;
}

.trennlinie {
	width:696px;
	height:1px;
	margin-top:1px;
	background-color:#c3cab2;
	overflow:hidden;
}

.readMore {
	float:right;
	line-height:15px;
	padding-left:20px;
	margin-top:10px;
	background:url(../img/layout/pfeil-readmore.gif) top left no-repeat;
}

.download {
	float:right;
	line-height:15px;
	padding-left:20px;
	background:url(../img/layout/pfeil-readmore.gif) top left no-repeat;
}

.link {
	float:right;
	line-height:15px;
	padding-left:20px;
	background:url(../img/layout/pfeil-readmore.gif) top left no-repeat;
}

table.downloads {border:1px solid white;}

table.downloads tr td {background-color:#acca57;}

table.downloads tr td a {color:#fff;}

/* Titel */
h1.welcome {background:url(../img/layout/titel/willkommen.png) top left no-repeat;}
h1.aktuell {background:url(../img/layout/titel/akutell.png) top left no-repeat;}
h1.weitere {background:url(../img/layout/titel/weitere.png) top left no-repeat;}
h1.bankette {background:url(../img/layout/titel/bankette.png) top left no-repeat;}
h1.philosophie {background:url(../img/layout/titel/philosophie.png) top left no-repeat;}
h1.hotelzimmer {background:url(../img/layout/titel/hotelzimmer.png) top left no-repeat;}
h1.konferenz {background:url(../img/layout/titel/seminare.png) top left no-repeat;}
h1.pflege {background:url(../img/layout/titel/pflege.png) top left no-repeat;}
h1.restauration {background:url(../img/layout/titel/restauration.png) top left no-repeat;}
h1.wellness {background:url(../img/layout/titel/wellness.png) top left no-repeat;}
h1.impressionen {background:url(../img/layout/titel/impressionen.png) top left no-repeat;}
h1.kontakt {background:url(../img/layout/titel/kontakt.png) top left no-repeat;}



/* Module */
.weiterBetriebeContainers {
	width:216px;
	float:left;
}


#newsBox {
	width:696px;
}

#newsBox .listEntry {
	width:696px;
	padding-top:12px;
	padding-bottom:5px;
}

#newsBox .listEntry .preview {
	width:134px;
	height:80px;
	float:left;
	margin-right:18px;
	border:1px solid #acca57;
}

#newsBox .listEntry .preview a {
	display:block;
	width:100%;
	height:100%;
}


#newsBox .listEntry .readmore {
	line-height:15px;
	padding-left:18px;
	margin-top:10px;
	float:right;
}

#newsBox .listEntry .readmore a {text-decoration:none;}
#newsBox .listEntry .readmore a:hover {text-decoration:underline;}


/* News-Detailseite */
.listEntry {
	width:469px;
	margin-bottom:10px;
	margin-top:0;
	float:left;
}
.listEntry h2 {margin-top:0;}

.listEntryWide{
	width:696px;
	padding:0;
	margin-bottom:20px;
}

.dateNewsAdded {
	float:right;
	font-size:10px;
}

.newsImgWrapper {
	width:200px;
	float:left;	
}

.newsListImage {
	width:170px;
	height:128px;
	border:none;
	float:left;
	margin-right:18px;
	margin-bottom:10px;
	border:1px solid #acca57;
}

.newsListimgCount {
	display:block;
	width:150px;
	height:15px;
	border:none;
	float:left;
	margin-right:18px;
	margin-bottom:10px;
	text-decoration:none;
	font-size:10px;
}

.newsSpacer {
	width:100%;
	height:20px;

}

.galleryImage {
	float:left;
	border:1px solid #acca57;
	background-color:#acca57!important;
	margin:0 16px 20px 0;
	width:100px;
	height:73px;
}

.galleryImage a {
	display:block;
	height:100%;
	width:100%;
}

.noMarginRight {margin-right:0!important;}


#kontaktAnfahrtsplan {
	width:445px;
	float:right;
}

.googleMapsContainer {
	width:445px;
	height:330px; 
	float:left;
	margin-bottom:5px;
}

.googleMapInfo {
	color:#000;
}

.googleMapInfo a {color:#0060aa;}







/* --- Form Classes ---------------------------------------------------------------*/

form {
	margin:0;
	padding:0;	
}

form *{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:5px 0 0 0;
	
}

div.formContainer {
	padding:0;
	width:670px;
	float:left;
}

div.formContainer div.kontaktFormLabel {
	float:left;
	width:180px;
}

div.formContainer input[type=text] {
	color:#000;
	border:none;
	width:300px;
	height:18px;
	padding:3px;
}

div.formContainer textarea {
	color:#000;
	border:none;
	width:300px;
	height:100px;	
	padding:3px;
}

div.formContainer input[type=submit] {
	color:#000;
	border:none;
	width:100px;
	height:30px;
	margin-left:100px;
	font-weight:bold;
}



/* --- captcha ---------------------------------------------------------------*/

div.captcha {
	float:left;
}

div.formContainer div[class=formLabel] + div[class=captcha] {	
	float:left;
	height:45px;
	padding-top:0px;
	font-weight:bold;
	letter-spacing:3px;
	font-size:14px;
}

div.formContainer div[class=formLabel] + div[class=captcha] img {
	margin:0;
}

input.ccode {
	margin:10px 5px 0 0;
	display:block;
	float:left;
	width:194px!important;
	height:23px!important;
	text-transform:uppercase;
	margin-bottom:;
}

/* --- captcha end ---------------------------------------------------------------*/


/* --- errorMsg ---------------------------------------------------------------*/
.formErrorMsg {
	background-color:#990000;
	border:1px solid #ffd600;
	width:300px;
	padding:3px;
	margin-left:180px; 
	color:#BB9301;
}

/* --- errorMsg ---------------------------------------------------------------*/
.thankYou {
	border:1px solid #accb56;
	background-color:#aeb895;
	width:284px;
	padding:10px;
	margin-left:180px; 
	color:#fff;
	font-weight:bold;
	
}

/*-------------------------- paging    --------------------------------------------*/

ul.paging {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	height:30px;
	float:right;
	
}

ul.paging li {
	float:left;
	width:20px;
	height:18px;
	border:1px solid #acca57;
	margin-right:5px;
	text-align:center;
	color:#acca57;
	padding-top:3px;
	font-size:11px;
}

ul.paging li a {
	color:#acca57;
	display:block;
	width:100%;
	height:100%;
	outline:none;
	font-size:11px;
	text-decoration:none;
	
}

ul.paging li a:hover {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	outline:none;
	font-weight:bold;
}

ul.paging li a.aktiv {
	font-weight:bold;
	
}

