BODY
{
	margin: 0 auto;
	padding: 0;
	background-color: #DEDEDE;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}
#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#art-page-background-gradient
{
	position: absolute;
	background-image: url(../images/Page-BgGradient.jpg);
	background-repeat: repeat-x;
	top: 116px;
	width: 100%;
	height: 200px;
}
#art-page-background-gradient
{
	background-position: top left;
}
.preisstern
{
	width:250px;
	height:185px;
	background: url(../../../images/stories/preisstern_99.png) top left no-repeat;
	position: relative;
	z-index:500;
	top: -55px;
	left: 10px;
}
.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: 800px;
	min-width: 31px;
	min-height: 31px;
}
.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-color: #FFFFFF;
}
.art-Sheet
{
	margin-top: 0px !important;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare
{
	min-width: 800px;
}
/*end Box, Sheet
begin Header*/
DIV.art-Header
{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 800px;
	height: 90px;
}
DIV.art-Header h1
{
	float: right;
	margin-right: 40px;
	margin-top: 12px;
}
DIV.art-Header-jpeg
{
	position: absolute;
	z-index: -1;
	width: 800px;
}
/*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;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.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;
}
.art-menu UL
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px;
	margin: -10px 0 0 -30px;
}
.art-menu UL UL
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/*menu structure*/
.art-menu
{
	padding: 0px;
}
.art-nav
{
	position: relative;
	height: 26px;
	z-index: 100;
}
.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 26px;
}
.art-nav .l
{
	left: 0;
	right: 0px;
}
.art-nav .r
{
	right: 0;
	width: 800px;
	clip: rect(auto, auto, auto, 800px);
}
/*end Menu
begin MenuItem*/
.art-menu UL LI
{
	clear: both;
}
.art-menu A
{
	position: relative;
	display: block;
	overflow: hidden;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.art-menu A .r, .art-menu A .l
{
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 80px;
	background: url(../images/MenuItem.png) no-repeat center;
}
.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: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #6B6B6B;
	padding: 0 20px;
	margin: 0 0px;
	line-height: 22px;
	text-align: center;
}
.art-menu A:hover .l, .art-menu A:hover .r
{
	top: -53px;
}
.art-menu LI:hover>A .l, .art-menu LI:hover>A .r
{
	top: -53px;
}
.art-menu LI:hover A .l, .art-menu LI:hover A .r
{
	top: -26px;
}
.art-menu A:hover .t
{
	color: #FEE7E8;
}
.art-menu LI:hover A .t
{
	color: #FEE7E8;
}
.art-menu LI:hover>A .t
{
	color: #a0c614;
}
.art-menu A.active .l, .art-menu A.active .r
{
	right: -270px;
	top: -26px;
}
.art-menu A.active .t
{
	color: #a0c614;
	font-weight: bold;
}
/*end MenuItem
begin MenuSeparator*/
.art-nav .art-menu-separator
{
	display: block;
	width: 2px;
	height: 26px;
	background-image: url(../images/MenuSeparator.png);
}
/*end MenuSeparator
begin Header Referenzen*/
.referenzenHeader
{
	width: 800px;
	height: 200px;
	background-image: url(../images/refhead_grey.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}
.referenzenText-links
{
	float: left;
	height: 200px;
	width: 490px;
	overflow: hidden;
}
.referenzenText-links h2
{
	color: #ffffff;
	font: 22px Tahoma,Arial,Helvetica,Sans-Serif;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 24px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.referenzenText-links p
{
	color: #333333;
	font: 12px/18px Tahoma,Arial,Helvetica,Sans-Serif;
	margin-top: 0;
	margin-bottom: 7px;
	padding-left: 20px;
	text-align: left;
}
.referenzenText-rechts
{
	float: right;
	height: 200px;
	overflow: hidden;
}
.referenzenText-rechts h2
{
	color: #ffffff;
	font: 15px Tahoma,Arial,Helvetica,Sans-Serif;
	margin-top: 0;
	margin-bottom: 0;
	padding: 29px 20px 8px;
}
.referenzenText-rechts p
{
	color: #333333;
	font: 12px/18px Tahoma,Arial,Helvetica,Sans-Serif;
	margin-top: 0;
	margin-bottom: 7px;
	padding-left: 20px;
	text-align: left;
	width: 260px;
}
/*end Header Referenzen
begin ContentLayout*/
.art-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 800px;
}
/*end ContentLayout*/
.art-bildnav
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	min-width: 1px;
	min-height: 1px;
}
.art-bildnav
{
	margin: 20px;
}
/*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: 5px;
}
.art-Block
{
	margin: 20px;
}
/*end Box, Block
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: 0px;
	color: #a0c614;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
.art-BlockContent-body h2
{
	margin-top: 0px;
	margin-bottom: 0;
}
.art-BlockContent-body A:link
{
	color: #757575;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	font-size: 13px;
}
.art-BlockContent-body A:visited, .art-BlockContent-body A.visited
{
	color: #757575;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body A:hover, .art-BlockContent-body A.hover
{
	color: #9B0060;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body UL
{
	list-style-type: none;
	color: #545454;
	margin: 0;
	padding: 0;
}
.art-BlockContent-body UL LI
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 125%;
	line-height: 1.25em;
	padding: 0px 0 0px 10px;
	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: 10px;
}
.art-Post
{
	margin: 10px;
}
/*Start images*/
A IMG
{
	border: 0;
}
.art-article h2
{
	font-size: 18px;
	margin-bottom: -5px;
	margin-top: 20px;
}
.art-article IMG, IMG.art-article
{
	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: 1px solid #949494;
	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 PostHeaderIcon*/
.art-PostHeader
{
	text-decoration: none;
	margin: 0.2em 0;
	padding: 0;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	color: #a0c614;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}
.art-PostHeader A, .art-PostHeader A:link, .art-PostHeader A:visited, .art-PostHeader A:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	margin: 0;
	color: #9D0C26;
}
/*end PostHeaderIcon
begin PostHeader*/
.art-PostHeader A:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #BE0E2E;
}
.art-PostHeader A:visited, .art-PostHeader A.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #4D4D4D;
}
.art-PostHeader A:hover, .art-PostHeader A.hovered
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #A60C29;
}
/*end PostHeader
begin PostContent
Content Text Font & Color (Default)*/
BODY
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #B00057;
}
.art-PostContent
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: left;
	color: #696969;
	font-size: 13px;
}
/*Start Content link style

The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
A
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #A60C29;
}
/*Adds special style to an unvisited link.*/
A:link
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #ffffff;
/*	font-size:  13px; */
}
/*Adds special style to a visited link.*/
A:visited, A.visited
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #eaeaea;
	font-size:  13px;
}
.art-PostContent DIV.art-article P A
{
	color: #696969;
}
/*:hover - adds special style to an element when you mouse over it.*/
A:hover, A.hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #FFFFFF;
}
/*Finish Content link style
Resert some headings default style & links default style for links in headings*/
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;
}
/*Start Content headings Fonts & Colors*/
H1, H1 A, H1 A:link, H1 A:visited, H1 A:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 32px;
	color: #949494;
}
H2, H2 A, H2 A:link, H2 A:visited, H2 A:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	color: #949494;
}
H3, H3 A, H3 A:link, H3 A:visited, H3 A:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #D8D8D8;
	word-spacing: 0.1em;
	padding-right: 20px;
	font-size: 18px;
	text-align: right;
	margin-top: 24px;
	margin-bottom: 24px;
}
H4, H4 A, H4 A:link, H4 A:visited, H4 A:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #a0c614;
	font-weight: bold;
}
H5, H5 A, H5 A:link, H5 A:visited, H5 A:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #a0c614;
        margin-bottom: 10px;
}
H6, H6 A, H6 A:link, H6 A:visited, H6 A:hover
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #a0c614;
	text-align: left;
	padding-right: 20px;
        margin-bottom: 10px;
}
/*Finish Content headings Fonts & Colors
end PostContent
begin PostBullets
Start Content list*/
OL, UL
{
	color: #404040;
	margin: 1em 0 1em 2em;
	padding: 0;
	font-family: Tahoma, 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: #1C0207;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}
BLOCKQUOTE, .art-PostContent BLOCKQUOTE
{
	border: 1px solid #F46C85;
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 32px;
	background-color: #F9B3C0;
	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: 26px;
	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: 26px;
	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: 20px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 20px;
	text-decoration: none !important;
	color: #F0F0F0 !important;
}
INPUT, SELECT
{
	vertical-align: middle;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
.art-button-wrapper.hover .art-button, .art-button:hover
{
	color: #F2F2F2 !important;
	text-decoration: none !important;
	cursor: pointer;
}
.art-button-wrapper.active .art-button
{
	color: #F2F2F2 !important;
}
.art-button-wrapper .l, .art-button-wrapper .r
{
	display: block;
	position: absolute;
	z-index: -1;
	height: 78px;
	background-image: url(../images/Button.png);
}
.art-button-wrapper .l
{
	left: 0;
	right: 8px;
}
.art-button-wrapper .r
{
	width: 405px;
	right: 0;
	clip: rect(auto, auto, auto, 397px);
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r
{
	top: -26px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r
{
	top: -52px;
}
/*end Button
begin Footer*/
.art-Footer
{
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 800px;
	margin: 5px auto 0px;
}
.art-Footer .art-Footer-inner
{
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: right;
}
.art-Footer .art-Footer-background
{
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url(../images/Footer.png);
	width: 800px;
	height: 150px;
	bottom: 0;
	left: 0;
}
.art-Footer .art-Footer-text P
{
	margin: 0;
}
.art-Footer .art-Footer-text
{
/*	display: inline-block; */
	color: #eaeaea;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
.art-Footer .art-Footer-text A:link
{
	text-decoration: none;
	color: #eaeaea;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-size: 1em;
}
.art-Footer .art-Footer-text A:visited
{
	text-decoration: none;
	color: #eaeaea;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-Footer .art-Footer-text A:hover
{
	text-decoration: none;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/*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: #636363;
}
.art-page-footer
{
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #636363;
}
/*end PageFooter
begin LayoutCell*/
.art-contentLayout .art-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 519px;
}
.art-contentLayout .art-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 798px;
}
/*end LayoutCell
begin LayoutCell*/
.art-contentLayout .art-sidebar1
{
	position: relative;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 280px;
}
/*end LayoutCell*/
TABLE.moduletable TH
{
	font-size: 140%;
	padding: 0.5em 0em;
}
.firefox2 TABLE.poll TR TD DIV
{
	font-size: 0;
}
#footer
{
	text-align: center;
}
.breadcrumbs
{
	display: block;
	padding: 0.7em 0em;
}
.contentpaneopen SPAN.small, .contentpaneopen TD.createdate, .contentpaneopen TD.modifydate
{
	font-size: 75%;
	padding-bottom: 1em;
}
.column_separator
{
	padding-left: 0.4em;
}
.pagination SPAN
{
	padding: 2px;
}
.pagination A
{
	padding: 2px;
}
DIV.offline
{
	background: #FFFEBB;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}
SPAN.pathway
{
	display: block;
	margin: 0 20px;
	overflow: hidden;
}
/*headers*/
TABLE.moduletable TH, LEGEND
{
	margin: 0;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}
/*form validation*/
.invalid
{
	border-color: #FF0000;
}
LABEL.invalid
{
	color: #FF0000;
}
/** overlib **/
.ol-foreground
{
	background-color: #F6F6F6;
}
.ol-background
{
	background-color: #666;
}
.ol-textfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ol-captionfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F6F6F6;
	font-weight: bold;
}
.ol-captionfont A
{
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}
/*spacers*/
SPAN.article_separator
{
	display: none;
}
.column_separator
{
	padding-left: 10px;
}
TD.buttonheading IMG
{
	border: none;
}
.clr
{
	clear: both;
}
DIV#maindivider
{
	border-top: 1px solid #DDD;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}
TABLE.blog SPAN.article_separator
{
	display: none;
}
/*edit button*/
.contentpaneopen_edit
{
	float: left;
}
/*table of contents*/
TABLE.contenttoc
{
	margin: 5px;
	border: 1px solid #CCC;
	padding: 5px;
	float: right;
}
TABLE.contenttoc TD
{
	padding: 0 5px;
}
/*content tables*/
TD.sectiontableheader
{
	background: #EFEFEF;
	color: #333;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #FFF;
}
TR.sectiontableentry0 TD, TR.sectiontableentry1 TD, TR.sectiontableentry2 TD
{
	padding: 4px;
}
TD.sectiontableentry0, TD.sectiontableentry1, TD.sectiontableentry2
{
	padding: 3px;
}
/*content styles*/
TABLE.contentpaneopen, TABLE.contentpane
{
	margin: 0;
	padding: 0;
	width: auto;
}
TABLE.contentpaneopen LI
{
	margin-bottom: 5px;
}
TABLE.contentpaneopen FIELDSET
{
	border: 0;
	border-top: 1px solid #DDD;
}
TABLE.contentpaneopen H3
{
	margin-top: 25px;
}
TABLE.contentpaneopen H4
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.highlight
{
	background-color: #FFFEBB;
}
/*module control elements*/
TABLE.user1user2 DIV.moduletable
{
	margin-bottom: 0px;
}
DIV.moduletable, DIV.module
{
	margin-bottom: 25px;
}
DIV.module_menu H3
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EEE;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}
DIV.module_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
DIV.module_menu DIV DIV DIV
{
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}
DIV.module_menu DIV DIV DIV DIV
{
	background: none;
	padding: 0;
}
DIV.module_menu UL
{
	margin: 10px 0;
	padding-left: 20px;
}
DIV.module_menu UL LI A:link, DIV.module_menu UL LI A:visited
{
	font-weight: bold;
}
#leftcolumn DIV.module
{
	padding: 0 10px;
}
#leftcolumn DIV.module TABLE
{
	width: auto;
}
/*forms*/
TABLE.adminform TEXTAREA
{
	width: 540px;
	height: 400px;
	font-size: 1em;
	color: #000099;
}
DIV.search INPUT
{
	width: 145px;
	border: 1px solid #CCC;
	margin: 15px 0 10px;
}
FORM#form-login
{
	text-align: left;
}
FORM#form-login FIELDSET
{
	border: 0 none #000000;
	margin: 0;
	padding: 0.2em;
}
FORM#form-login UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
FORM#form-login UL LI
{
	background-image: none;
	padding: 0;
}
#modlgn_username, #modlgn_passwd
{
	width: 90%;
}
#form-login-username, #form-login-password, #form-login-remember
{
	display: block;
	margin: 0;
}
FORM#com-form-login
{
	text-align: left;
}
FORM#com-form-login FIELDSET
{
	border: 0 none #000000;
	margin: 0;
	padding: 0.2em;
}
FORM#com-form-login UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
FORM#com-form-login UL LI
{
	background-image: none;
	padding: 0;
}
/*thumbnails*/
DIV.mosimage
{
	margin: 5px;
}
DIV.mosimage_caption
{
	font-size: 0.9em;
	color: #666;
}
DIV.caption
{
	padding: 0 10px;
}
DIV.caption IMG
{
	border: 1px solid #CCC;
}
DIV.caption P
{
	font-size: 0.9em;
	color: #666;
	text-align: center;
}
/*Parameter Table*/
TABLE.paramlist
{
	margin-top: 5px;
}
TABLE.paramlist TD.paramlist_key
{
	width: 128px;
	text-align: left;
	height: 30px;
}
DIV.message
{
	font-weight: bold;
	font-size: 14px;
	color: #C30;
	text-align: center;
	width: auto;
	background-color: #F9F9F9;
	border: 1px solid #D5D5D5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
/*Banners module
Default skyscraper style*/
.banneritem IMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*Text advert style*/
.banneritem_text
{
	padding: 4px;
	font-size: 11px;
}
.bannerfooter_text
{
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}
/*System Messages
see system general.css*/
.pagination SPAN
{
	padding: 2px;
}
.pagination A
{
	padding: 2px;
}
/*Polls*/
.pollstableborder
{
	margin-top: 8px;
}
.pollstableborder TD
{
	text-align: left;
}
/*WebLinks*/
SPAN.description
{
	display: block;
	padding-left: 30px;
}
/*Frontend Editing*/
FIELDSET
{
	border: 1px solid #CCC;
	margin-top: 15px;
	padding: 15px;
}
LEGEND
{
	margin: 0;
	padding: 0 10px;
}
TD.key
{
	border-bottom: 1px solid #EEE;
	color: #666;
}
/*Tooltips*/
.tool-tip
{
	float: left;
	background: #FFC;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title
{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text
{
	font-size: 100%;
	margin: 0;
}
/*System Standard Messages*/
#system-message
{
	margin-bottom: 20px;
}
#system-message DD.message UL
{
	background: #C3D2E5 url(../../system/images/notice-info.png) no-repeat 4px center;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
/*System Error Messages*/
#system-message DD.error UL
{
	color: #C00;
	background: #E6C0C0 url(../../system/images/notice-alert.png) no-repeat 4px center;
	border-top: 3px solid #DE7A7B;
	border-bottom: 3px solid #DE7A7B;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
/*System Notice Messages*/
#system-message DD.notice UL
{
	color: #C00;
	background: #EFE7B8 url(../../system/images/notice-note.png) no-repeat 4px center;
	border-top: 3px solid #F0DC7E;
	border-bottom: 3px solid #F0DC7E;
	margin: 0px;
	padding-left: 40px;
	text-indent: 0px;
}
#syndicate
{
	float: left;
	padding-left: 25px;
}
/*Component Specific Fixes*/
#component-contact TABLE TD
{
	padding: 2px 0;
}
.breadcrumbs IMG
{
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
.mceToolbarTop
{
	white-space: normal;
}
.mceEditor
{
	background: none;
}
#archive-list
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#archive-list LI
{
	list-style-type: none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#navigation
{
	text-align: center;
}
.article H3 IMG
{
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.art-Footer-text .moduletable
{
	border: none;
	margin: 0;
	padding: 0;
}
.pollstableborder TD
{
	vertical-align: middle;
}
.img_caption.left
{
	float: left;
	margin-right: 1em;
}
.img_caption.right
{
	float: right;
	margin-left: 1em;
}
.img_caption.left P
{
	clear: left;
	text-align: center;
}
.img_caption.right P
{
	clear: right;
	text-align: center;
}
.img_caption IMG
{
	margin: 0em;
}
.contentheading
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 19px;
	color: #949494;
}
/*Plugin compatilibity.
152316, DOCman*/
.dm_taskbar UL
{
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.dm_taskbar UL LI
{
	background-image: none;
}


/*ERROR-Bereich Anfang*/

.center {
    margin-left: -400px;
    width: 800px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 100%;
}
.error_mt {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 150px;
    font-weight: bold;
    line-height: 200px;
    margin: 0;
}
.error > span {
    display: inline-block;
    position: relative;
}
.message {
    width: 400px;
}
/*ERROR-Bereich Ende*/