/* ----------------------------------------------------------*/
/*  css style for maxclip
/*  by karolin grosch
/* ----------------------------------------------------------*/

@charset "utf-8";
/* ----------------------------------------------------------*/
/* ---------------- =standards -------------------------------*/
/* ----------------------------------------------------------*/

* {
	padding:0;
	margin:0;
	border:0;
}
 html[xmlns^="http"] {
 overflow-y:scroll;
}
.clear {
	clear:both;
}
p {
	padding-bottom:10px;
}
html {
	overflow-x:hidden;
}
html, body {
	background:#983636 url(../images/bg-body.png) repeat-x;
	color:#ede7dd;
	font-size:12px;
	font-family:Tahoma, Helvetica, sans-serif;
	line-height:18px;
	margin:0px;
	height: 100%;
}
/* ----------------------------------------------------------*/
/* ---------------- =links ----------------------------------*/
/* ----------------------------------------------------------*/

a {
	text-decoration:underline;
	color:#ede7dd;
	outline:none;
}
div#content-main a:hover {
	text-decoration:none;
	color:#ede7dd;
	background:#893332;
}

div#content-sidebar a:hover {
	text-decoration:none;
	color:#ede7dd;
	background:#6a2020;
}
.nohover a:hover {
	background:none !important;
}
/* ----------------------------------------------------------*/
/* ---------------- =container ------------------------------*/
/* ----------------------------------------------------------*/

div#container {
	background:url(../images/bg-container.png) no-repeat center top;
	clear:both;
	margin:0 auto;
	position:relative;
	min-height:700px;
	width:100%;
}
/* ----------------------------------------------------------*/
/* ---------------- =header ---------------------------------*/
/* ----------------------------------------------------------*/

div#header {
	background:url(../images/bg-header.png) 170px 0 no-repeat;
	height:180px;
	margin:0 auto;
	padding:0;
	width:980px;
}
/* ----------------------------------------------------------*/
/* ---------------- =branding -------------------------------*/
/* ----------------------------------------------------------*/

h1.branding {
	background:transparent url(../images/branding.png) 0 0 no-repeat;
	height:96px;
	left:283px;
	position:relative;
	top:35px;
	width:387px;
}
h1.branding a {
	background:none;
	display:block;
	text-indent:-9999px;
	padding:0;
	height:96px;
	width:387px;
}
h1.branding a:hover {
	background:none;
}
/* ----------------------------------------------------------*/
/* =navi ----------------------------------------------------*/
/* ----------------------------------------------------------*/

ul#navi {
	float:left;
	height:275px;
	width:197px;
	padding-top:143px
}
ul#navi li {
	display:inline;
	list-style:none;
}
ul#navi li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	outline:none;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	color:#efe8e0;
	text-align:right;
	padding:9px 20px 8px 0;
}

.cufon-active ul#navi li a {
	font-size:20px;
	letter-spacing:0.07em;	
	padding:8px 20px 7px 0;

}
ul#navi li a:hover {
	color:#cebba2;
}
/* ----------------------------------------------------------*/
/* =navi-add ------------------------------------------------*/
/* ----------------------------------------------------------*/

ul#navi-add {
	height:20px;
	width:250px;
	position:relative;
	left:759px;
	top:55px;
}
ul#navi-add li {
	display:inline;
	list-style:none;
	position:relative;
	float:left;
	padding-left:10px;
}
ul#navi-add li a {
	display:block;
	height:20px;
	color:#7f2626;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
}
ul#navi-add li a:hover {
	background:#fff;
}
/* ----------------------------------------------------------*/
/* ---------------- =headlines -------------------------------*/
/* ----------------------------------------------------------*/
h2 {
	font-size:25px;
	font-weight:normal;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eae3d3;
	font-style:italic;
	padding-bottom:38px;
}
.cufon-active h2 {
	font-size:37px;
	padding-bottom:28px;	
}
h3 {
	font-size:20px;
	font-weight:normal;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#eae3d3;
	font-style: normal;
	padding-bottom:10px;
	text-transform:uppercase;
	letter-spacing:0.07em;
}
h4 {
	font-size:13px;
	font-weight:normal;
	padding-bottom:5px;
	font-style:italic;
}
/* ----------------------------------------------------------*/
/* ---------------- =content --------------------------------*/
/* ----------------------------------------------------------*/

div#content-container {
	width:980px;
	margin:0 auto;
	padding:0;
	height:500px;
}
div#content-sidebar {
	float:left;
	padding:0;
	width:210px;
	padding:150px 0 0 20px;
}
div#content-sidebar-reservierung {
	margin-bottom:50px;
}
div#content-main {
	background:#7b2c2c url(../images/bg-content-main.png) repeat-x 0 0;
	float:left;
	width:513px;
	padding:90px 20px 20px 20px;
}

.image {
	padding-bottom:10px;
}

.cms-image {
	padding:0 0 10px 10px;
	float:right;
	cursor:text;	
}

div#content-main ul {
	margin:0 0 20px 0;;
}

div#content-main ul li {
	list-style:none;
  	border-bottom:1px dotted #983636;
	border-left:1px dotted #983636;
	border-right:1px dotted #983636;	
	padding:2px 0 4px 10px;
	margin-top:10px;
}

.content-column {
	float:left;
	width:50%;
}
div#player {
	margin:0 0 20px;
}
.googlemaps {
	border:1px solid #ccc;
}
hr {
	color:#983636;
	background-color:#983636;
	height:1px;
	margin:7px 0 15px;
}
.maxclip {
	border:1px dotted #4B4B4B;
	font-size:9px;
	padding-left:2px!important;
	padding-bottom:1px!important;
	width:136px;
}
#maxclip {
	background-color:#4B4B4B;
	color:#F2ECDE;
	font-size:9px;
	padding-left:1px!important;
	padding-right:1px!important;
	padding-bottom:1px!important;
}
/* ----------------------------------------------------------*/
/* done & sayonara ^^
/* ----------------------------------------------------------*/
