/* -----------------------------------------------------------  */
/* -------------------- Rahmen-Layout-Styles -----------------  */
/* -----------------------------------------------------------  */

body {
	/* background-color: #76A1CF; */
	font-size: 11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	text-align: center; /* horizontale Zentrierung für IE */
	color: #000000;
	background: url(../images_layout/hg_seite.gif) repeat-y center;
}

div#seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten (Benötigt der IE)*/
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 600px;
	background-color: #ffffff;
}

div#header {
	height: 60px;
	width: 600px;
	padding: 0;
	margin: 0;
	/* background-color: Fuchsia; */
}

div#header img {
	position: relative;
	bottom: -24px;
	padding-left: 15px;
}

/*-------------------------------------------------------------------*/

div#master-navicontainer {
	width: 600px;
	height: 45px;
	background: #ffffff url(../images_layout/hg_navi.gif) no-repeat 159px 9px;
}

div#navicontainer {
	margin: 0px 0 0 170px; /* padding-bottom: 12px; */
	height: 28px;
	width: 300px;
	bottom: 0px;
	position: relative;
	bottom: -17px;
}

div#navicontainer ul {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	text-align: left;
}

div#navicontainer ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

div#navicontainer ul li a {
	/* background: #fff; */
	width: 100px;
	/*height: 10px;*/
	/* border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4; 
	border-right: none; */
	padding: 0;
	margin: 0 0 0px 0;
	color: #808080;
	font-weight:bold;
	display: block;
	text-align: left;
	/*font: normal 10px Verdana,Arial,Helvetica,sans-serif;*/
}

div#navicontainer ul li a:hover
{
	color: #0062AC;
	text-decoration: underline;
	font-weight:bold;
}

div#navicontainer a:active
{
	color: #0062AC;
	font-weight: bold;
}

div#navicontainer a:visited {
	color: #808080; 
	text-decoration: none;
}

div#navicontainer li#active a
{
	color: #808080;
	font-weight:bold;
}
.aktiv {
	color: #0062AC !important;
	font-weight: bold !important;
	text-decoration: underline !important; 
	
}

/*-------------------------------------------------------------------*/

div#headerbild {
	height: 131px;
	width: 600px;
	background: url(../images_layout/header/balken_kanzlei.gif);
}

div#inhalt {
	width: 600px;
	/* background-color: Purple; */
}
div#content {
	width: 320px;
	margin: 0 0 0 160px; /*Uhrzeigersinn oben, rechts, unten, links*/
	/* background-color: Aqua; */
}

/* -----------------------------------------------------------  */
/* -------------------- Content-Text-Styles -----------------  */
/* -----------------------------------------------------------  */

div#content h1 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
	color: #0062AC;
}
div#content h2 {
	padding: 0;
	margin: 0px 0 10px 0;
	font-size: 11px;
	color: #0062AC;
}
div#content p {
	padding: 0;
	margin: 0 0 10px 0;
	color: #808080;
}
.mitarbeiter  {
	padding: 0 !important;
	margin: 0 !important;
}
div#content ul {
	margin-bottom: 10px;
	margin-top: 0;
	color: #808080;
}
div#content a:active, div#content a:hover {
	color: #0062AC !important;
	font-weight: none !important;
} 
div#content a:visited, div#content a:link {
	color: #808080;
	font-weight: none;
	text-decoration: underline;
} 

div#content .achtung {
	color: #F00;
}
