body {
		background: #999896;
		padding: 0px;
		margin: 40px;
		background-image: url(bilder/hp_hintergrund.gif);
		background-repeat:repeat-x;
}

#linksOben {
		text-align: left;
		font-family: arial;
		font-size: 12px;
		padding-top: 10px;
		padding-left: 20px;
		color: #666666;
}

#linksOben A {
	color: #666666;
	text-decoration: none;
}

#linksOben A:hover {
	text-decoration: underline;
}

.aussenTab {
		border: 1px solid #bdbec0;
}

.logoTab {
		background-image: url(bilder/logo_policenwerk.gif);
		height: 188px;
}


#content {
		font-family: arial;
		font-size: 13px;
		line-height: 18px;
		color: #666666;
}


#content h1 {
		color: #064c8c;
		text-transform: uppercase;
		font-size: 16px;
}

#content h2 {
		color: #064c8c;
		text-transform: uppercase;
		font-size: 14px;
}

#content h3 {
		color: #064c8c;
		text-transform: uppercase;
		font-size: 13px;
}

#content h4 {
		text-transform: uppercase;
		font-size: 13px;
}

#content hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #d5d7d8;
	border-bottom: transparent;
}

a {
	color:#820017;
	text-decoration: none;
}

a:hover {
	color:#820017;
	text-decoration: underline;
}



#fuss {
		font-family: arial;
		font-size: 13px;
		line-height: 18px;
		color: #666666;
}

#fuss a {
	color:#666666;
	text-decoration: none;
}

#fuss  a:hover {
	color:#666666;
	text-decoration: underline;
}


#navigation {
		text-align: left;
		padding-top:20px;
}

.topLinkAktiv A {
		color: #ffffff;
		height: 31px;
        display: block;
        text-align: left;
        text-decoration: none;
        font-family : arial;
        font-size : 12px;
		font-weight: bold;
		padding-top: 12px;
		padding-left: 10px;
		background: url(bilder/top_nav_aktiv.gif) repeat-x;
}

.topLink A {
		color: #42413d;
		height: 31px;
        display: block;
        text-align: left;
        text-decoration: none;
        font-family : arial;
        font-size : 12px;
		font-weight: bold;
		padding-top: 12px;
		padding-left: 10px;
		background: url(bilder/top_nav_deaktiv.gif) repeat-x;
}

.topLink A:hover {
		background: url(bilder/top_nav_hover.gif) repeat-x;
		color: #ffffff;
}



.textFeld {
	border: 1px solid #000;
	padding: 2px;
	background: #f5f5f5;
}
.textBox {
	border: 1px solid #000;
	padding: 2px;
	background: #f5f5f5;
}
.selectFeld {
	border: 1px solid #000;
	padding: 2px;
	background: #f5f5f5;
}
.button {
	color: #ffffff;
	background: #004d8d;
	font-weight: bold;
}



.fehlerMeldung {
		color: #990000;
}





DIV#links {

}


DIV#links A {
		background: #dae0ee;
        font-family : arial;
        font-size : 12px;
		font-weight: bold;
        color: #42413d;
        display: block;
        padding-top: 5px;
        padding-left: 15px;
		padding-right: 15px;
        padding-bottom: 5px;
        text-align: left;
        text-decoration: none;
        border-bottom: 1px solid #e8e8e8;
}

DIV#links A:hover {
		background: #024489;
        color: #ffffff;
}

DIV#linksAktiv A {
		background: #2f2c71;
        font-family : arial;
        font-size : 12px;
		font-weight: bold;
        color: #ffffff;
        display: block;
        padding-top: 5px;
        padding-left: 15px;
		padding-right: 15px;
        padding-bottom: 5px;
        text-align: left;
        text-decoration: none;
        border-bottom: 1px solid #e8e8e8;
}

DIV#linksAktiv A:hover {
		background: #024489;
        color: #ffffff;
}

.contentTab {
		background: #ffffff;
		border-left: 1px solid #2f2c71;
		border-right: 1px solid #2f2c71;
		border-bottom: 1px solid #2f2c71;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
		text-align: left;
}







