body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5353C6;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #5353C6;
	font-weight: normal;
	margin-bottom: 0px;
}

p {
	margin-top: 4px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a hover {
	color: #333333;
	text-decoration: underline;
}

a visited  {
	color: #333333;
	text-decoration: underline;
}

a active {
	color: #333333;
	text-decoration: underline;
}

.rahmen {
	border: 1px solid #e8b900;
}
.info-tabelle {
	background-color: #e8b900;
}
.info-tabelle td {
	background-color: #fbf2d0;
}

.bild-rand-dunkel {
	border: 1px solid #333333;
}

.lightboxlink {

}

/*------Achtung - die folgenden 2 id sind auch in styles.css definiert!!------*/
#inhalt { 
 width: 680px;
 float: left;
 margin: 0;
 padding: 5px 20px 5px 2px; 
}
#inhalt2 { 
 width: 680px;
 float: right;
 margin: 0;
 margin-right: 10px; 
 padding: 5px 20px 5px 2px; 
}
/*----------Ende Achtung-----------------*/