/******** CSS Lite *****************/
/******** Global *********/

/******** Fairgate ********************/
/******** Andreas Bolli ***************/
/******** 09.04.09 ********************/


body
{
  margin: 0 auto;
  padding: 0;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
}

.Main
{
  position: relative;
  width: 1130px;
  margin: 0 auto -400px;
  top: -440px;
  height:auto; 
}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 299px;
  width: 486px;
  margin: 0;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}


.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 499px;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:67px;
  min-height:67px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 800px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 3px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 33px;
  height: 33px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -33px;
  width: 66px;
  height: 66px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 33px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -33px;
  left: 0;
  width: 66px;
  height: 67px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 38px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -28px;
  left: -33px;
  width: 66px;
  height: 66px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 33px;
  right: 33px;
  height: 33px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 33px;
  right: 33px;
  height: 33px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -24px;
  left: 0;
  width: 100%;
  height: 58px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 33px;
  left: 0;
  width: 33px;
  bottom: 33px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 66px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 33px;
  right: 0;
  width: 33px;
  bottom: 33px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -33px;
  width: 66px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 33px;
  left: 33px;
  right: 33px;
  bottom: 33px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: -3px !important;
}
/* end Box, Sheet */

/* 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;
}

.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: 794px;
  height: 31px;
  z-index: 100;
}

.artmenu
{
  padding: 3px 3px 3px 3px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 31px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 794px;
  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: 25px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 2px;
  margin-left: 2px;

}
.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: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #373D3E;
  padding: 0 12px;
  margin: 0 6px;
  line-height: 25px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}


.artmenu a:hover
{
  background-position: left -25px;
}

.artmenu li:hover>a
{
  background-position: left -25px;
}
.artmenu li:hover a span
{
  background-position: right -25px;
}

.artmenu a:hover span
{
  background-position: right -25px;
}


.artmenu a:hover span span
{
  color: #EAF5FA;
  background-position: left -25px;
}

.artmenu li:hover a span span
{
  color: #EAF5FA;
  background-position: left -25px;
}


.artmenu a.active
{
  background-position: left -50px;
}

.artmenu a.active span
{
  background-position: right -50px;
}

.artmenu a.active span span
{
  color: #DFE2E2;
  background-position: left -50px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 1px;
  height: 25px;
  background-image: url('images/item-separator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
.artmenu ul a
{
 
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 111px;
  overflow:hidden;
  line-height: 23px;
  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: #697577;
}

.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: 23px;
  color: #2B3031;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.artmenu ul ul a
{
  margin-left: auto;
}

.artmenu ul li a:hover
{
  color: #EAF5FA;
  border-color: #697577;
  background-position: 0 -23px;
}

.artmenu ul li:hover>a
{
  color: #EAF5FA;
  border-color: #697577;
  background-position: 0 -23px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
  color: #EAF5FA;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
  color: #EAF5FA;
}


/* end MenuSubItem */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 11px;
  width: 794px;
  position: relative;
  margin-top: 5px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:35px;
  min-height:35px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width:250px;
  padding-top:3px;
}


.Block-body
{
/*  position: relative;*/
  z-index: 0;
  margin: 13px;
  width: 250px;
/*  float:left; */
  height:auto;
}

.Block-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
/*  background-image: url('images/Block-s.png'); */
}

.Block-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 23px;
  height: 23px;
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -23px;
  width: 46px;
  height: 46px;
/*  background-image: url('images/Block-s.png'); */
}

.Block-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
}

.Block-bl div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  width: 46px;
  height: 46px;
 /* background-image: url('images/Block-s.png'); */
}

.Block-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
}

.Block-br div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: -23px;
  width: 46px;
  height: 46px;
/*  background-image: url('images/Block-s.png'); */
}

.Block-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 23px;
  right: 23px;
  height: 23px;
}

.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
/*  background-image: url('images/Block-h.png'); */
}

.Block-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 23px;
  right: 23px;
  height: 23px;
}

.Block-bc div
{
  position: absolute;
  z-index: -1;
  top: -23px;
  left: 0;
  width: 100%;
  height: 46px;
/*  background-image: url('images/Block-h.png'); */
}

.Block-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 23px;
  left: 0;
  width: 23px;
  bottom: 23px;
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
/*  background-image: url('images/Block-v.png'); */
}

.Block-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 23px;
  right: 0;
  width: 23px;
  bottom: 23px;
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -23px;
  width: 46px;
  height: 100%;
 /* background-image: url('images/Block-v.png'); */
}

.Block-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 23px;
  left: 23px;
  right: 23px;
  bottom: 23px;
 /* background-image: url('images/Block-c.png'); */
}


.Block
{
  	border-bottom-style:hidden;
	border-bottom-width:medium;
	border-left-style:hidden;
	border-left-width:medium;
/*	border-right:1px dotted #C0C0C0;  */
	margin-bottom:7px;
	margin-left:0;
	margin-top:36px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
/*  position: relative; */
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 4px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 10px;
}


.BlockHeader .r
{
  right: 0;
  width: 10px;
}


.BlockHeader .r div
{
  width: 794px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
 /* background-image: url('images/BlockHeader.png');*/
}



.header-tag-icon
{
  display:inline-block;
  background-position:left top;
  padding:0 0 0 19px;
  background-repeat: no-repeat;
  min-height: 18px;
  margin: 0 0 0 5px;
}




/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
/*  overflow: hidden;  */
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  top:-48px;
  *top:0px;
  height:auto;
  display:block;
 /* float:left; */
}


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin:11px 11px 11px -3px;
}


.BlockContent-body
{
  color:#485051;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.BlockContent-body a:link
{
  color: #1F6184;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
/*  float:left;  */
}

/*.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #838F91;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}*/

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #2A82B2;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #596364;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin-left: 12px;
}
/* end Box, BlockContent */

#logo {
	position:relative;
	z-index:200;
	float: left;
}

#sponsoren {
	width: 135px;
	float: right;
}


/* Modulbox im Demandit */

.modulEditBox {
 z-index: 99 !important;
 position: relative !important;
 top: 0 !important;
 left: 0 !important;
}

.mypage_uiedit_modul_link img,
.modulEditBox img {
 width: auto !important;
}

#zweispaltig_links {
	width: 225px;
	display: block;
	float: right;
}

#zweispaltig_rechts {
	width: 225px;
	float: right;
	display: block;
	margin-left: 50px;
}