html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000;	
}

a:link {
	color: blue;
	text-decoration: none;

}


/* Klassen ----------------------------------------------------------------------------- */

.lefty {
	width: 120px;
	height: 270px;
	margin-top: -25px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background: url(../gfx/drips.jpg) white no-repeat;
	overflow: hidden;
}

.righty {
	margin-top: -35px;
	width: 325px;
	float: right;
	padding-right: 20px;
	overflow: auto;
}

.titel {
line-height: 20px;
}

.galerie {
	margin-top: -35px;
	width: 325px;
	float: right;
	padding-right: 10px;
	text-align: right;
	overflow: auto;
}


.pad {
padding-left: 10px;
padding-right: 10px;
}

a img {
}

a:hover img {
}

/*menue -------------------------------------------------------------------------------*/

/* common styling */
.menu {
font-family: arial, sans-serif; 
width:500px; 
position:relative; 
margin-top:25px; 
font-size:11px; 
margin:2px 0 100px 0; 
z-index:100;}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000;
width:96px; 
height:20px; 
text-align:center; 
color:#fff; 
border:1px solid #fff; 
background:#0F2B3B; 
line-height:20px; 
font-size:11px; 
align: center;
overflow: hidden;
}

.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#66C2DB;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#66C2DB; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#66C2DB; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {background:#66C2DB; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

 
	
/*container -------------------------------------------------------------------------------*/
	
	#header {
	top: 0;
	height: 175px;
	width: 500px;
	background: black;
	position: relative;
	overflow: hidden;
	}
	
	
	
	#banner {
	top: 200px;
	left: 50%;
	width: 60%;
	margin-left: -30%;
	height: 220px;
	overflow: auto;
	position: absolute;
	}
	
	#left {
	left: 50%;
	top: 0;
	bottom: 0;
	width: 200px;
	height: 100%;
	margin-left: -475px;
	background: url(../gfx/randlinks.jpg) top left white repeat-y;
	position: absolute;
	overflow: hidden;
	}
	
	#right {
	left: 50%;
	top: 0;
	bottom: 0;
	width: 200px;
	height: 100%;
	margin-left: 225px;
	background: url(../gfx/randrechts.jpg) top right white repeat-y;
	position: relative;
	overflow: hidden;
	}
	
	
	#main {
	left: 50%;
	top: 0;
	bottom: 0;
	width: 500px;
	height: 100%;
	margin-left: -275px;
	background: white;
	position: absolute;
	overflow: auto;
	}
	
	
	
	
	#maincontent {
	left: 50%;
	top: 50%;
	width: 550px;
	height: 350px;
	margin-left: -200px;
	margin-top: -150px;
	background: #393939;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	overflow: auto;
	}

#maincontent a:link {
}
	
	
	
