body {
  text-align: center; /* Zentrierung IE */

  margin: 0;
  padding: 0;
    
  font-family: Garamond, Times, "Times New Roman", serif;
  font-size: 1.1em;
  color: #404040;
  
  background-color: #731313;
  background-image:url(../img/body_bg2.gif);
  background-repeat:repeat-x;
 
}

body h1 {
  margin: 10px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.4em;
  color: #404040;  
}

body h2 {
  margin: 10px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.2em;
  color: #404040;  
}

body h3 {
  margin: 5px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.1em;
  color: #404040;  
}

body p {
	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;
}

img {
	border: none;
}

.img_left {
	float: left;
	margin: 5px 20px 0 0;
}

.img_right {
	float: right;
	margin: 5px 0 0 20px;
}

.center {
	text-align: center;
}

.klein {
	font-size: 0.8em;
}

.grau {
	font-size: 0.9em;
	color: #777;
	font-weight: bold;
}

.grau_klein {
	font-size: 0.8em;
	color: #777;
}

.absatz {
	border-bottom: 2px solid #990000;
	margin-bottom: 10px;

}

.form {
	margin-top: 15px;
}

.form2 {
	margin-top: 5px;
}

#kopf {
	position: relative;
	text-align: left;
	
	top: 10px;
	height: 250px; 
	width: 800px;
	
	margin: 0 auto;
	
	border-top: 2px groove #FFF; 
	border-right: 2px groove #666; 
	border-left: 2px groove #FFF; 
	
	background-color:#F7D68C;
	background-image: url(../img/kopf4.jpg);
	background-repeat: no-repeat; 
}

#seite {
	position: relative;
	text-align: left;
	
	top: 10px;
	height: auto; 
	width: 590px;
	
	margin: 0 auto;
	
	padding: 20px 20px 20px 190px;
	
	border-right: 2px groove #666; 
	border-left: 2px groove #FFF; 
	
	background-color: #F7D68C;
	
	z-index:1;
}

#linke_spalte {
	position: absolute; 
	text-align: left;
	
	top: 10px;
	left: 0px;
	height: auto;
	width: 150px;
	
	padding: 10px 10px 10px 10px;
	
	z-index:2;
	
}

.menue {
	width: 150px;
}

#fuss {
	position: relative;
	text-align: left;
	
	top: 0px;
	height: 180px; 
	width: 760px;
	
	margin: 0 auto;
	
	padding: 0 20px 0 20px;
	
	border-right: 2px groove #666; 
	border-bottom: 2px groove #666; 
	border-left: 2px groove #FFF; 
	
	background-color: #F7D68C;
	
	z-index:1;
}

.fuss1 {
	position: absolute;
	text-align: center;
	
	top: 30px;
	height: 130px; 
	width: 220px;
	
	z-index:2;
}

.fuss2 {
	position: absolute;
	text-align: center;
	
	top: 30px;
	left: 280px;
	height: 130px; 
	width: 220px;
	
	z-index:2;
}

.fuss3 {
	position: absolute;
	text-align: center;
	
	top: 30px;
	left: 540px;
	height: 130px; 
	width: 220px;
	
	z-index:2;
}

.siebenmeilenabsatz {
	height: 200px;
}


/****************************************alte styles*****************************************/

.boldRed { font-weight: bold; color: #cc2020}

.tb_navi {
	font-weight: bold;
	font-family: Garamond;
	font-size: 16px;
	color: #666666;
}
.tb_headline1 {
	font-weight: bold;
	font-family: Garamond;
	font-size: 24px;
	color: #000000;
}
.tb_headline2 {
	font-weight: bold;
	font-family: Garamond;
	font-size: 22px;
	color: #000000;
}
.tb_text {
	font-weight: normal;
	font-family: Garamond;
	font-size: 20px;
	color: #000000;
}

.tb_text_fett {
	font-weight: bold;
	font-family: Garamond;
	font-size: 20px;
	color: #000000;
}
.tb_text_small {
	font-weight: normal;
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
}
.tb_text_small_bold {
	font-weight: bold;
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
}
.tb_text_new {
	font-weight: bold;
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
}
.tb_text_new_normal {
	font-weight: normal;
	font-family: Garamond;
	font-size: 16px;
	color: #000000;
}
