/*-----------------------------------------------------------------------------
[Schweden Camping] Screen Stylesheet

version:   1.0
date:      24.09.07
author:    Manuel Boy
email:     manuel@pixelagents.de

website:   -

version history: ?
-----------------------------------------------------------------------------*/


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}


/* Set up the document
-----------------------------------------------------------------------------*/

body {
	font: 62.5%/1.0  Verdana, Arial, Helvetica, sans-serif;
	background: #F7F7F7 url(../images/background.jpg) repeat-x;
	color: #000;
	padding-bottom: 5em;
}

#wrapper {
	background: url(../images/head-clouds.jpg) right top no-repeat;
}

#inner {
	width: 86em;
	margin: 0 auto 0 auto;
}

/*General
-----------------------------------------------------------------------------*/
h1,
h2,
h3, 
h4, 
h5, 
h6,
p {
	line-height: 1.5;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 9.5em;
}

	#header h1 {
		height: 95px;
		width: 450px;
		float: left;
		background: url(../images/logo.jpg) no-repeat;
	}

		#header h1 a {
			display: block;
		}

			#header h1 a span {
				display: none;
			}

	#header #util {
		float: right;
		background: #4B96BF;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}

		#header #util ul {
			list-style: none;
		}

			#header #util ul li {
				display: inline;
			}

				#header #util ul li a {
					display: block;
					float: left;
					color: #FFF;
					text-decoration: none;
					margin-right: .2em;
					padding: .7em .8em .8em .8em;
					background: url(../images/dot-util.gif) right center no-repeat;
				}

				#header #util ul li a:hover {
					color: #DDD;
				}

				#header #util ul li.active a {
					font-weight: bold;
				}

				#header #util ul li.util-contact a {
					background: none;
				}

/* Navigation
-----------------------------------------------------------------------------*/

div#navigation {
	border-bottom: 0px solid #FFF;
	width: 100%;
}

	div#navigation ul {
		list-style: none;
	}

		div#navigation ul li {
			display: inline;
			background: #FFF;
		}

			div#navigation ul li a {
				display: block;
				float: left;
				background: #286F97 url(../images/navi-bg.gif) repeat-x;
				color: #EAF3F8;
				font-weight: bold;
				text-decoration: none;
				font-size: 1.2em;
				padding: .8em .9em;
				margin-right: .1em;
				margin-top: 1px;
			}

			div#navigation ul li a:hover {
				color: #DDD;
			}

			div#navigation ul li.active a {
				display: block;
				float: left;
				background: #FFF;
				color: #424A63;
				border: 1px solid #DDD;
				border-bottom: 0;
				margin-top: 0;
			}


/* Content
-----------------------------------------------------------------------------*/
#content {
	background: #FFF;
	border: 1px solid #DDD;
	border-top: 0;
}

/* Key Visuals
-----------------------------------------------------------------------------*/
#keyvisual-container {
	background: #FFF;
	padding: 10px 10px 25px 10px;
	background: url(../images/shadow-line.gif) left bottom no-repeat
}

	#keyvisual-container #visual-sub {
		width: 24em;
		height: 240px;
		margin-right: 1em;
		float: left;
		background-repeat: no-repeat;
	}

		#keyvisual-container #visual-sub ul {
			list-style: none;
			padding: 1em 0 0 1em;
		}

			#keyvisual-container #visual-sub ul li {
				color: #FFF;
				font-size: 1.5em;
				line-height: 1.4;
				padding-left: 12px;
				background: url(../images/kv-bullet.gif) left center no-repeat
			}

				#keyvisual-container #visual-sub ul li a {
					color: #FFF;
					text-decoration: none;
				}

	#keyvisual-container #visual-main {
		width: 58em;
		height: 240px;
		float: left;
		background-repeat: no-repeat;
	}


/* Main Content
-----------------------------------------------------------------------------*/
#main-content {
	padding: 1em 2em 2em 2em;
}

	#left-tab {
		float: left;
		width: 22em;
		margin-right: 3em;
	}

		#left-tab div#submenu {
			margin-bottom: 2em;
		}

			#left-tab div#submenu h2 {
				background: #286F97 url(../images/navi-bg.gif) repeat-x;
				color: #FFF;
				font-size: 1.3em;
				line-height: 1;
				border-bottom: 2px solid #406D35;
			}

				#left-tab div#submenu h2 span {
					display: block;
					padding: .7em 0 .7em .4em;
					margin-left: 5px;
				}

			#left-tab div#submenu ul {
				background: #EAF3F9;
				list-style: none;
				padding: .4em 0 .4em .8em;
			}

				#left-tab div#submenu ul li {
					font-size: 1.2em;
					line-height: 1.3;
					padding: .2em 0 .2em 10px;
					margin-bottom: .3em;
					background: url(../images/teaser-bullet.gif) left center no-repeat;
				}

					#left-tab div#submenu ul li a {
						color: #444;
					}

					#left-tab div#submenu ul li.active a {
						color: #000;
						font-weight: bold;
					}

					#left-tab div#submenu ul li a:hover {
						color: #000;
					}

		#left-tab div.teaser-box {
			margin-bottom: 2em;
		}

			#left-tab div.teaser-box h2 {
				background: #3090C8 url(../images/bg-teaser-box-head.gif) top left repeat-x;
				color: #FFF;
				font-size: 1.3em;
				line-height: 1;
				border-bottom: 2px solid #406D35;
			}

				#left-tab div.teaser-box h2 span {
					display: block;
					padding: 13px 0 8px 30px;
					margin-left: 5px;
				}

				#left-tab div.teaser-box h2 span.camping {
					background: url(../images/teaser-icon-camping.gif) center left no-repeat;
				}

			#left-tab div.teaser-box ul {
				background: #E5FFE5;
				list-style: none;
				padding: .4em 0 .4em .8em;
			}

				#left-tab div.teaser-box ul li {
					font-size: 1.2em;
					line-height: 1.3;
					padding: .2em 0 .2em 10px;
					margin-bottom: .3em;
					background: url(../images/teaser-bullet.gif) left center no-repeat;
				}

					#left-tab div.teaser-box ul li a {
						color: #444;
					}

					#left-tab div.teaser-box ul li a:hover {
						color: #000;
					}

		#left-tab div.teaser-box2 {
			margin-bottom: 2em;
		}

			#left-tab div.teaser-box2 h2 {
				background: #E5FFE5 url(../images/bg-teaser-box2-head.gif) top left repeat-x;
				color: #FFF;
				font-size: 1.3em;
				line-height: 1.8em;
			}

				#left-tab div.teaser-box2 h2 span.recommend {
					background: url(../images/teaser-icon-recommend.gif) center left no-repeat;
				}
				
				#left-tab div.teaser-box2 h2 span {
					display: block;
					padding: 18px 0 8px 55px;
				}

			#left-tab div.teaser-box2 ul {
				background: #E5FFE5;
				list-style: none;
				padding: .4em 0 .4em .8em;
			}

				#left-tab div.teaser-box2 ul li {
					font-size: 1.2em;
					line-height: 1.5;
					padding: .2em 0 .2em 10px;
					margin-bottom: .3em;
				}
			
				#left-tab div.teaser-box2 ul li div.arrow {
					margin: -11px 15px 0px 160px;
					line-height: 1em;
					background: url(../images/triple-arrow.gif) no-repeat;
				}

					#left-tab div.teaser-box2 ul li a {
						color: #444;
					}

					#left-tab div.teaser-box2 ul li a:hover {
						color: #000;
					}


	
		#left-tab div.banner {
			margin-bottom: 2em;
		}
	
			#left-tab div.banner div {
				margin-bottom: 2em;
			}
	
				#left-tab div.banner div img {
					border: 0;
				}

	#content-tab {
		float: left;
		width: 55em;
	}
				
		#content-tab h1 {
			color: #1C5270;
			line-height: 1.3;
			font-size: 2.2em;
			padding-bottom: .3em;
			margin-bottom: 1em;
			border-bottom: 1px solid #6DBEE8;
		}
				
		#content-tab h2 {
			color: #444;
			line-height: 1.2;
			font-size: 1.3em;
			padding-top: .5em;
			margin-bottom: .6em;
		}
				
			#content-tab h2 a {
				color: #444;
			}
				
		#content-tab h3 {
			color: #444;
			line-height: 1.2;
			font-size: 1.2em;
			margin-bottom: .7em;
		}
				
		#content-tab p {
			color: #000;
			line-height: 1.5;
			margin-bottom: 1em;
			font-size: 1.2em;
		}
				
			#content-tab p a {
				color: #444;
			}
				
			#content-tab p a:hover {
				color: #000;
			}
				
		#content-tab p.success {
			color: #4DA926;
			line-height: 1.5;
			margin-bottom: 1em;
			font-size: 1.3em;
			font-weight: bold;
		}	
		
		#content-tab p.error {
			color: #900;
			line-height: 1.5;
			margin-bottom: 1em;
			font-size: 1.3em;
			font-weight: bold;
		}
				
		#content-tab ul.facts {
			list-style: none;
			margin-left: 3em;
			margin-bottom: 1.8em;
		}
				
			#content-tab ul.facts li {
				font-size: 1.2em;
				line-height: 1.3;
				padding: .2em 0 .2em 18px;
				margin-bottom: .5em;
				color: #555;
				font-weight: bold;
				background: url(../images/content-bullet.gif) left center no-repeat;
			}
				
		#content-tab ul.list {
			xlist-style: none;
			padding-left: 2em;
			margin-bottom: 1.8em;
		}
				
			#content-tab ul.list li {
				font-size: 1.2em;
				line-height: 1.3;
				padding: .2em 0 .2em 7px;
				margin-bottom: .5em;
				color: #000;
			}
				
				#content-tab ul.list li ul {
					padding-left: 2em;
					margin-bottom: 1.8em;
				}
					
				#content-tab ul.list li ul li{
					font-size: 1em;
					line-height: 1.3;
					padding: .2em 0 .2em 7px;
					margin-bottom: .5em;
					color: #000;
			}	
				
		#content-tab img#home-map {
			float: right;
		}

/* Sitemap
-----------------------------------------------------------------------------*/
ul#sitemap {
	list-style: none;
	margin-bottom: 1em;
}

	ul#sitemap li.sitemap-head {
		font-size: 1.5em;
		margin-bottom: 1em;
		color: #444;
	}

		ul#sitemap li.sitemap-head a {
			color: #444;
			line-height: 1.5;
		}

		ul#sitemap li.sitemap-head ul.sitemap-sub {
			list-style: none;
			padding-left: 1.5em;
		}

			ul#sitemap li.sitemap-head ul.sitemap-sub li {
				font-size: .9em;
				color: #444;
			}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 25px 0 1em 0;
}

	#footer p {
		font-size: 1.1em;
		color: #666;
	}

/* forms
----------------------------------------------------- */
form label { 
	cursor: pointer;
	float: left;
	padding: 0.3em 7px 0 5px;
	text-align: right;
	width: 120px;
	color: #444;
	font-size: 1.2em;
	line-height: 1.4;
}

form label.checkbox {
	float: none;
	padding: 0.3em 1em 0 0.3em;
	text-align: left;
	width: auto;
}

form ul {
	margin: 0 0 20px 0.5em;
	list-style: none;
}
	form li {
		padding: 0 0 0.5em 0;
	}
	
	form li.space {
		padding: 0 0 1.5em 0;
	}
	
	input[type="text"]:focus, 
	textarea:focus {
		background: #EFF3F5; 
		border: 1px solid #7199A6;
	}
	input[type="text"]:hover, 
	textarea:hover {
		border: 1px solid #30464E;
	}

#vorname,
#nachname,
#beruf,
#firma,
#strasse,
#telefon,
#fax,
#email,
#kammer,
#ort,
#plz,
textarea {
	border: 1px solid #7199A6;
	padding: 4px;
	width: 270px;
}

input#plz {
	width: 40px;
}

input#ort {
	margin: 0 0 0 4px;
	width: 216px;
}


form#recommend_form {
	width:auto;
}

form#recommend_form fieldset {
	border: 0;
	margin-bottom: 2em;
}

form#recommend_form fieldset legend {
	margin-bottom: 0.5em;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

form#recommend_form input {
	float: left;
	display: block;
	font-size: 1.0em;
	width: 150px;
	padding: 4px;
	border: 1px solid #308EC6;
	margin: 0.4em 0 0.4em 2em;
	height: auto;
}

form#recommend_form input.submit_button {
	width: 130px;
	background-color:#eee;
	float:left;
	font-size: 1.1em;
	margin: -10px 200px 20px 220px;
}

form#recommend_form label {
	width: 17em;
	display: block;
	float: left;
	text-align: left;
	font-size: 1.0em;
	padding: 0.6em 0 0.5em 0em;
	cursor:pointer;
}

form#recommend_form div.clear {
	clear: both;
	padding-top: 10px;
	border-bottom: 1px dotted #999999;
}

#error {
	font-size: 1.3em;
	margin: 2em 0 2em 0;
	color: #ff0000;
}

#thx {
	font-size: 1.3em;
	margin: 2em 0 2em 0;
	color: #23698F;
}