/* CSS Document */

html[xmlns^="http"]
{
/* verhindert Mozilla-Zucken
* > Firefox 1.5
*/
overflow-y: scroll;
}

/*Allgemeine Definitionen*/
* {
	padding: 0;
	margin: 0;
	outline: 0px;
}

img {
	border: none;
}

body {
	margin-top: 0px;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/layout/background.jpg) repeat;
}


h1 {
	font-size:20px;
	color: #ffe84d;
	font-weight: lighter;
	text-align: justify;
	margin-bottom: 10px;
	width: 340px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
	padding-top: 15px;
}

h1 span {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	width: 340px;
	display: block;
}


h2 {
	font-size:16px;
	color: #e0f774;
	font-weight: lighter;
	margin-bottom: 5px;
	width: 340px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:16px;
	color: #000000;
	font-weight: lighter;
	margin-bottom: 5px;
	width: 340px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


p {
	margin-bottom: 20px;
	width: 340px;
	color: #ffffff;
	line-height: 19px;
}


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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}


table {
	margin-bottom: 20px;
}

td {
	line-height: 20px;
	padding: 2px;
	padding-left: 4px;
}

.colored {
	background-color: #717e31;
}

#content ul {
	padding-bottom: 20px;
	margin-left: 16px;
	color: #ffffff;
	width: 300px;
	
}

#content ul li {
	list-style-type: square;
	padding-top: 0px;	
	line-height: 25px;	
}

#content ul.links {
	list-style: none;
	line-height: 25px;
	margin-left: 0px;
}

#content ul.links li{
	list-style-type: none;
}


div#outerwrapper {
	width: 100%;
	min-width: 950px;
	min-height: 800px;
	background: url(../images/layout/wrapperbg.jpg) repeat-x;
}


div#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div#navigation_top {
	width: 950px;
	height: 40px;
}

div#header {
	width: 950px;
	height: 303px;
	background: url(../images/layout/header.jpg) no-repeat;
}


div#navigation_left_wrapper {
	float: left;
	width: 254px;
	height: 457px;
}



	div#navigation_left_left {
		float: left;
		width: 55px;
		height: 245px;
		background: url(../images/layout/navigation_left_left.jpg) no-repeat;
	}

	*html div#navigation_left_left {
		float: left;
		width: 55px;
	}	


	div#navigation_left {
		float: left;
		width: 199px;
		height: 245px;
	}

	*html div#navigation_left {
		width: 141px;
	}

	div#navigation_left_bottom {
		clear: left;
		width: 254px;
		height: 212px;
		background: url(../images/layout/navigation_left_bottom.jpg) no-repeat;
	}


div#content {
	float: left;
	width: 387px;
	min-height: 457px;
	background: url(../images/layout/contentbg.jpg) no-repeat;
}

div#textcontainer {
	width: 340px;
	padding-left: 24px;
}

div#fragen_wrapper {
	float: left;
	width: 309px;
	height: 457px;
}

div#fragen {
	width: 309px;
	height: 77px;
	background: url(../images/layout/fragen.jpg) no-repeat;
}

div#fragen_text {
	width: 309px;
	height: 100px;
	background: url(../images/layout/fragen_text.jpg) no-repeat;
}

div#fragen_text p{
	width: 205px;
	margin-left: 32px;
	padding-top: 4px;
	font-size: 11px;
}

div#adresse {
	width: 309px;
	height: 68px;
	background: url(../images/layout/adresse.jpg) no-repeat;
}

.adresse {
	width: 309px;
	height: 68px;
	background: url(../images/layout/adresse.jpg) no-repeat;
}

div#adresse_text {
	width: 309px;
	height: 212px;
	background: url(../images/layout/adresse_text.jpg) no-repeat;
}

div#adresse_text p{
	width: 200px;
	margin-left: 32px;
	padding-top: 11px;
	font-size: 11px;
	margin-bottom: 0px;
}

div#navigation_left ul{
	list-style-type:none;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}

div#navigation_left a {
	display: block;
	width: 199px;
}

div#navigation_left li{
	width: 199px;
}

	li#btn-Campingplatz {
		height: 49px;
		background: url(../images/btn/btn-Campingplatz02.jpg) no-repeat;
	}
	li#btn-Campingplatz a {
		height: 49px;
		background: url(../images/btn/btn-Campingplatz01.jpg) no-repeat;
	}
	li#btn-Campingplatz a:hover {
		background:none;
	}
	

	li#btn-Freizeit {
		height: 38px;
		background: url(../images/btn/btn-Freizeit02.jpg) no-repeat;
	}
	li#btn-Freizeit a {
		height: 38px;
		background: url(../images/btn/btn-Freizeit01.jpg) no-repeat;
	}
	li#btn-Freizeit a:hover {
		background:none;
	}


	li#btn-Sehen {
		height: 40px;
		background: url(../images/btn/btn-Sehen02.jpg) no-repeat;
	}
	li#btn-Sehen a {
		height: 40px;
		background: url(../images/btn/btn-Sehen01.jpg) no-repeat;
	}
	li#btn-Sehen a:hover {
		background:none;
	}
	

	li#btn-Preise {
		height: 39px;
		background: url(../images/btn/btn-Preise02.jpg) no-repeat;
	}
	li#btn-Preise a {
		height: 39px;
		background: url(../images/btn/btn-Preise01.jpg) no-repeat;
	}
	li#btn-Preise a:hover {
		background:none;
	}
	
	li#btn-Anfrage {
		height: 39px;
		background: url(../images/btn/btn-Anfrage02.jpg) no-repeat;
	}
	li#btn-Anfrage a {
		height: 39px;
		background: url(../images/btn/btn-Anfrage01.jpg) no-repeat;
	}
	li#btn-Anfrage a:hover {
		background:none;
	}
	

	li#btn-Links {
		height: 40px;
		background: url(../images/btn/btn-Links02.jpg) no-repeat;
	}
	li#btn-Links a {
		height: 40px;
		background: url(../images/btn/btn-Links01.jpg) no-repeat;
	}
	li#btn-Links a:hover {
		background:none;
	}
	




div#navigation_top ul{
	list-style-type:none;
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#navigation_top a {
	display: block;
	height: 40px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#navigation_top li{
	height: 40px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

	
	li#navigation_top_left {
		width: 461px;
		background: url(../images/layout/navigation_top_left.jpg) no-repeat;
	}
	
	li#btn-Startseite {
		width: 93px;
		background: url(../images/btn/btn-Startseite02.jpg) no-repeat;
	}
	li#btn-Startseite a {
		width: 93px;
		background: url(../images/btn/btn-Startseite01.jpg) no-repeat;
	}
	li#btn-Startseite a:hover {
		background:none;
	}


	li#btn-Kontakt {
		width: 131px;
		background: url(../images/btn/btn-Kontakt02.jpg) no-repeat;
	}
	li#btn-Kontakt a {
		width: 131px;
		background: url(../images/btn/btn-Kontakt01.jpg) no-repeat;
	}
	li#btn-Kontakt a:hover {
		background:none;
	}
	

	li#btn-Impressum {
		width: 92px;
		background: url(../images/btn/btn-Impressum02.jpg) no-repeat;
	}
	li#btn-Impressum a {
		width: 92px;
		background: url(../images/btn/btn-Impressum01.jpg) no-repeat;
	}
	li#btn-Impressum a:hover {
		background:none;
	}
	

	li#btn-Gaestebuch {
		width: 103px;
		background: url(../images/btn/btn-Gaestebuch02.jpg) no-repeat;
	}
	li#btn-Gaestebuch a {
		width: 103px;
		background: url(../images/btn/btn-Gaestebuch01.jpg) no-repeat;
	}
	li#btn-Gaestebuch a:hover {
		background:none;
	}
	
	li#navigation_top_right {
		width: 107px;
		background: url(../images/layout/navigation_top_right.jpg) no-repeat;
	}




.imagecontainer {
	margin-bottom: 20px;	
}

.imagecontainer img {
	border: 1px dashed #000000;
	padding: 2px;
	margin-bottom: 3px;
	margin-right: 5px;
}

.imagecontainer img:hover {
	border: 1px dashed #ffffff;
	padding: 2px;
}



.imagecontainer2 {
	float: left;
	margin-bottom: 20px;	
}

.imagecontainer2 img {
	border: 1px dashed #af6700;
	padding: 2px;
	margin-bottom: 3px;
	margin-right: 10px;
}

.imagecontainer2 img:hover {
	border: 1px dashed #000000;
	padding: 2px;
}
.cleardiv {
	clear: left;
}

#slideshow {
	width: 470px;
	height: 350px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #af6700;
	border-bottom: 1px dashed #af6700;
}

/*#euroweb img{
	border: none;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 1px;
}*/

/*a[href$="http://www.euroweb.de"] {
display:block;
border-bottom: 1px dashed #5f4d35;
margin-bottom: 10px;
padding-top: 10px;
}*/


#h3_cms {
	text-align: center;
}