html {

margin:0;
padding:0;
}

a:link {
	color: #cc2020;
	text-decoration: none;
}
a:visited {
	color: #cc2020;
	text-decoration: none;
}
a:hover {
	color: #cc2020;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}

body {
  text-align: center; /* Zentrierung IE */

  margin: 0;
  padding: 0;
    
  font-family: Garamond, Times, "Times New Roman", serif;
  font-size: 1.0em;
  color: #300000;
  
  background-color: #F6F6CA;
  background-image: url(../img/bg_body.jpg);
  background-repeat: repeat-x; 
}

body h1 {
  margin: 0;
  padding: 5px 0 5px 0;;
  
  font-family: 'GoudyMedievalRegular', Garamond, Times, "Times New Roman", serif;
  /*font-weight: bold;*/
  font-size: 1.6em;
  color: #330000;  
}

body h2 {
  margin: 0;
  padding: 5px 0 5px 0;
  
  font-family: Garamond, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.3em;

  color: #330000;  
}

body h3 {
  margin: 5px 0 5px 0;
  padding: 0 0 5px 0;
  
  font-family: Garamond, Times, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.1em;
  color: #330000;  
}

body p {
	margin: 0;
	padding: 0;
}

body ul {
	margin: 0;
}

body li {
	margin: 0;
}

img {
	border: none;
}

.img_border {
	padding: 5px;
	border: 1px solid #e8b74c;
}

#seite {
	position: relative;
	text-align:left;
	top: 0px;
	width: 990px;
	
	height:auto;
		
	margin: 0 auto;   /* Zentrierung mitte */

	z-index: 2;
}


#kopfbild1 {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width:  990px;
	height: 400px;
	
	background-image: url(../img/header.jpg); 
	background-repeat:no-repeat;
	
	z-index: 3;
} 

#kopfbild2 {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 410px;
	width:  580px;
	height: 250px;
	
	z-index: 4;
} 

/******************Hauptmenue*********************/

#menurahmen { 
	position: absolute; 
	top: 250px;
	left: 0px;
	height: 120px;
	width: 990px;
	
	z-index: 500;
}


#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	position: absolute;
	height: 60px;
	text-align: left;
}

#menu1 {
	top: 38px;
	left: 2px; 
	width: 150px;
}

#menu2 {
	top: 36px;
	left: 179px; 
	width: 200px;
}

#menu3 {
	top: 31px;
	left: 409px; 
	width: 200px;
}

#menu4 {
	top: -3px;
	left: 641px; 
	width: 160px;
}

#menu5 {
	top: 51px;
	left: 657px; 
	width: 160px;
}

#menu6 {
	top: 0px;
	left: 838px; 
	width: 150px;
}


div.bereich1 {
 
 position:absolute;
 width: 100%;
 height:20px;
 padding: 0;


 font-size: 15px;
 font-weight: bold;
 line-height:20px;
 letter-spacing:1px;
 
 visibility: visible;
 
}

div.bereich2 {
 	position:absolute;
 	width: 520px;
 	height: 330px;
	padding: 20px 10px 0 20px;
 /*
 	-moz-opacity: 0.95; 
	opacity: 0.95;
	filter: alpha(opacity=95);
 */
 	visibility: hidden;
 
 	background-image: url(../img/bg_dropdown_x.png);
	background-repeat: no-repeat;
	
	z-index: 600;
}

#menuhaupt {
 left:0px;
 top:0px;
}

#UM1 {
	top: 90px;
	left: 210px;
 	width: 550px;
}

#UM2 {
	top: 100px;
	left: 210px;
	width: 550px;
}

#UM3 {
	top: 50px;
	left: 210px;
	width: 550px;
}

#UM1 a:link, #UM2 a:link, #UM3 a:link {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 25px;
 	letter-spacing: 1px;
}

#UM1 a:visited, #UM2 a:visited, #UM3 a:visited {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 25px;
 	letter-spacing: 1px;
}

#UM1 a:hover, #UM2 a:hover, #UM3 a:hover {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	text-decoration: underline;
	line-height: 25px;
 	letter-spacing: 1px;
}

#UM1 a:active, #UM2 a:active, #UM3 a:active {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 25px;
 	letter-spacing: 1px;
}

.block {
	display: block;
}


#navigation {
	position: absolute;
	top: 380px;
	left: 15px;

	width:  900px;
	height: 18px;
	
	padding: 2px 0 0 5px;
			
	font-size: 15px;
	color: #999;
	
	z-index: 200;
}

/********************Inhalt*******************/
.container1 {
	float: left;
	text-align: left;
	width: 290px;
	
	height: auto;
	min-height: 800px;
	
	margin: 400px 0px 35px 0px;
	padding-right: 10px;
}

.container2mitte {
	float: left;
	text-align: left;
	width: 300px;
	
	height: auto;
	min-height: 800px;
	
	margin: 400px 0px 35px 10px;
	padding: 0px 15px 0 30px;
	
	background-image: url(../img/rahmen_gelb_mitte.jpg); 
	background-repeat: repeat-y;

}

.container2 {
	float: left;
	text-align: left;
	width: 300px;
	
	height: auto;
	min-height: 800px;
	
	margin: 400px 0px 35px 20px;
	padding: 0;
	

}

.container3 {
	float: left;
	text-align: left;
	width: 300px;
	height: auto;
	
	margin: 420px 0px 35px 0px;
	padding: 0;

}

.container4 {
	float: left;
	text-align: left;
	width: 605px;
	height: auto;
	
	margin: 420px 0px 35px 10px;
	padding: 40px 25px 0 30px;
	
	background-image: url(../img/rahmen_gelb_mitte2.jpg); 
	background-repeat: repeat-y;
}

.container5 {
	float: left;
	text-align: left;
	width: 740px;
	height: auto;
	
	margin: 400px 0px 35px 190px;
	padding: 0px 25px 0 25px;
	
	background-image: url(../img/rahmen_gelb_mitte3.jpg); 
	background-repeat: repeat-y;
}

.rahmenkopf_start_li {
	position: absolute;
	top: 400px;
	left: 298px;
	width: 35px;
	height: 60px;

	background-image: url(../img/rahmenkopf_li.jpg);
	background-repeat: no-repeat;
}

.rahmenkopf_start_re {
	position: absolute;
	top: 400px;
	left: 632px;
	width: 35px;
	height: 60px;

	background-image: url(../img/rahmenkopf_re.jpg);
	background-repeat: no-repeat;
}

.rahmenkopf_re {
	position: absolute;
	top: 400px;
	left: 955px;
	width: 35px;
	height: 60px;

	background-image: url(../img/rahmenkopf_re.jpg);
	background-repeat: no-repeat;
}

.rahmenkopf_li {
	position: absolute;
	top: 400px;
	left: 955px;
	width: 35px;
	height: 60px;

	background-image: url(../img/rahmenkopf_li.jpg);
	background-repeat: no-repeat;
}
/*Burgbesatzung.html*/
.rahmenkopf_li2 {
	position: absolute;
	top: 400px;
	left: 178px;
	width: 35px;
	height: 60px;

	background-image: url(../img/rahmenkopf_li.jpg);
	background-repeat: no-repeat;
}

.header_inhalt {
	position: absolute;
	top: 400px;
	left: 299px;
	width: 650px;
	height: 60px;
	padding: 25px 0 0 40px;
	
	font-weight: bold;
	font-size: 24px;
	color: #330000;
	
	background-image: url(../img/rahmenkopf_gelb_mitte2.jpg);
	background-repeat: no-repeat;

}

.footer {
	height: 62px;
	width: 345px;
	
	margin-left: -30px;
	background-image: url(../img/rahmenfuss_gelb_mitte.jpg);
	background-repeat: no-repeat;
}

.footer_inhalt {
	height: 62px;
	width: 670px;
	
	margin-left: -30px;
	background-image: url(../img/rahmenfuss_gelb_mitte2.jpg);
	background-repeat: no-repeat;
}

.initial {
	font-weight: normal;
	font-size: 70px;;
	color: #990000;

}

.absatz_aktuell {
	margin: 10px 25px 10px 25px;
	border-bottom: solid 1px #e8b74c;
}

.absatz_arkade {
	height: 40px;
	margin: 10px -18px 10px -22px;
	background-image: url(../img/arkade.gif); 
	background-repeat: repeat-x;
}

.center {
	text-align: center;
	padding: 5px 0 5px 0;
}

.img_text {
	float: left;
	text-align: left;
	margin: 0 10px 10px 0;
}

.text {
	padding: 5px 5px 5px 0px;
}

.textfeld {
	padding: 5px 5px 5px 5px;
}

.text_klein {
	font-size: 0.9em;	
}

.text_fett {
	padding: 5px 5px 0 0px;
	font-weight: bold;
}

.textfeld_fett {
	padding: 5px 5px 0 5px;
	font-weight: bold;
}

.text_grau {
	font-size: 0.9em;
	color: #999;
}

.text_rot {
	font-weight: bold;
	color: #CC2020;
}

.text_link {
	padding: 5px 5px 0 0px;
	font-weight: bold;
	color: #999;
}

.textfeld_link {
	padding: 5px 5px 0 5px;
	font-weight: bold;
	color: #999;
}

div.cont_rundgang {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 275px;
	height: 465px;
	
	padding: 0px;
		
	font-size: 16px;
	color: #330000;
	z-index: 5;
}

.burgbesatzung {
	float:left;
	text-align: left;
	width: 170px;
	height: 320px;
	
	margin: 5px 0 0 10px;
}

.partner {
	float:left;
	text-align: left;
	width: 48%;
	min-height: 160px;
	height: auto;
	
	margin: 5px 0 0 5px;
}

#fuss {
	position: relative; 
	text-align: center;
	
	width:  100%;
	height: 200px;
	
	margin: 0 auto;
	
	background-image: url(../img/arkade.gif); 
	background-repeat: repeat-x;
	background-color: #EFE2B3;
}

#fuss_inhalt {
	position: relative;
	text-align: center;
	width: 990px;
	height: auto;
	
	padding: 40px 0 0 0;
	
	margin: 0 auto;
	
}

#fuss a:link {
	color: #666666;
	text-decoration: none;
}

#fuss a:visited {
	color: #666666;
	text-decoration: none;
}

#fuss a:hover {
	color: #cc2020;
	text-decoration: none;
}

#fuss a:active {
	color: #666666;
	text-decoration: none;
}

.fuss_sitemap {
	float: left;
	text-align: left;
	width: 130px;
	height: auto;
	
	margin: 10px 20px 10px 0px;
	
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

