/* begin Page */



body
{
  margin: 0 auto;
  padding: 0;
  background-color: #262626;
  background-image: url('images/page_t.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #1F1F1F;
}

startbody
{
  margin: 0 auto;
  padding: 0;
  background-color: #262626;
  background-image: url('images/startscreen.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #1F1F1F;
}

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,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a,
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #660000;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #660000;
}

a:visited, a.visited
{

  color: #7D7D7D;
}

a:hover, a.hover
{
  text-decoration: none;
  color: #303030;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Verdana, Sans-Serif;
  font-size: 24px;
  color: #FFFFFF;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Verdana, Sans-Serif;
  font-size: 22px;
  color: #4A4A4A;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Verdana, Sans-Serif;
  font-size: 18px;
  color: #660000;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
  color: #1F1F1F;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Verdana, Sans-Serif;
  font-size: 14px;
  color: #1F1F1F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #1F1F1F;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}



#page-background-gradient
{
  background-position: center center;
}


.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 */

/***** TAGWORKS *****/

.wappenb
{
  position: relative;
  top: 0px;
  left: 860px;
}

.white
{
  color: #FFF;
  font-weight: bold;
}

.size17
{
  font-size: 17px;
}

.lineheight
{
  line-height: 1.2em;
}

.floatleft
{
  float: left;
}

/***** TAGWORKS *****/

/* begin Box, Sheet */
.sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 937px;
  height: 698px;
  min-width: 49px;
  min-height: 49px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
  z-index: -1;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 76px;
  height: 76px;
  background-image: url('images/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 38px, 38px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 38px, 38px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(38px, 38px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(38px, auto, auto, 38px);
}

.sheet-tc, .sheet-bc
{
  left: 38px;
  right: 38px;
  height: 76px;
  background-image: url('images/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 38px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(38px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 38px;
  bottom: 38px;
  width: 76px;
  background-image: url('images/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 38px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 38px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 38px;
  left: 38px;
  right: 38px;
  bottom: 38px;
  background-image: url('images/sheet_c.png');
}

.startsheet-cc
{
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-image: url('images/startscreen.png');
}

.sheet
{
  margin-top: -7px !important;
  cursor:auto;
}

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

/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 923px;
  height: 142px;
  overflow: hidden;
}

div.header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 923px;
  height: 142px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}

div.startheader-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 923px;
  height: 142px;
  background-image: url('images/startheader.png');
  background-repeat: no-repeat;
  background-position: left top;
}


/* end Header */

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

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

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

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

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

.menu li li
{
  float: none;
}

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

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

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

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

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

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




/* menu structure */

.menu
{
  padding: 0 0 0 0;
}

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

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

.nav .l
{
  left: 0;
  right: 0;
}

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


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 29px;
  cursor: pointer;
  text-decoration: none;
}

.menu li
{
  margin-right: 0;
  margin-left: 0;
}

.menu ul li
{
    margin:0;
    clear: both;
}


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

.menu a .l
{
  left: 0;
  right: 0;
}

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

.menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #D9D9D9;
  padding: 0 22px;
  margin: 0 0;
  line-height: 29px;
  text-align: center;
}

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

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

.menu li:hover a .l, .menu li:hover a .r
{
  top: -29px;
}
.menu a:hover .t
{
  color: #F0F0F0;
}

.menu li:hover a .t
{
  color: #F0F0F0;
}

.menu li:hover>a .t
{
  color: #F0F0F0;
}


.menu a.active .l, .menu a.active .r
{
  top: -58px;
}

.menu a.active .t
{
  color: #1C1C1C;
}
/* end MenuItem */

/* begin MenuSeparator */
.nav .menu-separator
{
  display: block;
  width: 2px;
  height: 29px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 923px;
}

.content-layout .content-layout
{
  width: auto;
  margin:0;
}

div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell
{
   display: table-cell;
}

div.layout-cell div.layout-cell
{
   display: block;
}

div.content-layout-row
{
  display: table-row; 
}

.content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

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

.vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

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

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

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

.block-body
{
  position: relative;
  z-index: 1;
  padding: 8px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
  z-index: -1;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 2px;
  height: 2px;
  background-image: url('images/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 1px, 1px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 1px, 1px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(1px, 1px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(1px, auto, auto, 1px);
}

.block-tc, .block-bc
{
  left: 1px;
  right: 1px;
  height: 2px;
  background-image: url('images/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 1px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(1px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 1px;
  bottom: 1px;
  width: 2px;
  background-image: url('images/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 1px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 1px, auto, auto);
}

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-image: url('images/block_c.png');
}

.block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  position: relative;
  z-index: 0;
  height: 30px;
  margin-bottom: 7px;
}

.blockheader .t
{
  height: 30px;
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 12px;
  margin:0;
  padding: 0 10px 0 28px;
  white-space: nowrap;
  line-height: 30px;	
}

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

.blockheader .l
{
  left: 0;
  right: 22px;
}

.blockheader .r
{
  width: 923px;
  right: 0;
  clip: rect(auto, auto, auto, 901px);
}

/* end BlockHeader */

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

.blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 7px;
}


.blockcontent-body
{
  color: #CFCFCF;
  font-family: Arial, Helvetica, Sans-Serif;
}

.blockcontent-body a:link
{
  color: #B8B8B8;

}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #9E9E9E;

}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #D1D1D1;
  text-decoration: none;
}

.blockcontent-body ul
{
  list-style-type: none;
  color: #B5B5B5;
  margin: 0;
  padding: 0;
}

.blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}


/* end Box, BlockContent */

/* begin Button */
.button-wrapper .button
{
  font-family: Arial, Helvetica, Sans-Serif;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #F5F5F5 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 21px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;
  font-family: Arial, Helvetica, Sans-Serif;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button:hover
{
  color: #F0F0F0 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button
{
  color: #F2F2F2 !important;
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 10px;
}

.button-wrapper .r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 399px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -33px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
  top: -66px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

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

.post-body
{
  position: relative;
  z-index: 1;
  padding: 15px;
}


.post
{
  margin: 30px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 1px #363636;
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

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

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

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

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

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.postheader
{
  margin: 0.2em 0;
  padding: 0;
  font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25em;
  color: #660000;
}

.postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover
{
  font-family: "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25em;
  margin: 0;
  color: #660000;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.postheader a:link
{

  color: #660000;
}

.postheader a:visited, .postheader a.visited
{

  color: #4D4D4D;
}

.postheader a:hover, .postheader a.hovered
{
  text-decoration: none;
  color: #303030;
}
/* end PostHeader */

/* begin PostContent */
.postcontent p
{
  margin: 0.5em 0;
}

.postcontent, .postcontent p, ul.menu, ul.menu ul, ul.vmenu, ul.vmenu ul
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-align: left;
  letter-spacing: 0;
  line-height: 150%;
}

.postcontent
{
  margin: 0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul
{
  color: #000000;
  margin: 1em 0 1em 2em;
  padding: 0;
  font-family: Arial, Helvetica, Sans-Serif;
  line-height: 1.5em;
}

li ol, li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
  line-height: 1.5em;
}

li
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
  line-height: 1.5em;
}

ul
{
  list-style-type: none;
  margin: 0.5em 0 0.5em 2em;
  line-height: 1.5em;
}

ol
{
  list-style-position: inside;

}



.post li
{
  padding: 0 0 0 11px;
  line-height: 1em;
}

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

.post ul li, .post ol ul li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 11px;
}

.bullets
{	font-size: 12px;
	line-height:18px;	
	background-image: url('images/bullets.png');
  	background-repeat: no-repeat;
  	padding: 0px 0 0 20px;
}

.bullets2step
{	font-size: 12px;
	line-height:18px;	
	background-image: url('images/bullets2.png');
  	background-repeat: no-repeat;
  	padding: 0px 0 0 40px;
}


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #141414;
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
}

blockquote,
.postcontent blockquote
{
  border: solid 1px #7A7A7A;
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 41px;
  background-color: #FFFFFF;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 923px;
  margin: 0 auto;
}

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

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


.footer .footer-text p
{
  margin: 0;
}

.footer .footer-text
{
  display: inline-block;
  color: #C4C4C4;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.footer .footer-text a:link
{
  text-decoration: none;
  color: #ADADAD;

}

.footer .footer-text a:visited
{
  text-decoration: none;
  color: #9E9E9E;

}

.footer .footer-text a:hover
{
  color: #660000;
  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #949494;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #949494;
}
/* end PageFooter */

/* begin LayoutCell, content */
.content-layout .content
{
  width: 100%;
}
/* end LayoutCell, content */




.overview-table .layout-cell
{
    width:33%;
}

.overview-table2rows .layout-cell2rows
{
    width:50%;
}

.overview-table-inner 
{
    margin:10px;
}

table.table
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}