/* Formate - ACRON USA - PIXXL WEBDESIGN www.pixxl-webdesign.de */


/* Universal ---------------------------------------------------------------------------------------------------- */



/* Hauptelemente ------------------------------------------------------------------------------------------------ */
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #EFEFEF url(../gfx/bg_main.jpg) repeat-x center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #444444;
}


/* Bereiche ----------------------------------------------------------------------------------------------------- */
/* Positionierungstabelle ---------------------------------------- */
.Positionierungstabelle {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../gfx/bg_postabelle.jpg) repeat-y;
}
.PositionierungstabelleTR {
	position: relative;
	top: 0px;
	left: 0px;
}
.PositionierungstabelleTDLinks {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../gfx/bg_postabelle_left.jpg) no-repeat right top;
}
.PositionierungstabelleTDMitte {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../gfx/bg_postabelle_mitte.jpg) no-repeat left top;
}
.PositionierungstabelleTDMitteHome {
	position: relative;
	top: 0px;
	left: 0px;
}
.PositionierungstabelleTDRechts {
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../gfx/bg_postabelle_right.jpg) no-repeat left top;
}
/* Haupt-Container ---------------------------------------- */
.ContainerHead {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 84px;
	z-index: 50;
}
.ContainerNavMain {
	position: relative;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 133px;
	z-index: 50;
	border-bottom: solid 3px #023A7E;
}
.ContainerMenuMain {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 50;
}
.ContainerContent {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}
/* Innere Bereiche ---------------------------------------- */
.Sprachwahl {
	position: relative;
	left: 10px;
	top: 40px;
	line-height: 15px;
	width: auto;
	height: 44px;
}
.Siteswahl {
	position: relative;
	left: 10px;
	top: 60px;
	width: auto;
	color: #043882;
	font-size: 10px;
}
.Inhalt {
	position: relative;
	top: 0px;
	left: 0px;
	width: 484px;
	float: right;
	padding: 50px 86px 20px 70px;
}
.InhaltHome {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	padding: 50px 50px 20px 50px;
}
.SpalteLinks {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	float: left;
}
.ContainerNavLevel2 {
	margin-top: 10px;
}
.Foot {
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}
.FootBlock {
	color: #2B548E;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 2px;
	border-top: solid 1px #D8DADB;
}
.FootBlock td {
	padding: 5px 5px 3px 5px;
}
.FootText {
	margin-bottom: 20px;
	padding-top: 4px;
	color: #AAAACC;
	font-size: 0.8em;
}
.Pfeilnavigation {
	margin-top: 50px;
}
.RegisterGrau160 {
	width: 154px;
	padding: 3px;
	background: #D8DADB url(../gfx/register_grau_160.gif) no-repeat center top;
	font-size: 10px;
	font-weight: bold;
	color: #013B79;
	text-align: center;
}
.RegisterBlau160 {
	width: 154px;
	padding: 3px;
	background: #013B79 url(../gfx/register_blau_160.gif) no-repeat center top;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.BoxBlau160 {
	width: 154px;
	padding: 3px;
	background: #013B79;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


/* Links -------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #043882;
}
a:focus { 
	outline: none;
}
.ButtonHome a {
	position: relative;
	top: 84px;
	left: 16px;
	display: block;
	text-decoration: none;
	background: #12335B;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 48px;
	padding: 3px 1px 4px 15px;
	filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
}
.ButtonHome a:hover {
	text-decoration: none;
	color: #FFFFFF;
	filter: alpha(opacity=97); -moz-opacity: 0.97; opacity: 0.97;
}
.Sprachwahl a {
	text-decoration: none;
	color: #5C7BA7;
	font-weight: normal;
	font-size: 10px;
}
.Sprachwahl a.SprachwahlActive {
	text-decoration: none;
	color: #043882;
	font-weight: normal;
	font-size: 10px;
}
.Sprachwahl a:hover {
	text-decoration: underline;
	color: #043882;
}
.Siteswahl a {
	text-decoration: none;
	color: #5C7BA7;
	font-weight: normal;
	font-size: 10px;
}
.Siteswahl a:hover {
	text-decoration: none;
	color: #043882;
}
.Siteswahl a img {
	filter: alpha(opacity=70); -moz-opacity: .70; opacity: .70;
}
.Siteswahl a:hover img {
	filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
}
.FootBlock a {
	text-decoration: none;
	color: #2B548E;
}
.FootBlock a:hover {
	text-decoration: none;
	color: #2B548E;
}
.FootText a, .Pfeilnavigation a, .ButtonBack a {
	text-decoration: none;
	color: #AAAACC;
}
.FootText a:hover, .Pfeilnavigation a:hover, .ButtonBack a:hover {
	text-decoration: none;
	color: #043882;
}
.FootText a img, .Pfeilnavigation a img, .ButtonBack a img {
	filter: alpha(opacity=80); -moz-opacity: .80; opacity: .70;
}
.FootText a:hover img, .Pfeilnavigation a:hover img, .ButtonBack a:hover img {
	filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
}
a.IconPDF {
	background: url(../gfx/icon_pdf.gif) no-repeat left center;
	padding-left: 20px;
	padding-top: 1px;
}


/* Inhalts-Tags ------------------------------------------------------------------------------------------------- */
h1 {
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	color: #2D3B77;
	text-transform: uppercase;
	margin-top: 0.1em;
	margin-bottom: 1.5em;
}
h2 {
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	color: #2D3B77;
	margin-top: 0.1em;
	margin-bottom: 1.2em;
}
h3 {
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	color: #2D3B77;
	margin-top: 2.6em;
	margin-bottom: 1.2em;
}
h4 {
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
	color: #2D3B77;
	margin-top: 0.1em;
	margin-bottom: 1.2em;
}
h5 {
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
	color: #2D3B77;
	margin-top: 2.8em;
	margin-bottom: 1.2em;
}
h6 {
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
	color: #444444;
	margin-top: 0.1em;
	margin-bottom: 1.2em;
}
p, ul {
	line-height: 1.4em;
	margin-top: 0.1em;
	margin-bottom: 1.2em;
}
li {
	margin-bottom: 0.5em;
}
.Klein1 {
	line-height: 1.3em;
	font-size: 0.9em;
	margin-top: 0.1em;
	margin-bottom: 1.4em;
}
.Klein2 {
	line-height: 1.3em;
	font-size: 0.9em;
	margin-top: 0.1em;
	margin-bottom: 1.4em;
	color: #2D3B77;
	font-weight: bold;
}
.PersonName {
	border-top: dotted 1px #D8DADB;
}
.Siteswahl p {
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 12px;
}
.TableInhaltBlock th {
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
	color: #2D3B77;
	padding: 0px 0px 1.4em 0px;
	text-align: left;
}
.TableInhaltBlock td {
	background: #F5F5F7;
}
.TablePerson {
	color: #2D3B77;
}
.TableObjektBilder img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.TableObjektBilder .ObjektThumbs {
	background: #FFFFFF;
}
.TableObjektBilder .ObjektThumbs img {
	margin: 5px 2px 0px 2px;
}
.TableUebersichten {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #214E8C;
}
.TableUebersichten h4 {
	line-height: 1.1em;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}
.TableUebersichtenImg img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.TableInhaltBox {
	margin-top: 18px;
	border: solid 1px #E5E5E5;
}
.TableInhaltBox th {
	background: #EAEAEC; /*#F2F2F5*/
	color: #595961;
	font-weight: bold;
	font-size: 0.95em;
	padding: 5px 5px 4px;
	text-align: left;
	border-bottom: solid 1px #E5E5E5;
}
.TableInhaltBox td {
	font-size: 1em;
	background: #F6F7FB;
	padding: 5px;
	font-size: 0.95em;
}
.TableInhaltBox2 th {
	background: #F2F2F5;
	font-weight: bold;
	font-size: 0.95em;
	padding: 5px 5px 4px;
	text-align: left;
	border-bottom: solid 1px #E5E5E5;
}
.TableInhaltBox2 td {
	font-size: 1em;
	background: #F6F7FB;
	padding: 5px;
	font-size: 0.95em;
}
.TableInhaltBox2 b {
	color: #606062;
}


/* Navigation --------------------------------------------------------------------------------------------------- */
/* Nav Level 1 ---------------------------------------- */
ul.NavLevel1 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.2em;
}
ul.NavLevel1 li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.NavLevel1 a.NavLevel1Standard {
	float: left;
	width: 266px;
	margin: 0;
	padding: 3px 0px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #12335B;
	filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
}
ul.NavLevel1 a.NavLevel1Standard:hover {
	color: #FFFFFF;
	filter: alpha(opacity=97); -moz-opacity: 0.97; opacity: 0.97;
}
ul.NavLevel1 a.NavLevel1Active {
	float: left;
	width: 266px;
	margin: 0;
	padding: 3px 0px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background: #6B93CA;
	filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85;
}
ul.NavLevel1 div {
	clear: left;
}
/* Nav Level 2 ---------------------------------------- */
ul.NavLevel2 {
	position: relative;
	top: 0px;
	left: 3px;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
}
ul.NavLevel2 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.NavLevel2 a.NavLevel2Standard {
	display: block;
	width: 152px;
	padding: 8px 5px 1px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
ul.NavLevel2 a.NavLevel2Standard:hover {
	width: 152px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
ul.NavLevel2 a.NavLevel2Active {
	display: block;
	width: 152px;
	padding: 8px 5px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
/* Nav Level 3 ---------------------------------------- */
ul.NavLevel3 {
	position: relative;
	top: 0px;
	left: 5px;
	margin: 0px 0px 6px 0px;
	padding: 0;
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
}
ul.NavLevel3 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.NavLevel3 a.NavLevel3Standard {
	display: block;
	width: 134px;
	padding: 4px 5px 1px 0px;
	margin-left: 16px;
	margin-top: 1px;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
ul.NavLevel3 a.NavLevel3Standard:hover {
	width: 134px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
ul.NavLevel3 a.NavLevel3Active {
	display: block;
	width: 134px;
	padding: 4px 5px 1px 0px;
	margin-left: 16px;
	margin-top: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Nav Level 4 ---------------------------------------- */
ul.NavLevel4 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 6px 0px;
	padding: 0;
	line-height: 1.6em;
	font-size: 9px;
	text-align: right;
}
ul.NavLevel4 li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.NavLevel4 a.NavLevel4Standard {
	display: block;
	width: 150px;
	padding: 3px 5px 1px 0px;
	margin-top: 1px;
	text-decoration: none;
	font-weight: normal;
	color: #CCCCCC;
}
ul.NavLevel4 a.NavLevel4Standard:hover {
	color: #FFFFFF;
}
ul.NavLevel4 a.NavLevel4Active {
	display: block;
	width: 150px;
	padding: 3px 5px 1px 0px;
	margin-top: 1px;
	text-decoration: bold;
	font-weight: normal;
	color: #CCCCCC;
}


/* Diverse Formatierungen --------------------------------------------------------------------------------------- */
.SpalteBilder img {
	border: 1px solid #D8DADB;
}
sup {
	font-size: 0.7em;
}


/* Formulare ---------------------------------------------------------------------------------------------------- */
input, textarea, select {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444444;
}
input {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}
textarea, select {
	border: 1px solid #999999;
}
.Submit {
	border: 1px solid #999999;
}


/* Dummy -------------------------------------------------------------------------------------------------------- */
.dummy {  }