
* {
	margin: 0;
	padding:0;
	outline:none;
}

html,
body {
	height: 100%;
	width:100%;
}
 html[xmlns^="http"] {
 overflow-y: scroll;
}

a {
	color:#e2671e;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

body {
	background:#f5efd0 url(../images/bg-body.gif) 0 0 repeat-x;
	font:13px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#44291a;
}

#container {
	width: 968px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -182px;
	background:url(../images/bg-container.jpg) 0 0 no-repeat;
}

/* HEADER */
#header {
	width:967px;
	height:448px;
	float:left;
	position:relative;
}

#branding a {
	float:right;
	width:453px;
	height:123px;
	position:relative;
	display:block;
	text-indent:-5000px;
	right:37px;
	top:-2px;
}

.claim {
	display:none;
}

#naviAdd {
	float:right;
	list-style-type:none;
	padding:8px 44px 0 0;
}

#naviAdd li {
	float:left;
	padding:0 6px;
}

#naviAdd li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

#naviAdd li a:hover,
#naviAdd li.active a {
	text-decoration:underline;
}

#naviLang {
	float:right;
	list-style-type:none;
	padding:18px 45px 0 0;
}

#naviLang li {
	float:left;
	padding:0 4px;
}

#naviLang li a {
	width:32px;
	height:22px;
	display:block;
	text-indent:-5000px;
	background:url(../images/bg-navi-lang.gif) 0 0 no-repeat;
}

#naviLang li a.english {
	background-position:-40px 0;
}

#naviLang li a.france {
	background-position:-80px 0;
}

/* CONTENT */
#contentSidebar {
	width:201px;
	float:left;
	padding:69px 0 0 65px;
}

#navi {
	float:left;
	list-style-type:none;
}

#navi li {
	float:left;
	padding:0 0 6px 24px;
	width:177px;
	background:url(../images/bg-navi-li.jpg) 0 5px no-repeat;
}

#navi li a {
	color:#2a231e;
	text-decoration:none;
}

#navi li a:hover,
#navi li.active a {
	font-weight:bold;
}

#contentMain {
	width:687px;
	float:left;
	padding:0 0 9px 0;
}

#contentMain h2 {
	font-size:30px;
	color:#e2671e;
	font-weight:normal;
	padding:17px 0 34px 0;
}

#contentMain h3 {
	font-size:13px;
	color:#44291a;
	padding:0 0 15px 0;
	border-bottom:solid 2px #e2671e;
	width:620px;
	margin:0 0 13px 0;
}

#contentMain p {
	margin:0 40px 18px 0;
	float:left;
}
* html #contentMain p {
	margin:0 15px 18px 0;
}

.contentColumn {
	width:290px;
	float:left;
	padding:0 46px 0 1px;
	overflow:hidden;
}

.contentColumn p {
	margin:0 0 18px 0 !important;
	float:none !important;
}

#map {
	width:642px;
	border:solid 1px #bfb59d;
	padding:4px;
	background:#fff;
	margin:0 0 10px 0;
}

#push {
	height: 182px;
	clear:both;
	float:none;
}

.clear {
	float:none;
	clear:both;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 182px;
	background:url(../images/bg-footer.jpg) left bottom repeat-x;
}

#innerFooter {
	width:931px;
	margin:0 auto;
	padding:33px 0 0 37px;
	color:#fff;
}

#innerFooter p {
	float:left;
	width:300px;
}

#innerFooter a.erholungLink {
	float:left;
	width:207px;
	height:140px;
	background:url(../images/bg-a-erholung.jpg) 0 0 no-repeat;
	text-indent:-5000px;
	display:block;
	padding:0 22px 0 0;
}

#innerFooter p.kontakt {
	margin:3px 0 32px 0;
	width:650px;
	float:left;
	position:relative;
	color:#44291a;
}

#innerFooter p.kontakt strong {
	color:#e2671e;
}

#innerFooter p.kontakt a {
	position:absolute;
	margin:-3px 0 0 51px;
}

#innerFooter p.column {
	padding:0 0 20px 0;
	width:168px;
	float:left;
}

#innerFooter a {
	color:#fff;
}

#innerFooter a:hover {
	text-decoration:none;
}

.image {
	border:solid 1px #bfb59d;
	padding:4px;
	background:#f2e8b8;
}

.images {
	border:solid 1px #bfb59d;
	padding:3px;
	background:#f2e8b8;
	margin: 0 10px 10px 0;
	float: left;
}

.floatRight {
	float:right;
	margin:2px 0 5px 10px;
}

.floatLeft {
	float:left;
	margin:2px 5px 5px 0;
}

.cmsImages {
	width:187px;
	float:left;
	padding:0 42px 20px 0;
}

