/* Format CSS fuer Barut Hotel Website */

body {
	background: #f5f1ea;
	margin:0px;
	padding: 0px;
	overflow: auto;	
}



iframe { 
	margin-left: 0px !important;
	margin-left: 10px;
	
	width: 560px;
	height: 620px;
}

iframe.map{
	margin-left: 0px !important;
	margin-left: 0px;
	width: 540px;
	height: 450px;
	border: 0px;
}



.specials_lm {
	position: relative; 
	z-indrex: 9; 
	top: -32px; 
	left: 14px;
	color: #b20410;
	font-weight: bold;
	font-style: italic;

}

/* Tool */

th { background-color:#fff;}

/* Gallery */
.rgsgcontent {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 540px;
	background: transparent;
	border-bottom: 4px solid #eae8e6;

}

.myGallery {
border: 1px solid #f5f1ea;
}

/*Bilder im Text */

.csc-textpic-image {padding-left: 0px;}
.csc-textpic img{
	
	margin-right: 0px;
	margin-left: 0px;
}

.csc-textpic-intext-right {

	padding-right: 10px;
}

.csc-textpic-intext-left {

	padding-left: 20px;
}

.align-justify {
	align: justify;
	margin-right: 20px;
	margin-left: 20px;}

.footer {
	margin-bottom: 20px;
}

.website-headline {
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;	
}

hr {
	clear: both;
	color: #eae8e6;
	background-color: #eae8e6;
	border: 0px; 
	height: 4px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}

.footer hr {
	margin-bottom: 5px;
	margin-left: 0px;
		
}

.trenner hr {
	color: red;
	background-color: red;
	height: 2px;
		
}

.active a {color: #515151;}
.active a:visited {color: #515151;}
.active a:hover {color: #515151;}

.menulink a {
	text-decoration: none;
	color: #888;
}

.menulink a:visited {
	text-decoration: none;
	color: #888;
}

.menulink a:hover {
	text-decoration: none;
	color: #515151;
}

.menulink2 a {
	text-decoration: none;
	color: #57739d;
}

.menulink2 a:visited {
	text-decoration: none;
	color: #57739d;
}

.menulink2 a:hover {
	text-decoration: none;
	color: #515151;
}



a {
	text-decoration: none;
	color: #57739d;
}

a:visited {
	text-decoration: none;
	color: #57739d;
}

a:hover {
	text-decoration: none;
	color: #515151;
}




/* TYPO */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;	
	font-size: 0.9em;
	line-height: 1.4em;	
}

.csc-textpic-caption {
	padding-left:6px;
	padding-right:6px;
	font-size: 0.7em;
	line-height: 1em;

}

.bodytext {
	align:justify;

	padding-left: 20px;
	padding-right: 20px;
}

.right ol{
	list-style: decimal inside;
	padding-left: 20px;
	text-align:justify;
	

}


.csc-header {
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.csc-header h1{
	color: #57739d;

}

h1{
	line-height: 10px;
	font-weight: normal;
	font-size: 1.4em;
	padding-top: 10px; 
		
	margin: 0; 

}


.absender {
	font-size: 0.9em;
	line-height: 1.3em;

}

.footer {
	font-size: 0.8em;
	margin-left: 20px;

}
.website-headline h1{
	
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
	paddding-left: 20px;
	padding-top:60px;

}

.right h1{
	line-height: 10px;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 10px; 
	margin: 0; 

}

.left h1{
	line-height: 1.1em;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 10px; 
	margin: 0; 

}


.left h2{
	line-height: 1.1em;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 10px; 
	margin: 0; 
	color: #57739d;
}


.page-headline h1{
	line-height: 10px;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0;
	padding-top:60px !important; 
	color: #57739d;
}


/* ACCORDION */

.right .bodytext {
	font-size: 0.8em;
	padding-left: 10px;
	line-height: 14px;
	}

.right .csc-header {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
}
.ka-panel {border: 0px solid red; cursor: hand;}
.ka-panel h1{ font-size: 0.9em; line-height: 10px; cursor: hand;}
.ka-content { }

/* LAYOUT */

.container {
	border: 0px solid red;
	width: 1000px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	min-height: 100%;
	
}

.left {
	width: 210px;
	height: 600px;
	position: relative;
	top: 80px;
	padding-right: 10px;
	float: left;
	background: url(../img/bg/border_left_right.gif) repeat-y;
	background-position: right;
	text-align: right
}

.center {
	scroll: auto;
	overflow: hidden;
	width: 590px !important;
	width: 600px;
	float: left;
	border: 0px solid blue;
	padding-left: 10px;
	background-image: url(../img/bg/content_01.png);
	background-repeat: repeat-y;
	background-position: bottom;
	min-height: 1000px;


}
.content {
	width: 580px;
	background-image: url(../img/bg/header.png);
	background-repeat: no-repeat;	
	padding-top: 70px;
	
}

.right {
	width: 170px;
	height: 600px;
	padding-left: 10px;
	position: relative;
	top: 80px;
	background: url(../img/bg/border_left_right.gif) repeat-y;
	float: left;
	
}


