body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family:Josefin Sans;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
    }
p   {
    font-size: 14px;
	line-height:20px;
}
h1  {
    font-size: 20px;
}
a   {
    text-decoration: none;
    color: #2065B0;
}
ol,ul {
	list-style:none;
}
#header {
	width: 1000px;
	height: 110px;
	background-color: #DEF1FA;
	margin: 0px;
	padding: 0px;
	-moz-box-shadow:    3px 3px 5px 2px #ccc;
	-webkit-box-shadow: 3px 3px 5px 2px #ccc;
	box-shadow:         3px 3px 5px 2px #ccc;
}
	#header h1 {
		color: #2065B0;
		font-size: 16px;
		font-weight: 400;
		text-align: left;
		padding: 30px 50px 0px 20px;
		margin: 0px;
	}
	#header p {
		color: #2065B0;
		font-size: 11px;
		font-weight: 400;
		text-align: left;
		padding: 0px 0px 0px 20px;
		margin: 0px;
	}
#claim {
	position: relative;
	top: -60px;
	right:20px;
	padding-right: 0px;
	text-align: right;
}
#claim h2 {
	font-family:Reenie Beanie;
	font-size:30px;
	color:#2065B0;
}

#main {
    width: 1000px;
    margin: 0px auto 100px auto;
}

#hintergrund {
	width: 960px;
	min-height:430px;
	background-color: #eee;
	margin: 20px 0px 200px 0px;
	padding: 15px 20px 30px 20px;
	-moz-box-shadow:    3px 3px 5px 2px #ccc;
	-webkit-box-shadow: 3px 3px 5px 2px #ccc;
	box-shadow:         3px 3px 5px 2px #ccc;
	}
#text {
	width:400px;
	padding:0px;
	float:left;	
	margin:0px 0px 10px 0px;
	}
	#text h1 {
		padding:10px 0px 10px 0px;
		font-size:50px;
		color:#2065B0;
		margin:0px 0px 8px 0px;
		font-family:Reenie Beanie;
		-moz-transform:rotate(-3deg);		/* Firefox*/
		-webkit-transform:rotate(-3deg); 	/* Safari */
		-o-transform:rotate(-3deg); 			/* Opera */
		-ms-transform:rotate(-3deg); 		/* IE9 */
		transform:rotate(-3deg); 			/* W3C */
		}
	#text h2 {
		padding:10px 0px 10px 0px;
		font-size:20px;
		color:#2065B0;
		margin:0px 0px 8px 0px;
		}
	#text p {
		font-size:16px;
		font-weight:400;
		line-height:20px;
		color:#2065B0;
		margin:0px 0px 8px 0px;
		}
	#text a {
		border-bottom:1px solid rgba(32,101,176,0.7);
		/*background-color:rgba(32,101,176,0.3);*/
		}
	#text li {
		font-size:14px;
		line-height:16px;
		color:#2065B0;
		margin:0px 0px 2px 0px;
		list-style:disc;
		
		}

/* fürn slider*/
#slider {
	width:534px;
	height:450px;
	position:relative;
	float:right;
/*    border:1px solid #2065B0;*/
	overflow:hidden;
	margin:5px auto 50px auto;
	padding:0px;
}
#slider img {
	height:400px;
	margin: 0px auto;
	}

#sliderContent {
	width:534px; /* important to be same as image width or wider */
	top:0;
	margin-left:0;
	}
.sliderImage {
    float: left;
    position: relative;
	display: none;
    margin: -16px -40px;
	}
.sliderImage span {
    position: absolute;
	font-size:13px;
    padding: 10px 13px;
    width: 100%;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    display: none;
}
.top_black {
	bottom: 0;
	left: 0;
	background : #fff;
	color : #03C;
}
.clear {
	clear: both;
	}
ul { 
list-style-type: none;
}
/* fürn slider ende*/



	
#unterseiten-links {
	width:960px;
	height:150px;
	clear:both;
	margin:10px 0px 0px 0px;
	}


#links {
    position: fixed;
    right: -220px;
    top: 120px;
    margin: 0;
    padding: 0;
}
	#links ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
	}
	#links ul li {
   		width: 300px;
    	margin-bottom: 5px;
		display:none;
	}
	#links ul li div {
    	display: block;
    	line-height: 15px;
    	width: 240px;
    	height: 80px;
    	background: #333;
    	border: 1px solid #000;
    	-moz-border-radius: 5px 0px 0px 5px;
    	-webkit-border-bottom-left-radius: 5px;
    	-webkit-border-top-left-radius: 5px;
    	border-bottom-left-radius: 5px;
    	border-top-left-radius: 5px;
	}
	#links ul li div img{
    	width: 70px;
    	border: none;
    	float: left;
    	margin: 4px 10px 0px 4px;
    	border: 1px solid #111;
    	-moz-box-shadow: 1px 1px 3px #000;
    	-webkit-box-shadow: 1px 1px 3px #000;
    	box-shadow: 1px 1px 3px #000;
	}
	span.text {
    	font-size: 11px;
    	color: #ddd;
    	height: 46px;
    	margin: 4px 0px 0px 20px;
    	display: block;
    	text-shadow: 1px 1px 1px #000;
    	padding-top: 3px;
    	background: #222;
    	-moz-box-shadow: 0px 0px 5px #000 inset;
    	-webkit-box-shadow: 0px 0px 5px #000 inset;
    	box-shadow: 0px 0px 5px #000 inset;
	}
	span.rp_links{
    	width:195px;
    	height:8px;
    	padding-top:2px;
    	display:block;
    	margin-left:42px;
	}
	span.rp_links a {
    	
    	padding: 2px 18px;
    	font-size:10px;
    	color: #fff;
    	text-decoration: none;
    	line-height: 1;
    	-moz-box-shadow: 0 1px 3px #000;
    	-webkit-box-shadow: 0 1px 3px #000;
    	box-shadow:0 1px 3px #000;
    	text-shadow: 0 -1px 1px #222;
    	cursor: pointer;
    	outline:none;
	}
	span.rp_links a:hover{
    	background-color:#000;
    	color:#fff;
	}


#footer {
    width: 100%;
	height:38px;
    margin: 50px auto 0px auto;
    padding: 0px;
    text-align: left;
	background-color: #DEF1FA;
    color: #2065B0;
	-moz-box-shadow:    3px 3px 5px 4px #ccc;
	-webkit-box-shadow: 3px 3px 5px 4px #ccc;
	box-shadow:         3px 3px 5px 4px #ccc;
	position:fixed;
	bottom:0px;
}
#footer h1 {
	font-size:14px;
	}
	#oeffnungszeiten, #leer, #preisliste, #kontakt, #impressum {
        height: 28px;
        width: 25%;
        background-color: #DEF1FA;
        overflow:hidden;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        line-height: 14px;
		text-align:center;
    }	
label	{
	display:block;
	font-size:12px;
	line-height:12px;
	margin:10px 0px -2px 2px;
	padding:0px;
	}
input,textarea	{
	border:solid 1px #2065B0;
	}