@charset "utf-8";
/* CSS Document */

body {
	background-color: #b8b8b8;
	background-image: url(Bilder/bgr.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top:28px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link   { color: #FFFFFF;  font-size:15px; text-decoration: none }
a:visited  { color: #FFFFFF;  font-size:15px; text-decoration: none }
a:hover  {
	color: #FFFFFF;
	font-size:15px;
	line-height:15px;
	text-decoration: none;
	background-color: #79045C;
	height: 20px;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #79045C;
	border-right-color: #79045C;
	border-bottom-color: #79045C;
	border-left-color: #79045C;
}
a:active  {
	color: #FFFFFF;
	font-size:15px;
}
.menuleiste {
	color: #FFFFFF;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 1px;
}.rahmen {
	border: 1px solid #333333;
}
.zeilenabstand_plus {
	line-height: 20px;
}
