h1 {
	font-size:90%;
	font-weight:bold;
	margin-bottom:10px;
}

h2 {
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;
}

#inhalt p, ul {
	margin-bottom:10px;
	color:#505050;
}

#inhalt td {
	color:#505050;
}




#inhalt li {
	margin-bottom:5px;
}	

#inhalt table td {
	padding:3px;

}




#inhalt a {
	color:#840B25;
	font-weight:bold;
	text-decoration:none;
}	


#fuss a {
	color:#840B25;
	font-weight:bold;
	text-decoration:none;
}	



span.hervorheben {
	font-weight:bold;
}	


#inhalt a:hover {
	text-decoration:underline;
	background-color:orange;
}	

#fuss a:hover {
	text-decoration:underline;
	background-color:orange;
}	


#preis_tabelle {
	border-collapse:collapse;
}

#preis_tabelle th {
	font-size:100%;
	font-weight:normal;
	color:#FFF;
	border:1px solid #FFF;	
	background-color:#840B25;
	padding:2px;
}	

#preis_tabelle td {
	border:1px solid #D0D0D0;
	padding:2px;
}	

#absenden {
	cursor:pointer;
	width:200px;

}


.feld_kurz {
	width:80px;
}


.feld_lang {
	width:250px;
}	

.feld_ganzlang {
	width:348px;
}	
	


input, select, textarea {
	border:1px solid #D0D0D0;	
}	

fieldset {
	border:1px solid #D0D0D0;
	margin-top:20px;	
	padding:5px;
}


.err_class {
  background-color:#FFFF00;
  border:1px solid #FF0000;
}


.link_galerie img {
  border:3px solid #FFF;
  margin-left:5px;
  margin-top:5px;

}

.link_galerie:hover img {
  border:3px solid orange;
  width:110px;
  height:75px;
  margin:0px;
}




#inhalt ul {
	margin-left:20px;
	list-style-type:square;
}

#links .link_galerie img {
  margin:0px;

}


#links .link_galerie:hover img {
	height:auto;
	width:auto;
}


.block_links {
	float:left;
	margin-right:10px;
}

.zelle_farbig {
	padding:5px;
	vertical-align:middle;
	text-align:center;

}