@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/Page-Bg_top-balken.png);
	background-repeat: repeat-x;
	background-color: #022262;
}

#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


/* HEADER */
#header {
    position: relative;
    width: 820px;
	height: 160px;
	background-image:url(images/11_header.jpg);
	margin:0px;
    padding:0px
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
}
/* END HEADER */


/* NAVIGATION */
/* begin Menu */
/* menu structure */
.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}
.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
  background: #000000;
}
.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}
.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}
.artmenu li li
{
  float: none;
}
.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}
.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}
.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}
.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}
.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
/* menu structure */
.nav
{
  position: relative;
  margin: 0  auto;
  width: 820px;
  height: 28px;
  z-index: 100;
}
.artmenu
{
  padding: 0px 0px 0px 0px;
}
.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 28px;
}
.nav .l
{
  left: 0;
  right: 0px;
}
.nav .r
{
  right: 0;
  width: 0px;
}
.nav .r div
{
  width: 820px;
  right: 0;
}
.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}
/* end Menu */
/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}
.artmenu a , .artmenu a span
{
  height: 28px;
  display: block;
}
.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 1px;
  margin-left: 0px;
}
.artmenu a
{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.artmenu a span
{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.artmenu a span span
{
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 5px;
  margin: 0 5px;
  line-height: 28px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;
}
.artmenu a:hover
{
  background-position: left -28px;
}
.artmenu li:hover>a
{
  background-position: left -28px;
}
.artmenu li:hover a span
{
  background-position: right -28px;
}
.artmenu a:hover span
{
  background-position: right -28px;
}
.artmenu a:hover span span
{
  color: #000000;
  background-position: left -28px;
}

.artmenu li:hover a span span
{
  color: #000000;
  background-position: left -28px;
}
.artmenu a.active
{
  background-position: left -56px;
}

.artmenu a.active span
{
  background-position: right -56px;
}
.artmenu a.active span span
{
  color: #000000;
  background-position: left -56px;
}
/* end MenuItem */
/* begin MenuSubItem */
.artmenu ul a
{
  display:block;
  text-align: center;
  white-space: nowrap;
  height: 24px;
  width: 200px;
  overflow:hidden;
  line-height: 28px;
  margin-right: auto;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0px;
  border-style: solid;
  border-color: {PassiveBorderColor};
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}
.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 24px;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
}
.artmenu ul ul a
{
  margin-left: auto;
}
.artmenu ul li a:hover
{
  color: #b1b2b3;
  border-color: {HoveredBorderColor};
  background-position: 0 -28px;
}
.artmenu ul li:hover>a
{
  color: #b1b2b3;
  border-color: {HoveredBorderColor};
  background-position: 0 -28px;
}
.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #b1b2b3;
}
.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
  color: #b1b2b3;
}
/* end MenuSubItem */
/* END NAVIGATION */


/* CONTENT */
#mainContent {
    width: 820px
	padding: 0px 0px;
	background-color: #d1d2d4;
}

.mainContent-block-HG {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: top;
	text-align: justify;
}

.mainContent-block-HG-ARAB {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-position: top;
	text-align: right;
}

.mainContent-block {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-position: top;
	text-align: justify;
}
/* END CONTENT */

/* FOOTER */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 820px;
  margin: 0px auto 0px auto;
  background-image: url('images/Footer.png');
  background-repeat: no-repeat;
}
.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 8px;
  text-align: center;
}
.Footer .Footer-text p
{
  margin: 0;
}
.Footer .Footer-text
{
  display:inline-block;
  color:#D4D4D4;
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  font-size: 13px;
}
.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #AF8223;
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  text-decoration: underline;
}
.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #BFC5C5;
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  text-decoration: underline;
}
.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #AF8223;
  font-family: Arial, Helvetica, Sans-Serif, "MS Gothic", "MS Mincho";
  text-decoration: none;
}
/* END FOOTER */

a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}

a:link.nav {
	color: #FFFFFF;
	text-decoration: none; 
}
a:visited.nav {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.nav {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active.nav {
	text-decoration: none;
	color: #FFFFFF;
}

/* TEXT */
.h1 {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	letter-spacing: 0px;
	background-color: #d1d2d4;
}
.h1_white {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 23px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	letter-spacing: 0px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	background-color: #b9b9b9;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	background-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0px;
	line-height: 18px;
}
.h_list {
	font-family: Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #383838;
	line-height: normal;
	letter-spacing: 1px;
}
.lauf_norm_block {
	font-family: Geneva, Arial, Helvetica, san-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify
}
.lauf_klein_block {
	font-family: Geneva, Arial, Helvetica, san-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	line-height: 17px
}
.lauf_norm {
	font-family: Geneva, Arial, Helvetica, san-serif, "MS Gothic", "MS Mincho";
	font-size: 13px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
.lauf_norm-ARAB {
	font-family: Geneva, Arial, Helvetica, san-serif, "MS Gothic", "MS Mincho";
	font-size: 15px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	text-align: right;
}
.bildlegenden {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "MS Gothic", "MS Mincho";
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
/* END TEXT */
