/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.text_hervor {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 20px;
 	font-weight: bold;
 	font-style: italic
}

.navi {
	text-align: left;
 	background-color: rgb(255,153,51);
 	border-left: 5px solid rgb(255,255,102);
 	padding-top: 5px;
 	border-top: 5px solid rgb(255,255,102);
 	border-bottom: 5px solid rgb(255,255,102)
}

.iframe {
	border: 1px solid rgb(0,0,0)
}

.inhalt {
	background-color: rgb(255,204,51);
 	border: 5px solid rgb(255,255,102);
 	padding: 10px 0px 20px 15px
}

.fussRechts {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	background-color: rgb(255,204,51);
 	padding-left: 20px;
 	padding-top: 10px;
 	border-right: 5px solid rgb(255,255,102);
 	padding-bottom: 10px;
 	border-bottom: 5px solid rgb(255,255,102)
}

.oeffnungszeiten {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(204,204,204);
 	padding-left: 2px;
 	padding-top: 2px;
 	padding-bottom: 2px
}

.fussLinks {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	background-color: rgb(255,204,51);
 	padding-left: 20px;
 	border-left: 5px solid rgb(255,255,102);
 	padding-top: 10px;
 	padding-bottom: 10px;
 	border-bottom: 5px solid rgb(255,255,102)
}

.content {
	padding-right: 15px
}
