/*
 * styles.css
 * Stylesheet - osb ( http://www.osb.at/ )
 * 
 * by atomicboy / http://www.atomicboy.tv/
 *
 * @version	2008-09-08
 * @author	Carina Lacher <carina.lacher@atomicboy.tv>
 */

body
	{
		font-family: Times new Roman, serif; 
		color:#685c53;
		/*background-color:#dbdc3b;*/
		background-color:#dcdc3b;
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
		
	}

div
	{
		margin-top:0px;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
	}

/*____________________________________________ div-tag __________________________________________________________________*/

div.wrap
	{
			
		width:785px;
		margin:auto;	
		background-color: #fff;
		background-image:url(images/shadow_right.jpg);
		background-position:right;
		background-repeat: repeat-y;
		min-height:100%;
	}

div.all
	{
			
		width:785px;
		float:left;
		background-image:url(images/shadow_right.jpg);
		background-position:right;
		background-repeat: repeat-y;
		background-color:#fff;
		height:100%;
		padding-bottom:200px;	
	}
	
div.nav
	{
		text-align:left;
		margin-top:43px;
	}
	
div.top
	{
		background-image:url(images/top2_bg.jpg);
		background-repeat: no-repeat;
		height:55px;
		width:788px;
		background-color:#dcdc3b;	
	}
	
div.toplogo
	{
		width:197px;
		text-align:center;
		margin-top:90px;
		margin-bottom:10px;
		/*padding-left:11px;*/
		height:55px;
		float:left;
		/*background-image:url(images/top2_bg.jpg);*/
	}
	
div.language
	{
		float:right;
		width:400px;	
		text-align:right;
		padding-top:20px;
		
	}
	
div.left
	{
		width:197px;
		text-align:center;
		margin-right:11px;	
		padding-top:55px;
		background-color:#fff;
		float:left;
	}
	
div.content

	{
		width:560px;	
		float:left;
		padding-top:11px;
		height:100%;
	}


div.text
	{
		width:363px;
		float:left;	
	}

div.download
	{
		float:right;
		font-size:85%;
		margin-top:46px;
		width:120px;
		/*padding-left:20px;*/
	}
	
div.footer
	{
		background-image:url(images/shadow_right.jpg);
		background-repeat:repeat-y;
		background-position:right;
		width:785px;
		padding-bottom:10px;
		/*border-bottom:1px solid #999;*/
		background-color: #fff;
		position:fixed;
		bottom:0;
		
	}

/*========== hack für ie6 ========*/	
* html div.footer {
   width : 788px;
}

	
div.footer_top
	{
		background-image:url(images/footer_top.jpg);
		background-repeat:repeat-x;
		height:8px;
		width:780px;
	}

div.bioland
	{
		margin-left:64px;
		text-align:left;
		/*margin-top:90px;*/
		/*margin-bottom:15px;*/
	}	

div.kontakt	
	{
		width:81%;
		float:left;
		padding-left:10px;
		padding-top:5px;
	}
	
div.image	
	{
		width:560px;
		/*height:338px;*/
		
	}
	
div.impressum	
	{
		width:10%;
		float:right;
		padding-right:10px;
		text-align:right;
		padding-top:5px;
	}
/*____________________________________________ list-tag __________________________________________________________________*/	

div.nav ul
	{
		list-style-type:none;
		margin-left:52px;
		padding:0;	
		font-size: 90%;
	}	

div.nav ul ul
	{
		margin-left:20px;
		padding-top:5px;
		font-size: 100%;
	}	
	
div.nav li
	{
		padding-bottom: 5px;
	}

/*____________________________________________ a-tag __________________________________________________________________*/	

a
	{
		color:#e75113;
		text-align:left;
		/*text-decoration:none;*/
	}

div.nav a
	{
		color: #888B00;
		text-decoration:none;
	}
	
div.nav a:hover
	{
		color: #e75113;
		text-decoration:none;
	}
	
div.language a
	{
		color: #a4a239;
		text-decoration:none;
		font-size:80%;
		margin-right:11px;
	}
	
div.language a.act
	{
		color: #666;
		
	}
	
div.impressum a
	{
		font-size: 70%;
		color: #999;
	}
	
div.impressum a:hover
	{
		color: #666;
	}

	
div.footer a
	{
		color: #999;
		text-decoration:none;
	}
	
a:active, a:focus {outline: none}

/*____________________________________________ font-tags __________________________________________________________________*/

h1 
	{
		color:#e75113;
		font-size: 150%;	
		font-weight:normal;
		margin-top:17px;
		margin-bottom:0;
	}
	
h2 
	{
		color:#e75113;
		font-size: 140%;	
		font-weight:normal;
		padding:0;
		margin:0;
	}
	
p
	{
		margin-top:0;	
		font-size:100%;
		line-height: 21px;
	}
	
p.align-center
	{
		text-align: center;
	}

div.kontakt span
	{
		font-size: 70%;
		color: #999;
		
	}
	
div.download p
	{
		margin:0;	
		/*padding-left: 20px;*/
		line-height:17px;
	}

span.important
	{
	    	color: #e75113;
	}
	
span.detail
	{
	    	font-size: 85%;
	    	line-height:17px;
	}	

/*____________________________________________ img-tags __________________________________________________________________*/
div.language img
	{
		position:relative;
		top:7px;	
	}
	

/*____________________________________________ table-tags __________________________________________________________________*/
table
	{
		font-size:95%;
		width:100%;
	}
	
td
	{
		/*width:50%;*/
		white-space:nowrap;
	}
	
table.cst-book-roomtype td {
	white-space: normal;
}
	
caption
	{
		text-align:left;
	}
	
/*========================= MAILFORM =============== */
fieldset
	{
		border:0;
		padding:0;
		margin:0;	
	}

input.long
	{
		border:medium none;
		padding:3px;
		width: 248px;
	}
	
input.city
	{
		border:medium none;
		width:188px;
		padding:3px;
		
	}

	
input.plz
	{
		border:medium none;
		padding:3px;
		margin-right:3px;
		width:50px;
	}


form.newsletter table
	{
		background-color:#EDE4CC;
	}
	
div.tablewrap
	{
		background-color:#EDE4CC;
		padding:10px;
	}

form.newsletter h1
	{
		padding-left:10px;
	}

form.newsletter input.button
	{
		background-color: #ff9156;
		background-image: url(images/button_bg.jpg);
		width: 160px;
		height: 28px;
		border:none;
		/*margin-right:-5px;*/
		color: #fff;
		padding-bottom:6px;
		font-size: 95%;
		font-family: Times New Roman, serif;
	}	

div.error
	{
		color: #e75113;
		font-size:85%;
		margin-top:10px;
	}

textarea
	{
		width: 248px;
		padding:3px;
		border:medium none #fff;
	}
	
/*************** CLEARING STATION *******************/
.cst-timeframe-last {
	 margin-right: 110px;
}

