/**********************************************************************
******************** Farben *******************************************
*********************************************************************** 
Farbe1: #755600
				#F1EEE6
        #fff
				
Farbe2: #666;
**********************************************************************/

/* ******************************************************************** */
/* @group Global ****************************************************** */
/* ******************************************************************** */

/*Body*/
body{
	text-align:center;
	background:#F8F6F2 url(images/body-bg.png) top left repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666;

}
iframe{
overflow-y:auto;
overflow-x:hidden;
padding:0;
margin-left:-10px;
position:relative;
}
html{
height:101%;}
/*Headlines*/
h1{
	font-size:2.3em;
	font-family:Trebuchet MS;
	padding-top:20px;
	font-weight:lighter;
	display:block;
	height:45px;
	color: #755600;
}
h2{
	font-size:1.4em;
	font-weight:lighter;
	color: #755600;
	margin:.5em 0;
	display:block;
	text-align:left;
}
h3{
	font-size:1em;
	color: #755600;
	margin-top:1em;
}
/*Paragraph*/
p{
	line-height:1.5em;
	margin-bottom:1em;
	text-align:left;
}
ul.list li{
	text-align:left;
	margin:.7em 1.1em;
	list-style-image:url(images/square.png);
}
/*HR---*/


hr {
  background-color:#ccc;
  color:#ccc;
  border:#ccc;
  height:1px;
}
/*Links*/
a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#666;
}
a:hover{
	text-decoration:underline;
}
#container a:hover{
	color: #755600;
}
a.link{
background:url(images/pfeil-gold.png) center left no-repeat;
padding-left:1.2em;}
ul.link-list li{
background:url(images/pfeil-gold.png) center left no-repeat;
padding-left:1.2em;
margin:.5em 0;}
/* @end */


/* ******************************************************************** */
/* @group Klassen ***************************************************** */
/* ******************************************************************** */

/*Align*/
.la{/* Linksausrichtung*/
	float:left; 
	margin-right:.5em;
}
.ra{/* Rechtsausrichtung*/
	float:right
}
/*Clear All*/
.clear {
	height:1px; 
	font-size:.0001em; 
	clear:both; 
}
/*Align center*/
.center{
	text-align:center;
	margin-bottom:1em;
	}
/*Big fontsize*/
.huge{
	font-size:2em;
}
.small{
	font-size:.8em;
}
.none{
  border:0 !important;
}
img.claim{
	margin:40px 60px 25px 0;
	float:right;
}
table{
	background:#fff;
	margin-bottom:1em;
}
table th{
	color:#755600;
	padding:.5em;
}
table .right{
text-align:right !important;}
table tr td{
	border-top:1px solid #755600;
	padding:.5em;
}
table th.highlight,
table td.highlight{
	background:#F1EEE6;
}
ul#galerie li{
	width:150px;
	text-align:center;
	font-size:.8em;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
ul#galerie li img{
	margin-bottom:.2em;
}
ul#galerie li a img{
	border:1px solid #ccc;
	padding:2px;
}
ul#galerie li a:hover img {
	border:1px solid #755600;
}
/* @end */

/* ******************************************************************** */
/* @group Layout ****************************************************** */
/* ******************************************************************** */

/*wrap-alles umgebender Div*/
#wrap{
	margin:auto;
	width:830px;
	text-align:left;
	position:relative;
}
/*Header*/
#header{
margin-top:40px;
	
}

#image{
	border:1px solid #755600;
	width:507px;
	height:168px;
	float:left;	
}
/*Navigation*/
#navi{
	background:#755600;
	width:317px;
	height:170px;	
	float:right;
}
#navi ul{
	margin:1em;
}

#navi li a{
	color:#fff;
	font-size:1.1em;
	margin:.5em 0;
	background:url(images/pfeil-weiss.png) center left no-repeat;
	padding-left:1em;
}
#navi li li{
	margin:0 10px;
	font-size:.9em;
}
#navi li.active a{
	text-decoration:underline;
}
#navi li{
	margin:.3em 0;
}
#subnavi{
	height:45px;
	float:right;
	width:305px;
	padding-top:25px;
	font-size:1.1em;
}
#subnavi a{
	font-size:1.1em;
	color:#755600;
	}
/*Content*/
#content{
	width:500px;
	float:left;
		
	
}
iframe{
border:none;
background:#F8F6F2;
}
#sidebar{
	width:305px;
	float:right;
	margin-top:65px;

}


.teaser{
	padding:.5em;
	position:relative;
	margin-bottom:1em;
	background:#fff url(images/bg-teaser.png) no-repeat;
}	
.teaser .angebot{
	top:0;
	right:0;
	background:url(images/angebot-bandarole.gif) no-repeat;
	width:154px;
	height:101px;
	position:absolute;
}	
#footer{
	background:url(images/body-bg.png) repeat-x;
	height:8em;	
	margin-top:3em;
}
#footer #inner{
	margin:auto;
	width:830px;
	text-align:left;
	color:#666;
	font-size:.9em;
	padding:1em 0;
}
#footer #inner a{
	color:#666;
	margin-right:.8em;
}
/* @end */

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
