/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.navi {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	text-transform: uppercase;
 	color: rgb(235,233,233);
 	text-decoration: none 
}

.rot {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 13px;
 	color: rgb(128,0,0)
}

.script {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 13px;
 	color: rgb(58,85,29)
}

.fett_rot {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	text-transform: uppercase;
 	color: rgb(128,0,0);
 	font-weight: bold
}

.abstand {
	text-decoration: none ;
 	clear: both;
 	margin: 0px 0px 0px 10px
}

.rahmen {
	border: 1px solid rgb(192,192,192);
 	padding: 5px
}

.navi:hover {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	text-transform: uppercase;
 	color: rgb(192,192,192)
}