@charset "utf-8";
/* CSS Document */

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}

body {
	background-image: url(img/body.gif);
	margin-top: 0px;
}
#picload{
	position: absolute;
	top: -100px;
	margin:-100px;
	width: 50px;
	height:50px;
	border: none;

}

/* HOVER STYLES*/

a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a:hover {
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

a.e:hover {
     background-image: url(img/home_a.gif);
	 background-repeat:no-repeat;
	 float:left;
	 display:block;
	 width: 100px;
	 height:20px;
  }
  
   a.e {
    background-image: url(img/home.gif);
  	background-repeat:no-repeat;
	float:left;
	display:block;
	width: 100px;
	height:20px;
	}
	
a.b:hover {
     background-image: url(img/plan_a.gif);
	 background-repeat:no-repeat;
	 float:left;
	 display:block;
	 width: 100px;
	 height:20px;
  }
  
   a.b {
    background-image: url(img/plan.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width: 100px;
	height:20px;
	}
	
a.c:hover {
     background-image: url(img/programm_a.gif);
	 background-repeat:no-repeat;
	 float:left;
	 display:block;
	 width: 150px;
	 height:20px;
  }
  
   a.c {
    background-image: url(img/programm.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width: 120px;
	height:20px;
	}
	
a.d:hover {
     background-image: url(img/fotos_a.gif);
	 background-repeat:no-repeat;
	 float:left;
	 display:block;
	 width: 100px;
	 height:20px;
  }
  
   a.d {
    background-image: url(img/fotos.gif);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width: 100px;
	height:20px;
	}

a.f:hover {
     background-image: url(img/impressum);
	 background-repeat:no-repeat;
	 float:left;
	 display:block;
	 width: 100px;
	 height:80px;
  }
  
   a.f {
    background-image: url(img/impressum_s.png);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width: 100px;
	height:80px;
	}

/*-------------------------------------------*/
	
#shell {
	position: absolute;
	margin: -300px 0 0 -300px; 
	top: 50%;
	left: 50%;
	width: 600px;
	height: 600px;
	background-image: url(img/background600.png);
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	left:7px;
	top: 170px;
	width: 590px;
	height: 16px;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 5px;
}
/* MENU DIV */
#menu {
	position: absolute;
	left:5px;
	top: 200px;
	width: 500px;
	height: 20px;
	border-bottom: none;
}
#homemenu {
	position absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100px;
	height: 20px;
}
#planmenu {
	position absolute;
	margin-left: 102px;
	margin-top: -100px;
	width: 100px;
	height: 20px;
}
#programmmenu {
	position absolute;
	margin-left: 202px;
	margin-top: -100px;
	width: 100px;
	height: 20px;
}
#fotosmenu {
	position absolute;
	margin-left: 360px;
	margin-top: -100px;
	width: 100px;
	height: 20px;
}
#impressummenu {
	position absolute;
	margin-left: 515px;
	margin-top: 90px;
	width: 100px;
	height: 80px;
	background-image: url(img/impressum.png);
	background-repeat:no-repeat;
	border: none;
}
/*-------------------------------*/

#home {
	position: absolute;
	margin-left:10px;
	top: 225px;
	width: 560px;
	height: 280px;
	border: none;
	visibility:visible;
	background-image: url(img/home_s.gif);
	background-repeat:no-repeat;
}
#plan {
		position: absolute;
		margin-left:10px;
		top: 225px;
		width: 560px;
		height: 280px;
		border: none;
		visibility:hidden;
		background-image: url(img/plan_s.gif);
		background-repeat:no-repeat;
}
#programm {
		position: absolute;
		margin-left:10px;
		top: 225px;
		width: 560px;
		height: 280px;
		border: none;
		visibility:hidden;
		background-image: url(img/programm_s.gif);
		background-repeat:no-repeat;
}
#fotos {
		position: absolute;
		margin-left:10px;
		top: 225px;
		width: 560px;
		height: 280px;
		border: none;
		visibility:hidden;
		background-image: url(img/fotos_s.gif);
		background-repeat:no-repeat;
}
.mov {
	position:absolute;
	margin-left: 110px;
	margin-top: 30px;
	width: 320px;
	height: 280px;
	border: none;
	background-image: url(img/mov_back.gif);
	background-repeat:no-repeat;
}
#impressum {
		position: absolute;
		margin-left:10px;
		top: 235px;
		width: 560px;
		height: 280px;
		border: none;
		visibility:hidden;
		border: none;
}
#veltins {
	position: absolute;
	margin-left:0px;
	top: 610px;
	width:150px;
	height:35px;
	background-image: url(img/veltins03.jpg);
	background-repeat:no-repeat;
}