@charset "utf-8";

/*--------------------------------------------------------------*/
/*--------------------[ CSS Document reset ]--------------------*/
/*--------------------------------------------------------------*/

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

/*--------------------------------------------------------------*/
/*-------------[ global tags, selectors, classes ]--------------*/
/*--------------------------------------------------------------*/

html, body {
	height:100%;
	min-width:878px;
}

body {
	background:#fff7a6 url(../images/bg-body.jpg) center 0 no-repeat;
	font:12px/18px arial, tahoma, verdana, sans-serif;
	color:#000;
}

/*--------------------------------------------------------------
	gloabal => typography
--------------------------------------------------------------*/
p {
	margin:0 0 18px 0;
}

textarea {
	overflow:auto;
}

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

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

.highlight {
	font-weight:bold;
}

ul {
	list-style:none;
}

/*--------------------------------------------------------------
	gloabal => positioning
--------------------------------------------------------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.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;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

.indent {
	display:block;
	position:absolute;
	text-indent:-9999px;
}

/*--------------------------------------------------------------
	gloabal => images
--------------------------------------------------------------*/
img.floatLeft {
	float:left;
	margin:0 10px 0 0;
}

.image,
a img.image,
.iframe,
.cmsimage {
	border:1px solid #85b100;
	padding:4px;
	background:#fff;
}
.iframe {
	margin:30px 0 0 0;
}

img.floatRight,
img.cmsimage {
	float:right;
	margin:0 0 0 20px;
}

img.cmsimage {
	width:140px;
	height:80px;
	margin-bottom:20px;
}

img.cmsimage:hover {
	border:1px solid #666;
}



/*--------------------------------------------------------------
	gloabal => CMS
--------------------------------------------------------------*/
.loop {
	clear:both;
	margin:0 0 20px 0;
	position:relative;
	top:30px;
	left:0;
}
.loop img.floatLeft  {
	width:120px;
	height:80px;
	padding:4px;
	background:#fff;
	border:1px solid #85b100;
	margin:0 20px 0 0;
	position:relative;
}
.loop a:hover img.floatLeft  {
	border:1px solid #444;
}
.galerie {
	float:left;
	margin:0 40px 1px 0;
	width:120px;
	position:relative;
	left:15px;
	top:30px;
}
.galerie a img.bild {
	width:120px;
	height:80px;
	padding:4px;
	background:#fff;
	border:1px solid #85b100;
}
.galerie a:hover img.bild {
	padding:4px;
	background:#fff;
	border:1px solid #444;
}
.galerie p {
	text-align:center;
	overflow:hidden;
	font-size:11px;
}
/*--------------------------------------------------------------*/
/*-------------------------[ =container ]-----------------------*/
/*--------------------------------------------------------------*/

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

/*--------------------------------------------------------------*/
/*---------------------------[ =header ]------------------------*/
/*--------------------------------------------------------------*/

#header {
	height:150px;
	position:relative;
	width:878px;
	margin:0 auto;
}

/*--------------------------------------------------------------
	header => logo
--------------------------------------------------------------*/
#header h1.branding {
	position:absolute;
}

#header h1.branding a {
	position:absolute;
	display:block;
	text-indent:-5000px;
	left:490px;
	top:20px;
	width:323px;
	height:102px;
}


/*--------------------------------------------------------------*/
/*---------------------------[ =sidebar ]-----------------------*/
/*--------------------------------------------------------------*/
#sidebar {
	width:250px;
	float:left;
	margin:0 11px 0 0;
	overflow:hidden;
	color:#7f7b53;
}
#sidebar a {
	color:#7f7b53;
}
/*--------------------------------------------------------------
	sidebar => text
--------------------------------------------------------------*/
#sidebar p {
	text-align:right;
	padding:0 9px 0 0;
}
/*--------------------------------------------------------------
	sidebar => navi
--------------------------------------------------------------*/
#sidebar ul#navi {
	list-style-type:none;
	background:url(../images/navi.jpg) 0 0 no-repeat;
	width:200px;
	height:174px;
	text-indent:-9999px;
	float:right;
	margin:0 0 10px 0;
}

#sidebar ul#navi li {
	height:30px;
	margin:0 0 6px 0;
}

#sidebar ul#navi li a {
	height:30px;
	background:url(../images/navi.jpg) -9999px 0 no-repeat;
	display:block;
}

#sidebar ul#navi li a.unser-campingplatz:hover,
#sidebar ul#navi li.active a.unser-campingplatz {
	background-position:-200px 0;
}


#sidebar ul#navi li a.veranstaltungen:hover,
#sidebar ul#navi li.active a.veranstaltungen {
	background-position:-200px -36px;
}


#sidebar ul#navi li a.freizeitangebote:hover,
#sidebar ul#navi li.active a.freizeitangebote {
	background-position:-200px -72px;
}

#sidebar ul#navi li a.bildergalerie:hover,
#sidebar ul#navi li.active a.bildergalerie {
	background-position:-200px -108px;
}

#sidebar ul#navi li a.preise-und-angebote:hover,
#sidebar ul#navi li.active a.preise-und-angebote {
	background-position:-200px -144px;
}	


/*--------------------------------------------------------------*/
/*---------------------------[ =content ]-----------------------*/
/*--------------------------------------------------------------*/
div#content {
	width:490px;
	float:left;
	height:auto !important;
	min-height:700px;
	height:700px;
	padding:0 20px 0 23px;
	position:relative;
	
}
div#content h2 {
	padding:32px 0 0 23px;
	font:12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
div#content h3 {
	font:12px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#content h4 {
	font:14px/18px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#86B100;	
}

div#content h5 {
	font:10px/18px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#86B100;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #86B100;
}	

#euroweb {
	margin:0 0 20px 0;
}
ul#content  {
	margin:4px 0 18px 0;
}
ul#content li {
	background:url(../images/li-bullet.jpg) 4px 12px no-repeat;
	padding:0 0 0 14px;
	height:26px;
	line-height:26px;
}
div#content ul li.highlight {
	font-weight:normal;
	background:#e8efcb url(../images/li-bullet.jpg) 4px 12px no-repeat;
}

div#content img.imgFloat {
	width:180px;
	height:120px;
	border:1px solid #85b100;
	margin-right:10px;
	margin-bottom:10px;
}

div.colContainer {
	width:533px;
	margin:0px 0px 20px -23px;
	background:url(../images/bg-infobox-tile.gif) 0 0 repeat-y;
	position:relative;
}

div.detailGalery {
	width:280px;
	height:40px;
	background:url(../images/bg-detailGalery.png) 0 0 no-repeat;
	position:absolute;
	left:253px;
}

.leftCol {
	width:215px;
	float:left;
	color:#fff;
	background:#86B100;
	padding:0px 15px 0px 23px;
}

.leftCol h3 {
	font:12px/22px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0;
}

.rightCol {
	width:280px;
	float:left;
	overflow:hidden;
}

.rightCol ul.campingplatzGalerie {
	width:260px;
	list-style-type:none;
	margin:0px 0px 15px 0px;
	top:0px;
}

.rightCol ul.campingplatzGalerie li {
	width:110px;
	height:90px;
	border:1px solid #85b100;
	margin-right:15px;
	float:left;
}

.rightCol ul.campingplatzGalerie li.last {
	width:110px;
	height:90px;
	border:1px solid #85b100;
	margin-right:0px;
	float:left;
}

.rightCol ul.campingplatzGalerie li a {
	display:block;
}


/*--------------------------------------------------------------
	content => teaser (veranstaltungen)
--------------------------------------------------------------*/
#teaser {
	background:#85b100;
	height:228px;
	color:#fff;
	margin:0 0 18px -23px;
	width:533px;
	overflow:hidden;
}
#teaser a {
	color:white;
}
#teaser h3 {
	font:12px/22px Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:10px 0;
}
#teaser img {
	border-right:1px solid #fff;
	margin:0 15px 0 0;
}
#teaser p {
	padding:0 15px 0 0;
}


/*--------------------------------------------------------------
	content => navi-add
--------------------------------------------------------------*/
div#content ul#navi-add {
	list-style-type:none;
	background:url(../images/navi-add.jpg) 0 0 no-repeat;
	width:535px;
	height:49px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 0 -23px;
	
}

div#content ul#navi-add li {
	height:49px;
	margin:0 1px 0 0;
	float:left;
	background:none;
	padding:0;
}

div#content ul#navi-add li a {
	height:49px;
	background:url(../images/navi-add.jpg) -9999px 0 no-repeat;
	display:block;
}

div#content ul#navi-add li a.startseite {
	width:109px;
}
div#content ul#navi-add li a.startseite:hover,
div#content ul#navi-add li.active a.startseite {
	background-position:0 -49px;
}

div#content ul#navi-add li a.gaestebuch {
	width:110px;
}
div#content ul#navi-add li a.gaestebuch:hover,
div#content ul#navi-add li.active a.gaestebuch {
	background-position:-110px -49px;
}

div#content ul#navi-add li a.kontakt {
	width:92px;
}
div#content ul#navi-add li a.kontakt:hover,
div#content ul#navi-add li.active a.kontakt {
	background-position:-221px -49px;
}

div#content ul#navi-add li a.anfahrt {
	width:95px;
}
div#content ul#navi-add li a.anfahrt:hover,
div#content ul#navi-add li.active a.anfahrt {
	background-position:-314px -49px;
}

div#content ul#navi-add li a.impressum {
	width:123px;
}
div#content ul#navi-add li a.impressum:hover,
div#content ul#navi-add li.active a.impressum {
	background-position:-410px -49px;
}
/*--------------------------------------------------------------
	content => content-head
--------------------------------------------------------------*/
div#content-head {
	height:63px;
	background:url(../images/bg-content-head.jpg) 0 0 no-repeat;
	margin:0 0 8px -23px;
	width:533px;
}

/*--------------------------------------------------------------*/
/*--------------------------[ =footer ]-------------------------*/
/*--------------------------------------------------------------*/

#push {
	height:95px;
	clear:both;
}

#footer {
	height: 156px;
	background:url(../images/bg-footer.jpg) center 0 no-repeat;
}

/*--------------------------------------------------------------*/
/*--------------------------[ =slideshow ]-------------------------*/
/*--------------------------------------------------------------*/

#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:300px;
	height:228px;
	overflow:hidden;
	float:left;
	border-right:1px solid #FFF;
	margin-right:19px;	
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

/*--------------------------------------------------------------*/
/*--------------------------[ =player ]-------------------------*/
/*--------------------------------------------------------------*/

div#player {
			height:251px;
			width:250px;
			float:left;
}

div#getAdobeFlash {
	float:right;
}

