/* begin Page */

body {
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
}

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

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

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: 850px;
  min-width:27px;
  min-height:27px;
}

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

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

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl {
  width: 30px;
  height: 30px;
  background-image: url('images/Sheet-s.png');
}

.art-Sheet-tl {
  top:0;
  left:0;
  clip: rect(auto, 15px, 15px, auto);
}

.art-Sheet-tr {
  top: 0;
  right: 0;
  clip: rect(auto, auto, 15px, 15px);
}

.art-Sheet-bl {
  bottom: 0;
  left: 0;
  clip: rect(15px, 15px, auto, auto);
}

.art-Sheet-br {
  bottom: 0;
  right: 0;
  clip: rect(15px, auto, auto, 15px);
}

.art-Sheet-tc, .art-Sheet-bc {
  left: 15px;
  right: 15px;
  height: 30px;
  background-image: url('images/Sheet-h.png');
}

.art-Sheet-tc {
  top: 0;
  clip: rect(auto, auto, 15px, auto);
}

.art-Sheet-bc {
  bottom: 0;
  clip: rect(15px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl {
  top: 15px;
  bottom: 15px;
  width: 30px;
  background-image: url('images/Sheet-v.png');
}

.art-Sheet-cr {
  right:0;
  clip: rect(auto, auto, auto, 15px);
}

.art-Sheet-cl {
  left:0;
  clip: rect(auto, 15px, auto, auto);
}

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

.art-Sheet {
  margin-top: -2px !important;
}

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

/* end Box, Sheet */

/* begin Header */

div.art-Header {
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 846px;
  height: 112px;
}

div.art-Header-png {
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 846px;
  height: 112px;
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  background-position: center center;
}

div.mwi-header-space {
  width:120px;
  height:44px;
}

div.mwi-menu {
  width:120px;
  text-align:right;
  line-height:16px;
}

div.mwi-menu a {
  color: #43C837;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

div.mwi-menu a:hover, div.mwi-menu a.hover, div.mwi-menu span {
  color: #FFFFFF;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
}

/* end Header */


/* begin ContentLayout */

.art-contentLayout {
  position: relative;
  margin-bottom: 0px;
  width: 840px;
}

/* end ContentLayout */

/* begin Box, Block */

.art-Block {
  position:relative;
  z-index:0;
  margin:0 auto;
  min-width:35px;
  min-height:35px;
}

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

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

.art-Block-tr, .art-Block-tl, .art-Block-br, .art-Block-bl {
  width: 46px;
  height: 46px;
  background-image: url('images/Block-s.png');
}

.art-Block-tl {
  top:0;
  left:0;
  clip: rect(auto, 23px, 23px, auto);
}

.art-Block-tr {
  top: 0;
  right: 0;
  clip: rect(auto, auto, 23px, 23px);
}

.art-Block-bl {
  bottom: 0;
  left: 0;
  clip: rect(23px, 23px, auto, auto);
}

.art-Block-br {
  bottom: 0;
  right: 0;
  clip: rect(23px, auto, auto, 23px);
}

.art-Block-tc, .art-Block-bc {
  left: 23px;
  right: 23px;
  height: 46px;
  background-image: url('images/Block-h.png');
}

.art-Block-tc {
  top: 0;
  clip: rect(auto, auto, 23px, auto);
}

.art-Block-bc {
  bottom: 0;
  clip: rect(23px, auto, auto, auto);
}

.art-Block-cr, .art-Block-cl {
  top: 23px;
  bottom: 23px;
  width: 46px;
  background-image: url('images/Block-v.png');
}

.art-Block-cr {
  right:0;
  clip: rect(auto, auto, auto, 23px);
}

.art-Block-cl {
  left:0;
  clip: rect(auto, 23px, auto, auto);
}

.art-Block-cc {
  position:absolute;
  z-index:-1;
  top: 23px;
  left: 23px;
  right: 23px;
  bottom: 23px;
  background-color: #EBEEEF;
}

.art-Block {
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */

.art-BlockHeader {
  position:relative;
  z-index:0;
  height: 30px;
  padding: 0 8px;
  margin-bottom: 2px;
}

.art-BlockHeader .t {
  height: 30px;
  color: #000000;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  white-space : nowrap;
  padding: 0 6px;
  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:11px;
}

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


.art-header-tag-icon {
  height: 30px;
  background-position:left top;
  background-image: url('images/BlockHeaderIcon.png');
  padding:0 0 0 12px;
  background-repeat: no-repeat;
  min-height: 12px;
  margin: 0 0 0 5px;
}

/* 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: 11px;
}

.art-BlockContent-body {
  color:#1F2628;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.art-BlockContent-body a:link {
  color: #18728B;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {
  color: #878787;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {
  color: #2096B6;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

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

.art-BlockContent-body ul li {
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-decoration: none;
  line-height: 125%;
  line-height: 1.25em;
  padding: 0px 0 0px 12px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat: no-repeat;
}

/* end Box, BlockContent */

/* begin Box, Post */

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

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

.art-Post {
  margin: 7px;
}

/* Start images */

a img {
  border: 0;
}

.art-article img, img.art-article {
  border: solid 1px #C7C7C7;
  margin: 1em;
}

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

/* Finish images */

/* Start tables */

.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 #A6A6A6;
	vertical-align: top;
	text-align:left;
}

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

/* Finish tables */

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

/* end Box, Post */

/* begin PostMetadata */
.art-PostMetadataHeader
{
	padding:1px;
	background-color: #DAE0E2;
}
/* end PostMetadata */

/* begin PostHeaderIcon */
.art-PostHeader
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #0A2E38;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin:0;
  color: #0A2E38;
}

/* end PostHeaderIcon */

/* begin PostHeader */

.art-PostHeader a:link {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #0C3945;
}

.art-PostHeader a:visited, .art-PostHeader a.visited {
  font-family:  Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #364245;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #176B82;
}

/* end PostHeader */


/* begin PostContent */

/* Content Text Font & Color (Default) */

body {
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #242C2E;
}


.art-PostContent {
  margin:0;
}

.art-PostContent, .art-PostContent p {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #000000;
}

.art-PostContent p {
  margin: 0.5em 0;
}

.art-PostContent h2 {
  color:#3E50B2;
  font-size:18px;
}

.art-PostContent h3 {
  color:#3E50B2;
  font-size:15px;
  font-style:italic;
  font-weight:bold;
  margin: 18px 0 6px 0;
}

.art-PostContent h3.sect {
  color:#000000;
  font-size:15px;
  font-style:normal;
  font-weight:bold;
  margin: 18px 0 6px 0;
  text-align:center;
}

/*
	td.inhalt { font-family:Arial,Helvetica; font-size:13px; }
	.bg1 { background:#C5E0F7; }
	.bg2 { background:#E9EFF5; }
*/

/* Start Content link style */

a, a.img {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:1px 2px 1px 2px;
}

a:link, div.mwi-submenu a:link, a.img:link {                                                  /* unvisited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:1px 2px 1px 2px;
}

a:visited, a.visited, div.mwi-submenu a:visited, div.mwi-submenu a.visited, a.img:visited {   /* visited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:1px 2px 1px 2px;
}

a:hover, a.hover, div.mwi-submenu a:hover, div.mwi-submenu a.hover {                          /* hovered link */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#FFFFFF;
  background-color:#3E50B2;
  padding:1px 2px 1px 2px;
}

a.img:hover {                                                                              /* hovered link für images */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#FFFFFF;
  background-color:#FFFFFF;
  padding:1px 2px 1px 2px;
}

.mwi-name, .mwi-back2 {
  font-weight:bold;
}

.mwi-back1 {
  float:left;
  padding-bottom:4px;
}

.mwi-back2 {
  font-size:16px;
  vertical-align:middle;
}

.mwi-imga {
  border:0 none #FAFAFA;
  margin:0;
  padding:0;
  background-color: #FAFAFA;
}

.mwi-sect06 {
  padding-top:6px;
}

.mwi-sect12 {
  padding-top:12px;
}

.mwi-trans18 {
  width:18px;
  height:12px;
  float:left;
}

.mwi-caption {
  float:left;
  width:90px;
}

.mwi-qa-short, .mwi-qa-normal, .mwi-qa-long, .mwi-qa-texta {
  border:#3E50B2 solid 1px;
}

.mwi-qe-short, .mwi-qe-normal, .mwi-qe-long, .mwi-qe-texta {
  border:#FF0000 solid 1px;
  background-color:#FFD0D0;
}

.mwi-qa-short, .mwi-qe-short {
  width:100px;
}

.mwi-qa-normal, .mwi-qe-normal {
  width:180px;
}

.mwi-qa-long, .mwi-qe-long {
  width:380px;
}

.mwi-qa-texta, .mwi-qe-texta {
  width:380px;
  height:250px;
}










/* begin Tigra Tree */

.mwi-tigra {
  margin:0;
  padding:0;
}


.mwi-tigra a {
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:0;
}

.mwi-tigra a:link {                                                             /* unvisited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:0;
}

.mwi-tigra a:visited {                                                          /* visited link. */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#3E50B2;
  padding:0;
}

.mwi-tigra a:hover, .mwi-tigra a.hover {                                        /* hovered link */
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color:#FFFFFF;
  background-color:#3E50B2;
  padding:0;
}










.mout {
/*  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #3E50B2;
  background-color:#FAFAFA;
  text-decoration: none; */
  padding-left: 6px; }

.mover {
/*  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
  background-color:#3E50B2;
  text-decoration: none; */
  padding:1px 2px 1px 6px; }

.micons {
  margin:0;
  padding:0;
  background-color:#FAFAFA;
  border:0 none #FAFAFA;
}

.skin0 {
  position:absolute;
  width:100px;
  border:2px outset #F0F2F6;
  background-color:#D6D3CE;
  font-family:Geneva, Arial, Helvetica, Sans-Serif;
  padding:5px 0 5px 0;
  line-height:16px;
  cursor:default;
  font-size:11px;
  z-index:100;
  visibility:hidden; }

.menuitems {
  padding:0 15px 0 15px; }


/* end Tigra Tree */

/* end PostContent */


/* begin PostBullets */
/* Start Content list */

ol, ul {
  color: #000000;
  margin:1em 0 1em 2em;
  padding:0;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

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

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

ul {
  list-style-type: none;
}

ol {
  list-style-position:inside;
}

.art-Post li {
  padding:0px 0 0px 11px;
  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:11px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
	color:#000000;
font-family: Geneva, Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.art-PostContent blockquote
{
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 27px;
	background-color:#E0E0E0;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:24px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	vertical-align: middle;
}

.art-button img, .art-button-wrapper img
{
  margin: 0;
}

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

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

.art-button-wrapper .art-button
{
	display:block;
	height: 24px;
font-family: Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 7px !important;
	line-height: 24px;
	text-decoration: none !important;
	color: #0E404E !important;
}

input, select
{
  vertical-align: middle;
font-family: Geneva, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

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

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

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

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

.art-button-wrapper .r
{
	width:415px;
	right:0;
	clip: rect(auto, auto, auto, 408px);
}

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

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

/* end Button */


/* begin Footer */

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

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

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

*/


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

.art-Footer .art-Footer-text {
  display:inline-block;
  color:#6E868C;
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.art-Footer .art-Footer-text a:link {
  text-decoration: none;
  color:#3E50B2;                                                                /* #114E5F; */
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
}

.art-Footer .art-Footer-text a:visited {
  text-decoration: none;
  color:#3E50B2;                                                                /* #575757; */
  font-family: Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
}

.art-Footer .art-Footer-text a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color:#3E50B2;
  padding:1px 2px 1px 2px;}

/* end Footer */

/* begin PageFooter */

.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:10px;
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:underline;
  color:#1F8EAD;
}

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

/* end PageFooter */


/* begin LayoutCell */

.art-contentLayout .art-sidebar1 {
  position: relative;
  margin: 0 0 10px 0px;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 130px;
  min-height:250px;
}

div.art-menufield2 {
  margin: 0 0 0 2px;
  position: relative;
  z-index:0;
  width: 128px;
  height: 122px;
}

div.art-menufield2-png {
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 128px;
  height: 122px;
  background-image: url('images/menufield2.png');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 502px;
}
.art-contentLayout .art-content-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 670px;
}
.art-contentLayout .art-content-sidebar2
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 670px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 837px;
}
/* end LayoutCell */

/* begin LayoutCell */

.art-contentLayout .art-sidebar2 {
  position: relative;
  margin: 12px 0 0 10px;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 195px;
}

/* end LayoutCell */

