/* Formate - ACRON Schweiz - PIXXL WEBDESIGN www.pixxl-webdesign.de */


/* Universal ---------------------------------------------------------------------------------------------------- */
* {
	border: 0;
	z-index: 0;
}


/* Hauptelemente ------------------------------------------------------------------------------------------------ */
html {
	position: relative;
	height: 100%;
	overflow-y: scroll;
}
body {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #ECEEED url(../gfx/bg_main.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}
body.Blank {
	padding: 0;
	background: #FFFFFF;
}


/* Bereiche ----------------------------------------------------------------------------------------------------- */
/* Seitenstruktur ---------------------------------------- */
.ContainerMainBackground {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Höhe für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	/* overflow: hidden !important; FF Scroll-Leiste */
	background: url(../gfx/bg_containermainbackground.jpg) repeat-y center top;
}
.ContainerMain {
	position: relative;
	width: 100%;
	background: url(../gfx/bg_containermain.jpg) no-repeat center top;
}
.ContainerMainHome {
	position: relative;
	width: 100%;
	background: url(../gfx/bg_containermain_home.jpg) no-repeat center top;
}
.ContainerHead {
	position: relative;
	width: 100%;
	height: 76px;
}
.ContainerNavMain {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 136px;
}
.ContainerContent {
	position: relative;
	width: 800px;
	margin-left: 200px;
	margin-right: 200px;
}
.ContainerBottomHome {
	position: relative;
	width: auto;
	margin-left: 200px;
	margin-right: 200px;
	height: 135px;
	clear: both;
	text-align: center;
	background: #FFFFFF;
}
.ContainerBottom {
	position: relative;
	width: auto;
	margin-left: 200px;
	margin-right: 200px;
	height: 135px;
	border-top: 1px solid #E9E9E9;
	clear: both;
	text-align: center;
	background: #FFFFFF;
}
/* Innere Bereiche ---------------------------------------- */
.Head {
	position: absolute;
	top: -0px;
	left: 200px;
	width: 800;
}
.Suche {
	position: absolute;
	left: 1065px;
	top: 26px;
}
.Sprachwahl {
	position: absolute;
	left: 1010px;
	top: 24px;
	line-height: 13px;
}
.ButtonHome {
	position: absolute;
	left: 134px;
	top: 0px;
}
.MenuMain {
	position: absolute;
	top: 0px;
	left: 200px;
	z-index: 20;
}
.Siteswahl {
	position: absolute;
	left: 1013px;
	top: 15px;
}
.SpalteLinks {
	width: 160px;
	float: left;
	padding-top: 50px;
}
.Inhalt {
	width: 640px;
	padding: 0;
	float: right;
}
.InhaltHome {
	position: relative;
	width: 100%;
	height: 610px;
	padding: 0px;
}
.InhaltMitRand {
	position: relative;
	margin: 55px 76px 0 80px;
}
.ButtonBack {
	clear: both;
	font-size: 10px;
	margin-top: 50px;
}
.Foot {
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}
/* Boxes ---------- */
.ImgBox {
	width: 150px;
	height: 106px;	
	background: url(../gfx/bg_gallery_thumbs.jpg) no-repeat left top;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
}
.ImgBox img {
	margin: 13px 0 0 -7px;
}
.BoxStd {
	position: relative;
	width: 460px;
	padding: 10px 10px 0px 10px;
	background: url(../gfx/bg_box_standard_dotted.jpg) no-repeat center top;
}
.BoxStd img {
	vertical-align: bottom;
}
.BoxStdFoot {
	position: relative;
	width: 480px;
	height: 10px;
	padding: 0;
	background: url(../gfx/bg_box_standard_dotted.jpg) no-repeat center bottom;
	clear: both;
}
.BoxUebersichten {
	position: relative;
	width: 460px;
	padding: 10px 10px 0px 10px;
	margin: 10px 0 0 0;
	background: url(../gfx/bg_box_standard_dotted.jpg) no-repeat center top;
}
.BoxUebersichtenFoot {
	position: relative;
	width: 480px;
	height: 10px;
	padding: 0;
	background: url(../gfx/bg_box_standard_dotted.jpg) no-repeat center bottom;
	clear: both;
}


/* Links -------------------------------------------------------------------------------------------------------- */
a, a:link, a:active, a:focus, a:visited, a:hover {
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
	behavior: url(../css/userfocus.htc);
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #043882;
}
.ButtonHome a {
	text-decoration: none;
	display: block;
	width: 60px;
	padding: 6px 1px 6px 5px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2em;
	color: #FFFFFF;
	text-align: center;
	background: url(../gfx/bg_navlevel1_left.gif) no-repeat left bottom;
	filter: alpha(opacity=88); -moz-opacity: .88; opacity: .88;
}
.ButtonHome a:hover {
	color: #FFFFFF;
	filter: alpha(opacity=99); -moz-opacity: 0.99; opacity: 0.99;
}
.Sprachwahl a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}
.Sprachwahl a.SprachwahlActive {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.Sprachwahl a:hover {
	text-decoration: underline;
	color: #000000;
}
.Siteswahl a {
	text-decoration: none;
	color: #777777;
	font-weight: normal;
	font-size: 10px;
}
.Siteswahl a:hover {
	text-decoration: none;
	color: #111111;
}
.Siteswahl a img {
	filter: alpha(opacity=50); -moz-opacity: .50; opacity: .50;
}
.Siteswahl a:hover img {
	filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
}
.BottomBlock a {
	text-decoration: none;
	color: #606060;
}
.BottomBlock a:hover {
	text-decoration: none;
	color: #606060;
}
.BottomText a {
	text-decoration: none;
	color: #888888;
}
.BottomText a:hover {
	text-decoration: none;
	color: #444444;
}
.Pfeilnavigation a {
	text-decoration: none;
	color: #0A3C82;
	filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
}
.Pfeilnavigation a:hover {
	text-decoration: none;
	color: #0A3C82;
	filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85;
}
.Pfeilnavigation a img {
}
.Pfeilnavigation a:hover img {
}
.FootText a, .ButtonBack a  {
	text-decoration: none;
	color: #888888;
}
.FootText a:hover, .ButtonBack a:hover  {
	text-decoration: none;
	color: #0A3C82;
}
.ImgBox a img {
	filter: alpha(opacity=80); -moz-opacity: .80; opacity: .80;
}
.ImgBox 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: 1px 0 0 21px;
}
a.IconPDF2 {
	background: url(../gfx/icon_pdf.gif) no-repeat left center;
	padding: 1px 0 0 21px;
	margin-left: 19px;
}
#Slideshow a {
	text-decoration: none;
	color: #888888;
}
#Slideshow a:hover {
	text-decoration: none;
	color: #888888;
}
a.LinkNews {
	display: block;
	background: url(../gfx/link_news.gif) no-repeat left 4px;
	padding: 0 0 0 12px;
	color: #505050;
}
a.LinkNews:hover {
	color: #043882;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	color: #0F4481;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
	color: #0F4481;
}
h6 a {
	text-decoration: none;
	color: #444444;
}
h6 a:hover {
	text-decoration: none;
	color: #444444;
}
h5 a img {
	filter: alpha(opacity=50); -moz-opacity: .50; opacity: .50;
}
h5 a:hover img {
	filter: alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
}
a span.Alternativ {
	color: #404040;
}
a:hover span.Alternativ {
	color: #404040;
}
.TableRasterKlein a {
	text-decoration: none;
	color: #404040;
	font-weight: bold;
}
.TableRasterKlein a:hover {
	text-decoration: underline;
	color: #043882;
}


/* Inhalts-Tags ------------------------------------------------------------------------------------------------- */
h1 {
	font-size: 1.45em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
	margin: 0 0 1.2em 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
	margin: 2.6em 0 1em 0;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
	margin: 0 0 1em 0;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
	margin: 2.8em 0 1em 0;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
	color: #444444;
	margin: 0 0 1em 0;
}
h1.Hervorgehoben, h2.Hervorgehoben, h3.Hervorgehoben, h4.Hervorgehoben, h5.Hervorgehoben, h6.Hervorgehoben {
	padding: 0 0 1px 0;
	/*background: url(../gfx/bg_verlaufy16px_1.jpg) repeat-x left bottom;*/
	border-bottom: 2px dotted #E4E4E4;
}
h1.Alternativ, h4.Alternativ, h5.Alternativ, h6.Alternativ {
	color: #404040;
}
h2.Alternativ, h3.Alternativ {
	color: #404040;
	font-size: 1em;
}
h2 img, h3 img, h4 img , h5 img  {
	vertical-align: bottom;
}
h4 img , h5 img  {
	vertical-align: bottom;
	margin: 0 5px 1px 0;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 18px 0;
}
ul li {
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 4px -4px;
}
ul ul {
	margin-top: 0.5em;
}
ul ul li {
	margin: 0 0 4px -26px;
}
.Siteswahl p {
	color: #333333;
	font-size: 10px;
	line-height: 1em;
	text-align: left;
	padding: 0;
	margin: 0 0 12px 0;
}
.Pfeilnavigation {
	margin: 40px 0px 0px 0px;
	padding: 6px 0px 2px 0px;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}
.Pfeilnavigation img {
	margin: 0 0 1px 0;
}
.ButtonBack img {
	margin: 0 0 3px 0;
}
.FootText {
	margin-bottom: 30px;
	padding-top: 4px;
	color: #AAAACC;
	font-size: 10px;
}
.FootText img {
	margin: 0 0 3px 0;
}
.BottomBlock {
	color: #606060;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.BottomText {
	margin-bottom: 30px;
	padding-top: 4px;
	color: #888888;
	font-size: 10px;
}
.Fussnote {
	margin-top: 12px;
	color: #888888;
	font-size: 0.9em;
}
.Fussnote2 {
	margin-top: 12px;
	margin-left: 22px;
	color: #888888;
	font-size: 0.9em;
}


/* Tabellen ----------------------------------------------------------------------------------------------------- */
.TableInhaltStd {
	line-height: 1.4em;
}
.TableInhaltBox {
	width: 480px;
	background: url(../gfx/bg_tableinhaltbox.jpg) no-repeat center top;
	/*border-collapse: collapse;*/
}
.TableInhaltBox th {
	padding: 10px 5px 0 8px;
	text-align: left;
	vertical-align: bottom;
	font-size: 1em;
	font-weight: bold;
	color: #0F4481;
}
.TableInhaltBox td {
	padding: 14px 10px 0 8px;
	vertical-align: top;
	line-height: 1.4em;
}
.TableInhaltBox .tdLeft {
	width: 180px;
	padding-right: 0;
}
.TableInhaltBox .tdRight {
}
.TableInhaltBox .tableHead {
	font-size: 1px;
	height: 2px;
	padding: 0;
}
.TableInhaltBox .tableFoot {
	font-size: 1px;
	height: 22px;
	padding: 0;
	background: url(../gfx/bg_tableinhaltbox.jpg) no-repeat center bottom;
}
h3.TableHL {
	font-size: 1em;
	margin: 30px 0 12px 0;
}
.TableUebersichten img {
	vertical-align: bottom;
}
.TableUebersichtenImg img {
	padding: 1px;
	border: solid 1px #E4E4E4;
	margin: 0;
}
.TableUebersichtenTxt {
}
.TableUebersichten h4 {
	margin: 0;
}
.TableRaster td {
	padding: 0 0 8px 0;
	vertical-align: top;
	line-height: 1.4em;
}
.TableRasterKlein th {
	padding: 0 0 8px 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #0F4481;
}
.TableRasterKlein td {
	padding: 0 0 8px 0;
	font-size: 0.9em;
	vertical-align: top;
	line-height: 1.4em;
}


/* Diverse Formatierungen --------------------------------------------------------------------------------------- */
sup {
	font-size: 0.7em;
	vertical-align: text-top;
}
.Tab1 {
	width: 52px;
	display: block;
	float: left;
}
.Tab2 {
	width: 52px;
	display: block;
	float: left;
}
.Dot {
	color: #07449A;
}
.ImgBorder1 {
	padding: 1px;
	border: solid 1px #E4E4E4;
}
.FlaggenKlein {
	margin: 2px 6px 22px 0;
	float: left;
}


/* Formulare ---------------------------------------------------------------------------------------------------- */
.Suche div {
	background: url(../gfx/bg_suchfeld.gif) no-repeat;
	width: 150px;
	height: 30px;
}
.Suche div input {
	border: none;
}
.Suchfeld {
	background: #FFFFFF;
	width: 88px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4A4A4A;
	margin: 5px 0 0 5px;
}
.ButtonSuche {
	vertical-align: top;
	margin: 4px 0 0 0;
}


/* Dummy -------------------------------------------------------------------------------------------------------- */
.dummy {  }
