﻿body{
	
	text-align: center;
	margin: 0px;
	font-family: arial, helvetica, non-serif;
}

h2{
	font-weight:normal;
	font-size:22px;
	color:#999999;
}

h3{
	margin-bottom: 2px;
	line-height: 16px;
}


.page{
	position: relative;
	text-align: left;
	display: inline-block;
	width: 800px;
		margin-top: 30px;
		margin-bottom: 20px;
	border: thin solid #999;
	-webkit-box-shadow: 1px 4px 26px #4d4d4d; /* webkit browser*/ -moz-box-shadow: 1px 4px 26px #4d4d4d; /* firefox */ box-shadow: 1px 4px 26px #4d4d4d;
}

#fuss{
	position: relative;
	padding: 20px;
	border-top: thin solid #888;
}

#header{
	height: 196px;
	overflow: hidden;
	background-image: url(../Bilder/logo-laske.jpg);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	position: relative;
}

ul{	
	text-align: right;
	background-color: #5c5e60;
	height: 24px;
	margin-top: 168px;
	padding: 4px 30px 0px;
	
}

#inhalt{
	position: relative;
	width: 800px;
	margin-top: 0px;
	overflow: hidden;
	border-top: thin solid #00998e;
}


.clear{
	clear:both;
}

a, a:visited {
	color:#007bc4;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

.fusstext{
	vertical-align: top;
	display: inline-block;
	font-size: 12px;
	color: #555;
}


h1{
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

li{
	font-size: 12px;	
	list-style:none;
	display:block;
	float:right;
	
}

li a,li a:visited{
	height: 20px;
	margin-top: -4px;
	color: #fff;
	text-align:center;
	padding: 6px 10px 2px 10px;	
	display:block;	
}

li a:hover{
	background-color: #00998e;
	text-decoration:none;
}

.menuAktiv, li a:active{
	background-color: #00998e;
	color: #fff;
	background: rgb(0,153,142); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,153,142,1) 0%, rgba(0,153,142,1) 36%, rgba(0,84,57,1) 90%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,153,142,1)), color-stop(36%,rgba(0,153,142,1)), color-stop(90%,rgba(0,84,57,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,153,142,1) 0%,rgba(0,153,142,1) 36%,rgba(0,84,57,1) 90%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,153,142,1) 0%,rgba(0,153,142,1) 36%,rgba(0,84,57,1) 90%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,153,142,1) 0%,rgba(0,153,142,1) 36%,rgba(0,84,57,1) 90%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,153,142,1) 0%,rgba(0,153,142,1) 36%,rgba(0,84,57,1) 90%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00998e', endColorstr='#005439',GradientType=0 ); /* IE6-9 */


}

#loading{
	visibility:hidden;
}

.bildershow{
	float: left;
	position: relative;
	
}

#l1, #l2{
	position: relative;
	width: 300px;
	height: 400px;
	background-color: #333;
	display:none;
}

#l2{
	margin-top: -400px;
	background-color: #777;
}