body {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #1b2122;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
}
#page {
	/*width: 986px; */
	border: 0px solid black; 
	margin: 0px auto;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}


#art-page-background-simple-gradient
{
	position: absolute;
	top:0;
	width: 100%;
	height: 900px;
}

#banner {
	height: 218px;
	border-width: 0px;
}
#banner img {
	border-width: 0px;
}
#leftmenu {
	width: 150px; float: left;
}
#rightbanner {
	width: 150px; float: right;
}
#content {
	margin: 0px 10px; 
	width: 645px; 
	float: left;
	font-size: 12px;
}
#subbanner {
	clear: both; padding: 20px;
}
#footer {
	padding: 5px;
	top:0px;
	margin: 0px;
	position: relative;
	background-color: #162546;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #D2D9DB;
}

h1, h2, h3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
}
#content h1 {
	display: none;
}
h4 {
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #162546;
}

h4.partnerseite  {
	clear: both;
	background-color: #162546;
	background-color: #CCC;
	color: #FFF;
	color: #162546;
	padding: 5px;
	margin: 5px;
}

/* mdy */
.doc {
}
.docs {
}
.sdoc {
}
.sdocs {
}
a, a:link, a:visited {
	text-decoration: none;
	color: #f5821F;
}

a:active, a:hover {
	color: #162546;
}
.sitename {
	font-weight: normal;
	font-size: 20px;
}
#topmenu {
	background-image:url(images/nav.png);
	height: 27px; 
	margin: 0px; 
	padding: 0px;
	overflow: hidden;
}
#topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topmenu ul li {
	float:left;
	padding: 0px;
}
#topmenu ul li a{
	font-size: 80%;
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 6px 20px;
	display: block;
}
#topmenu ul li a:hover{
	color: #FFF;
	border: 0px solid green;
	background-image: url("images/MenuItem.png");
}

.menulevel1 {
	padding: 0px 10px;
	list-style-type: none;
}
.menulevel1 li {
	font-size: 12px;
	text-decoration: none;
	margin: 4px;
	padding: 0px 0px 0px 15px;
	background-image: url("images/BlockContentBullets.png");
	background-repeat: no-repeat;
	color: #162546;
	font-weight: bold;

}
.menulevel1 li.sdoc {
	color: #162546;
}
#rightbanner {
	font-size: 80%;
	padding: 10px;
}

/* begin Box, Sheet */
.art-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 996px;
	min-width:23px;
	min-height:23px;
}

.art-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
	margin: 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: 42px;
	height: 42px;
	background-image: url('images/Sheet-s.png');
}

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

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

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

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

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

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

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

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

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

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

.art-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: #C5DDE7;
	background-image:url('images/content-bg.jpg');
}


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

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

/* end Box, Sheet */


