﻿@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F1EFE4;
	margin-left: 0px;
	margin-right: 0px;
}

body,td,th {
	font-weight: bold;
}

.but2_e {
	background-image:url("../images/MenuItem.png");
	font-family: Arial;
	font-size: 9pt;
	font-style:normal;
	font-weight:bold;
	line-height: 24px;
	width:140px;
	text-align: center;
	cursor:pointer;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:10px;
	color:#fff;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#art-page-background-glare
{
	position: absolute;
	width: 100%;
	height: 568px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image
{
	background-image: url('images/Page-BgGlare-bear.png');
	background-repeat: no-repeat;
	height: 641px;
	width: 910px;
	margin: 0 auto;
}

html:first-child #art-page-background-glare
{
	border: 1px solid transparent; /* Opera fix */
}




#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 910px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 910px;
	min-width:1px;
	min-height:1px;
}

.art-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
	height: 34px;
}





#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width:910px;
}

/* end Box, Sheet */

/* begin Header */
.art-Headerbox
{
height: 104px;
}
.art-Headerbox-td
{
	padding:5px 0 0 162px;
	width: 910px;
}

/* end Header */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	
}

.art-menu, .art-menu ul
{
	margin: 0;
	border: 0;
	list-style-type: none;
	display: block;
	padding:0 0 10px 150px;
}

.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul
{
	min-height: 0;
	padding:0 0 10px 150px;
}

.art-menu ul
{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


ul.art-menu
{
	float:right;
}



/* menu structure */

.art-menu
{
	padding:0 0 10px 150px;
}

.art-nav
{
	position: relative;
	height: 35px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 35px;
	background-image: url('images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 910px;
	clip: rect(auto, auto, auto, 910px);
}

/* end menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	width: 140px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 69px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t 
{
	font-family: Arial;
	font-size: 10pt;
	font-style:normal;
	font-weight:bold;
	color: #FFFFFF;
	padding: 0 25px;
	margin: 0 0px;
	line-height: 23px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-23px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-23px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-23px;
}
.art-menu a:hover .t
{
	color: #000000;
}

.art-menu li:hover a .t
{
	color: #000000;
}

.art-menu li:hover>a .t
{
	color: #000000;
}

/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 140px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #F5F3EB;
	border-color: #000000;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
	color: #F5F3EB;
	border-color: #000000;
	background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
	color: #F5F3EB;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
	color: #F5F3EB;
}

/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout
{
	position:relative;
	margin-bottom: 0px;
	width: 910px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index:1;
	padding: 0px;
}


.art-Block
{
	margin: 10px;
}

/* end Box, Block */

/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 10px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 5px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('images/BlockHeader.png');
}

.art-BlockHeader .l
{
	left:0;
	right:0px;
}

.art-BlockHeader .r
{ 
	width:910px;
	right:0;
	clip: rect(auto, auto, auto, 910px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 5px;
	left: 0px;
	top: 0px;
	width: 143px;
}

.art-BlockContent-body
{
	color:#000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

.art-BlockContent-body a:link
{
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #006B4F;
	font-family: Arial;
	text-decoration: none;
}

.art-BlockContent-body ul
{
	list-style-type: none;
	color: #191B18;
	margin:0;
	padding:0;
}

.art-BlockContent-body li
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}


/* end Box, BlockContent */

.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	height: 490px;
	width: 754px;
	top:0px;
}

.art-Post-body
{
	position: relative;
	z-index:1;
	top: 0px;
	height: 477px;
	width: 753px;
}

.art-Post-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFFCDD;
}


.art-Post
{
	margin:6px 5px 0 6px;
	top: 0px;
	width: 747px;
	height:481px
}

a img
{
	border: 0;
}

.art-article img, img.art-article
{
	border: 0;
	margin: 1em;
}

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td
{
	background-color:Transparent;
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #D5D9D4;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}


body
{
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.art-PostContent
{
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000000;
  width: 745px;
  height: auto;
}

.art-PostContentLLR
{
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000000;
  width: 753px;
}

.art-PostContent-TDL1
{
	margin: auto 2px 0 1px;
	width: 151px;
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	vertical-align:top;
}

.art-PostContent-TDL2
{
	padding: 0 0 0 10px;
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	width:141px
}

.art-PostContent-TDL3
{
	padding: 0 0 0 7px;
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}



.contenttable-td1
{
	padding: -4px 0 0 0;
	margin: auto 2px 0 1px;
	width: 151px;
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}


.art-PostContent-Table
{
width: 745px;
float: left;
height: 481px;
}

a
{
  font-family: Arial;
  text-decoration: underline;
  color: #000000;
}

a:link
{
  font-family: Arial;
  text-decoration: underline;
  color: #000000;
}

a:visited, a.visited
{
  font-family: Arial;
  text-decoration: underline;
  color: #000000;
}

a:hover, a.hover
{
  font-family: Arial;
  text-decoration: none;
  color: #006B4F;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	margin: 0px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #000000;
	text-decoration: none;
}




ol, ul
{
	color: #000000;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial;
	font-size: 10pt;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ul
{
	list-style-type: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

ol
{
	list-style-position:inside;
	
}



.art-Post li
{
	padding:0px 0 0px 0px;
	line-height:1.2em;
}

.art-Post ol li, .art-Post ul ol li
{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li 
{
	background-image: url('images/PostBullets.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	position: relative;
	z-index: auto;
	min-height: inherit;
	left: -23px;
}

.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 910px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 910px;
	height: 150px;
	bottom:0;
	left:0;
}


.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#221F11;
	font-family: Arial;
	font-size: 10pt;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #665C33;
	font-family: Arial;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #191B18;
	font-family: Arial;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #866D13;
	font-family: Arial;
	text-decoration: none;
}

.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover
{
	font-family:Arial;
	font-size:10pt;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#B3911A;
}

.art-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#887A44;
}


/* begin LayoutCell */
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 157px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 754px;
	height: auto;
	background-color: #f0f2f3;
}

.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 910px;
}
/* end LayoutCell */



.art-contentLayout li
{
	float: none;
}

table.moduletable th
{
	font-size: 140%;
	padding: .5em 0em;
}

#footer
{
	text-align: center;
}


.ol-foreground
{
	background-color: #f6f6f6;
}

.ol-background
{
	background-color: #666;
}

.ol-textfont
{
	font-family: Arial;
	font-size: 10pt;
}

.ol-captionfont
{
	font-family: Arial;
	font-size: 10pt;
	color: #f6f6f6;
	font-weight: bold;
}

.ol-captionfont a
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 10pt;
}

#navigation
{
	text-align: center;
}

.contentheading
{
font-family: Arial;
font-size: 10pt;
font-style: normal;
font-weight: bold;
text-align: left;
color: #000000;
}

.style1 {
text-align: center;
}

.style2 {
vertical-align: top;
}

.style3 {
	font: normal normal normal 100%/normal Arial;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	top:0px;
	left: 0px;
	width: 129px;
}

.style4
{
font-family:Arial;
		font-weight: normal;
		font-size: 8pt;
}

.style5
{
		font-weight: normal;
		font-size: 3pt;
}

.bildunterschrift-UR
{
	height: 12px;
	width: 141px;
	padding: 0 0 0 0;
	margin: 128px 0 0 0;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
	right: 0px;
	text-align: right;
}

.bildunterschrift-UR2
{
	height: 12px;
	width: 141px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
	right: 0px;
	text-align: right;
}


.contenttable1
{
	padding-left:1px;
	width: 745px;
	float: left;
	height: 299px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
}


.contenttable2
{
height: 109px;
width: 745px;
float: left;
margin-top:0px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
}

.contenttable2-td1
{
width:150px;
vertical-align:top;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
}
.contenttable2-td2
{
vertical-align:top;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
padding-left:5px;
width:147px;
}
.contenttable2-td3
{
vertical-align:top;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
width:134px;
}
.contenttable2-td4
{
vertical-align:top;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
width:144px;
}
.contenttable2-td5
{
vertical-align:top;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight:normal;
width:144px;
}

.contenttable-big
{
	padding-left:1px;
	width: 745px;
	float: left;
	height: 450px;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight:normal;
}
.kontakttablestyle{
	width:100px;
	padding-left:45px;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:black;
	font-style:normal;
}

.ctttd2{
	font: Arial;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	padding-left:5px;
	width:143px;
	vertical-align:top;
}
.ctttd1{
	font-weight:normal;font-family:Arial;font-size:8pt;padding:0 0 0 8px;width:142px;
	vertical-align:top;
}
.ctttd0
{
	margin: auto 2px 0 1px;
	width: 140px;
	font: Arial;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	vertical-align:top;
}



.ctttd3forpic{
	padding:1px 0px 0 11px;
	height: 300px;
	vertical-align:top;
}

.bild{
	border:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
