/* CSS Document */
/*###### CSS f?r die Inhalte der Seiten ######*/

body,html {
	background-image: url(../bilder/body.gif);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height:85%;
	margin-left: 0px;
	margin-top: 0px;
}
/* In dem Ueberschriftenfeld ist Farbe und Groe?e der Schrift schon vorgeschrieben, also einfach nur eingeben, ohne Stilzuweisung, bzw. nur ".ueberschriftfeld". Wenn du etwas anderes zuweist gehen auch die Div Container Vorgaben verloren!!*/
.ueberschriftfeld {
	margin-left:34px;
	margin-top:32px;
	width:585px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #070D63;
	border-bottom:thin;
	border-bottom-color:#2639F8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
/* Hier kannst du den Schriften einen eigenen Stil zuweisen, wenn du einen brauchst, der Standartstil ist im body vorgegeben.*/
.grosserinhalt {
	margin-left:34px;
	margin-top:0px;
	width:550px;
	height:100%;
	background-image: url(../bilder/maenners.gif);
	background-attachment:fixed;
	overflow: auto;
	padding-right:35px;
}
/*###### Style fuer Hyperlinks. ######*/
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-style:oblique;
}
a:active {
	text-decoration: none;
	color: #FF6600;
	font-style:oblique;
}
a {
	font-weight: bold;
}
