body{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	font-size:16px;
	color:#000000;
	background-image:url(pix/bg_haupt_1.jpg);
}

#menu a:hover	{ color:#D0D0D0; font-weight:bold;}
#menu a			{ color:#D0D0D0; font-weight:bold;}
h1					{	font-size:40px;}
h2					{	font-size:30px;}

#menu{
background-image:url(pix/bg_rand_oben.jpg);
color:#D0D0D0;
position:absolute;
height:30px;
top:0px;
left:0px;
right:0px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
padding-top:5px;
padding-right:10px;
padding-left:30px;
padding-bottom:5px;
z-index:2;
border-color:black;
border-width:1px;
border-left-style:solid;
border-right-style:solid;
border-top-style:solid;
z-index:3;
}
#menu[id] {
   position: fixed;
}

#inhalt{
position:absolute;
top:40px;
left:0px;
right:0px;
padding-left:10px;
padding-right:10px;
padding-top: 1px;
padding-bottom:20px;
/*border-width:1px;
border-left-style:solid;
border-right-style:solid;
border-color:black;*/
}

#about{
	position:absolute;
	top:5px;
	right:5px;
	font-size:xx-small;
	line-height:80%;
	z-index:3;
}
#about[id] {
   position: fixed;
}


	#haupttext{
	position:absolute;
	top:400px;
	left:50%;
	width:300px;
	margin-left:-150px;
	z-index:1;
	text-align:right;
	}
	#logo{
	position:absolute;
	top:120px;
	left:450px;
	width:299px;
	height:274px;
	margin-left:-250px;
	z-index:1;
	/*background-image:url(pix/logo2.png);*/
	}
	.punkth{
	font-size:1.5em;
	/*font-weight:bold;*/
	text-align:center;
}
.text{
	padding:10px;
}

#punkt_was{
	position:absolute;
	overflow:hidden;
	top:10px;
	right:10px;
	max-height:40px;
	max-width:35px;
	background-image:url(pix/bg_infobox.jpg);
	border-width:1px;
	border-style:solid;
	border-color:black;
	z-index:1;
}

#punkt_was:hover{
	width:500px;
	overflow:visible;
	right:10px;
	max-width:100000%;
	max-height:100000%;
	z-index:2;
}



#punkt_pers{
	position:absolute;
	overflow:hidden;
	top:10px;
	left:330px;
	max-height:40px;
	max-width:150px;
	background-image:url(pix/bg_infobox.jpg);
	border-width:1px;
	border-style:solid;
	border-color:black;
	z-index:1;
}

#punkt_pers:hover{
	width:390px;
	overflow:visible;
	max-width:10000%;
	max-height:10000%;
	z-index:2;
}

#punkt_kont{
	position:absolute;
	overflow:hidden;
	top:60px;
	left:170px;
	max-height:40px;
	max-width:150px;
	background-image:url(pix/bg_infobox.jpg);
	border-width:1px;
	border-style:solid;
	border-color:black;
	z-index:1;
}

#punkt_kont:hover{
	width:530px;
	overflow:visible;
	max-width:10000%;
	max-height:10000%;
	z-index:2;
}

#punkt_arb{
	position:absolute;
	overflow:hidden;
	top:110px;
	left:10px;
	max-height:40px;
	max-width:150px;
	background-image:url(pix/bg_infobox.jpg);
	border-width:1px;
	border-style:solid;
	border-color:black;
	z-index:1;
}

#punkt_arb:hover{
	width:690px;
	overflow:visible;
	max-width:10000%;
	max-height:10000%;
	z-index:2;
}


