@charset "utf-8";

html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

html {overflow-x:hidden;}


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #585858;
	background-color: #FFF;
	background-image: url(../img/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a {	color: #42a62a;}

#container-page {
	width: 1000px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../img/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 0px;
}
#container-content {
	/* padding-bottom: 243px;
	overflow: scroll; */
}
#primNav {
	float: left;
	width: 185px;
}
#primNav ul, #primNav li {
	background-color: #FFF;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#primNav a:link, #primNav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #42a62a;
	padding: 5px 10px;
	border-bottom: 2px solid #E8F5FE;
	display: block;
}

#primNav a:hover, #primNav a:active, #primNav a:focus, #primNav li.aktiv a {
	background-color:#E8F5FE;
}

#primNav li.booking a {
	color:#F30;
}
#content {
	padding-top:8px;
	margin-left: 8px;
/*	margin-left: 193px;*/
	float: left;
	width: 790px;
}
#content h1 {
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #42A62A;
	margin: 0px;
	padding-top:10px;
	padding: 0px 0px 8px;
}
#content h2 {
	font-size: 15px;
	line-height: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #42A62A;
	margin: 0px;
	padding: 0px 0px 8px;
}

#content h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #42A62A;
	margin: 0px;
	padding: 0px;
	padding-top:5px;
}


#content p {
	line-height: 130%;
	margin: 0px;
	padding: 0px 0px 8px;
	max-width: 550px;
}

#content ul, #content li {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}

#inhalt {
	padding-right: 8px;
	padding-left: 8px;
	width: 1000px;
	float: left;
}


 #container-foot {
	/*width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;*/
	height: 243px;
	background-color: #E6F3FB;
	background-attachment: fixed;
	
	margin: 0px auto;
	padding: 0px;
	width:1000px;
	margin-top:-80px;
}

div#header {
	position: relative;
	height: 120px;
	background-color: #FFF;
	text-align: center;
}
#sprachmenu {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#sprachmenu img {
	border: none;
	margin-left: 5px;
}
#adress {
	background-color: #509758;
	font-size: 11px;
	line-height: 130%;
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
}
#adress p {
	margin: 0px;
	padding: 2px 5px;
}
.ro {
	background-image: url(../img/roundedbox_ro.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.lo {
	background:url(../img/roundedbox_lo.gif) top left no-repeat;
}

.u {
	background:url(../img/roundedbox_u.gif) bottom right no-repeat;
}

.lu {
	background:url(../img/roundedbox_lu.gif) bottom left no-repeat;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


td.align-right {
	text-align:right;
}

table.contenttable {
	margin:0px;
	padding:0px;
}

.csc-textpic-text ul, .csc-textpic-text ol {
overflow: hidden;
margin: 0 0 0 30px;
}
