/*  positioning-layers statisch und absolut */

#frame {
width: 980px;
max-height: 1000px;
min-height: 800px;
margin: 0px; 
padding: 0px;
border-right: 3px solid #6F0037;
border-left: 2px solid #6F0037;
border-bottom: 2px solid #6F0037;
z-index:0;
margin-left: auto;
margin-right: auto;
}

#head {
width: 960px;
height: 120px;
margin: 0px; 
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
z-index: 1;
}

#cont_titel {
top: 120px;
width: 980px;
height: 20px;
margin: 0px; 
padding: 0px;
/**/
background-color:#6F0037; 
z-index: 1;
}

#center {
position: relative;
right: 0px;
left: 0px;
top: 0px;
height: 500px;
}

#inhalt {
position: absolute;
right: 0px;
left: 0px;
top: 0px;
height: 500px; 
width: 600px;
text-align: center;
margin: 0px 190px 0px 190px; 
border-left: 6px solid #1F3F3F;
border-right: 6px solid #1F3F3F;
padding: 0px;
background:#E4E6DB;
z-index: 1;
/**/
}

/* link titel left */
#pos_Links {
position: relative;
top: 0px;
left: 0px;
width: 190px;
height: 499px;
margin: 0px; 
padding: 0px;
z-index: 1;
}


#menu { 
position: relative; 
text-align:center; 
top: 0px; 
left: 10px; 
width: 160px; 
height: 480px; 
font: 14px Verdana, sans-serif; 
z-index: 1;
color:#000000; 
background-color:#FEFCD5; 
}

#menu a {
display: block ;
top:0px;
text-align: center; 
font: bold 1em sans-serif; 
padding: 5px 10px 5px 10px;
margin: 0 0 1px; 
width: 140px; 
border-width: 0; 
text-decoration: none; 
color: #FFFF33; 
background: #657C6F;
border-right: 7px solid #6F0037;
z-index: 1;
}

#menu a span{
display: none;
z-index: 1;
}

#menu a:hover {
display: block ;
text-align: center; 
font: bold 1em sans-serif; 
padding: 5px 10px 5px 10px;
margin: 0 0 1px; 
width: 140px; 
border-width: 0; 
text-decoration: none; 
color: #FEFDC5; 
background: #2B5555;
border-right: 5px double #000000;
z-index: 1;
}

#menu a:hover span{
position: absolute;
top: 220px;
left: 4px; 
display: block;
text-align: center; 
font: 10px Verdana, sans-serif; 
width: 120px; 
padding: 5px; 
margin: 10px; 
z-index: 1;
color: #FFFFCC; 
background: #598688;
border: 5px double #55002B;
}

#menu_R { 
position: relative; 
text-align:center; 
top: 0px; 
left: 5px; 
width: 160px; 
height: 450px; 
font: 14px Verdana, sans-serif; 
z-index: 1;
color:#000000; 
background-color:#FEFCD5; 
}

#menu_R a {
display: block ;
top:0px;
text-align: center; 
font: bold 1em sans-serif; 
padding: 5px 10px 5px 10px;
margin: 0 0 1px; 
width: 140px; 
border-width: 0; 
text-decoration: none; 
color: #FFFF33; 
background: #657C6F;
border-left: 7px solid #6F0037;
z-index: 1;
}

#menu_R a span{
display: none;
z-index: 1;
}

#menu_R a:hover {
display: block ;
text-align: center; 
font: bold 1em sans-serif; 
padding: 5px 10px 5px 10px;
margin: 0 0 1px; 
width: 140px; 
border-width: 0; 
text-decoration: none; 
color: #FEFDC5; 
background: #2B5555;
border-left: 5px double #000000;
z-index: 1;
}

#menu_R a:hover span{
position: absolute;
top: 220px;
left: 4px; 
display: block;
text-align: center; 
font: 10px Verdana, sans-serif; 
width: 120px; 
padding: 5px; 
margin: 10px; 
z-index: 1;
color: #FFFFCC; 
background: #598688;
border: 5px double #55002B;
}

#rechts {
position: absolute;
top: 0px;
right: 400px;
left: 802px;
width: 176px;
height: 500px; 
color: #000000;
margin: 0px; 
padding: 0px;
z-index: 1;
}

#link_email{
position: absolute;
top: 370px;
margin:10px;
padding:10px;
height:40px;
width: 137px;
vertical-align: middle;
text-align: center;
z-index: 2;
}



#link_email a {	
	background-image: url(input/arrow.gif);
	font: bold 1em sans-serif; 
	text-decoration: none;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#FFFF33; 
    width:220px;
    height: 100px;
	border: 3px groove ;	
	background-color: #6F0037;
	background-repeat: no-repeat;
	background-position: left center ;
	border-color: #D5D271 #333333 #333333 #D5D271;
	margin-top: auto;
	margin-bottom: auto;
	}

#link_email a:hover {	
	background-image: url(input/arrow.gif);
	font: bold 1em sans-serif; 
	text-decoration: none;
	padding-left: 20px;
	padding-right:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	color:#FFFFFF; 
    width:220px;
    height: 100px;
	border: 3px groove ;	
	background-color: #003300;
	background-repeat: no-repeat;
	background-position: right center ;
	border-color: #D5D271 #6F0037 #6F0037 #D5D271;
	margin-top: auto;
	margin-bottom: auto;
	}

#rechts_imgs {
position: absolute;
bottom: 0px;
width: 176px;
height: 70px; 
color: #000000;
margin: 0px;
padding: 0px;
z-index: 3;
}

#foot {
background-color: #FEFCD5;
width: 980px;
height: 100px;
margin: 0px; 
padding: 0px;
z-index: 4;
}

#form {
border: double 3px #1F3F3F;
background-color: #E4E6DB;
padding: 1px 3px 1px 3px;
margin: 1px 40px 1px 44px;
text-align:center; 
z-index: 100;
}

#news {
border: double 3px #1F3F3F;
background-color: #E4E6DB;
padding: 1px 1px 1px 1px;
margin: 10px 36px 10px 36px;
text-align:center; 
z-index: 3;
}

div.two {
position: static;
width: 100%; 
text-align:center;
padding-top:1px;
text-transform:uppercase;
background-color: #909090;
}
/* background: cyan; */
