/************************Allgemeine Angaben*************************/
body {
	margin: 0px;
	color: black;
	background-color: #7286C1;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D4F59;
}

a:link, a:visited  {
	color: #445894;
	font-weight: bold;
	text-decoration: none;
}


a:hover, a:active {
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}

a.textlink	{ font-weight: normal; color: #3D4F59; }

br	{ margin: 5px; }


/************************Seitenlayout*******************************/
/*In der Mitte zentrieren*/
#container{
	margin: 0px auto;
	width: 800px;
	padding:5px;
	text-align:left;
	border: 5px solid #ffffff;
	background-color: #7286C1;
}
/*Kopf*/
#kopf{
	margin:0px auto;
	width:800px;
	height:120px;
	text-align: left;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
	float:left;
}
#titel{
	margin:0px auto;
	padding-left:20px;
	padding-top:93px;
	background-color: #ffffff;
	float:left;
}
#logos{
	margin:0px auto;
	padding-right:20px;
	text-align: right;
	background-color: #ffffff;
	float:right;
}

#content{
	border-top: 1px solid #000000;
	margin:0px auto;
	width:800px;
	background-image: url(../images/css/background_inhalt.gif);
	min-height: 600px;
}

/*Inhaltscontainer*/
#inhalt{
	margin:0 auto;
	width:560px;
	text-align:left;
	background-color: #EEF0BA;
	border-left: 1px solid #ffffff;
	float:left;
	line-height: 1.5em;
}
/*linke Spalte*/
#links{
	margin:0 auto;
	width:239px;
	color: #FFFFFF;
	text-align:left;
	float:left;
}

/************************Navigation Links***************************/
#nav {
 color: #ffffff;
}
#nav ul{
	margin:0px auto;
	padding: 0px;
	list-style: none;
}

#nav li a{
	font-weight: bold;
	text-decoration: none;
}
#nav li {
	clear:both;
}
.nav_off a:link, .nav_off a:visited{
	margin:0px auto;
    padding-top: 7px;
	padding-left: 35px;
	padding-bottom: 0px;
	width:204px;
	height: 24px;
	float:left;
	/* IE 5 Hack */
	\padding-bottom: 11px;
	padd\ing-bottom: 0px;
	\width:239px;
	w\idth:204px;

	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	background-image: url(../images/css/bg_nav_off.jpg);
	color: #ffffff;
}

.nav_off a:hover, .nav_off a:active{
	margin:0px auto;
    padding-top: 7px;
	padding-left: 35px;
	width:204px;
	height: 24px;
	padding-bottom: 0px;
	height: 24px;
	float:left;
	/* IE 5 Hack */
	\padding-bottom: 11px;
	padd\ing-bottom: 0px;
	\width:239px;
	w\idth:204px;

	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	background-image: url(../images/css/bg_nav_on.jpg);
	color: #3D4F59;
}

.nav_on{
	margin:0px auto;
	margin-bottom:0px;
    padding-top: 7px;
	padding-left: 35px;
	padding-bottom: 0px;
	width:204px;
	height: 24px;
	float:left;
	/* IE 5 Hack */
	\padding-bottom: 11px;
	padd\ing-bottom: 0px;
	\width:239px;
	w\idth:204px;

	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	background-image: url(../images/css/bg_nav_on.jpg);
	color: #3D4F59;
	cursor:hand;
}

/************************Stilvorlagen für den Text, Inhalt**********/
/*Abstand von den Rändern*/
#inhalt div {
	/*display:block;*/
	margin: 0px;
	padding: 20px;
}

#inhalt p {
	/*display:block;*/
	margin: 0px;
	padding: 20px;
}


/*Tabelle*/
#inhalt table{
	margin: 0px;
	padding: 0 0 0 20px;
	border:0px;
	border-spacing:0px;
}

#inhalt th {
	margin: 0px;
	font-weight: bold;
	color: #59908C;
	font-size: 12px;
	text-align:left;
	border-bottom: 1px solid #000000;
}

#inhalt td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #3D4F59;
	font-size: 11px;
}


/*headlines*/
#inhalt h2{
	padding: 10px 0 0 20px;
	margin-top:0px;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
}

#inhalt h3{
	padding: 10px 0 0 20px;
	margin-top:0px;
	font-weight: bold;
	color: #445894;
	font-size: 14px;
}

#inhalt h4{
	padding: 10px 0 0 20px;
	margin-top:0px;
	font-weight: bold;
	color: #59908C;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}


/*schwarze Linie*/
#inhalt hr  {
	height: 1px;
	color: #000000;
	background-color: #000000;
	border: none;
}

#inhalt ul{
	margin: 0px auto;
	padding: 5px 0 5px 35px;
	list-style-type: square;
}

