/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.tabrechts {
	text-align: right;
 	margin: 0px 0px 0px 20px
}

.linktext {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(0,0,0);
 	text-decoration: underline
}

.rot {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(125,54,43);
 	text-decoration: none 
}

.link {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(229,220,192);
 	font-weight: bold;
 	text-decoration: none ;
 	text-align: center
}

.klein {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10px;
 	text-decoration: none 
}

.rahmen {
	border: 1px solid rgb(0,0,0);
 	padding: 4px
}

.abstand {
	padding-right: 8px
}

.ueberschrift {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 13px;
 	text-transform: uppercase;
 	color: rgb(153,0,51);
 	font-weight: bold;
 	text-decoration: none 
}

.link:hover {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10px;
 	text-transform: uppercase;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none 
}

.linktext:hover {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 12px;
 	color: rgb(125,54,43);
 	text-decoration: none 
}