a:link {
	color: #C35D03;
	text-decoration: none;
}
a:visited {
	color: #C35D03;
	text-decoration: none;
}
a:hover {
	color: #C35D03;
	text-decoration: underline;
}
a:active {
	color: #C35D03;
	text-decoration: none;
}

body {
  text-align: center; /* Zentrierung IE */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  
  background-color: #958F77;
  background-image: url(../img/bg2.jpg);
  background-repeat: repeat-x;
}

body p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

body h1, h2, h3 {
	margin: 0px;
	padding: 0 0 10px 0;
	color: #404040;
	font-weight: normal;
}

body h1 {
	font-size: 1.2em;
	letter-spacing: 2px;
}

body h2 {
	font-size: 1.2em;
	letter-spacing: 2px;
}

body h3 {
	font-size: 1.1em;
	color: #666;
	letter-spacing: 2px;
}

.p1 {
	text-align: center;
}

	
/*#container {
  	position: relative;
	top: 30px;	
	width: 800px;
  	height: 400px;
  	text-align:left;  
  	margin: 0 auto;
	
	background-image: url(../img/bg_cont.jpg);
	
	z-index: 1;
}*/

#container1 {
  	position: relative;
	top: 30px;	
	width: 800px;
  	height: 352px;
  	text-align:left;  
  	margin: 0 auto;
	
	background-image: url(../img/bg_cont_kopf.jpg);
	
	z-index: 1;
}

#container2 {
  	position: relative;
	top: 30px;	
	width: 510px;
  	height: auto;
  	text-align:left;  
  	margin: 0 auto;
	
	padding: 0 240px 0 50px;
	
	background-image: url(../img/bg_cont_inhalt.jpg);
	
	z-index: 1;
}

#container3 {
  	position: relative;
	top: 30px;	
	width: 800px;
  	height: 38px;
  	text-align:left;  
  	margin: 0 auto;
	
	background-image: url(../img/bg_cont_fuss.jpg);
	
	z-index: 1;
}





#header {
	text-align: left;
  	position: absolute;
	top: 15px;
	left: 30px;
  	width:  749px;
	height: 43px;
	
  	z-index: 5;
}

#menue {
	text-align: left;
  	position: absolute;
	top: 64px;
	left: 1px;
	width:  787px;
	height: 30px;
	
  	z-index: 6;
}

#bild {
	text-align: left;
	position: absolute;
	top: 94px;
	left: 1px;
	width:  757px;
	height: 180px;
	padding: 20px 0 0 30px;
	z-index: 7;
}

#anschrift {
	text-align: right;
	position: absolute;
	top: 10px;
	left: 580px;
	width:  175px;
	height: 150px;
	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #404040;
  	
	z-index: 8;
}

#links {
	text-align: center;
	position: absolute;
	top: 0px;
	left: 600px;
	width:  150px;
	height: 260px;
	z-index: 8;
}


.text {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #404040;
}

.text_fett {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #404040;
}

.text_klein {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
}

.text_gold {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9C481;
}

.text_gold_klein {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9C481;
}

.siebenmeilenabsatz {
	height: 200px;
}

