html, body
{
	background: #ffcc33 url(../../images/bg_body.gif) repeat-y;
	font-family: Arial;
	font-size: 12px;
	min-width: 900px;
	min-height: 100%;
	height: 100%;
}

html, body, p, td, div, span {
	color: #243c6a;
}
strong {
	font-weight: bold;
}


/******************
		GENERAL
******************/
.clear { clear: both; }

a { color: #243c6a;	font-weight: bold; }

h2
{
	color: #243c6a;
	font-size: 18px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
h4
{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

label
{
	width: 190px;
	display: block;
	float: left;
	clear: left;
	height: 17px;
	padding: 3px 0 0 0;
	
}

p {	margin: 10px 0; }


.button
{
	width: 172px;
	height: 20px;
	color: #ffff00;
	font-weight: bold;
	background: transparent url(../../images/button.png) no-repeat;
	border: 0px none;
	text-align: left;
	padding-left: 30px;
	font-size: 11px;
	cursor: pointer;
}
* html .button
{
	background: transparent url(../../images/button.gif) no-repeat;
}


.ulList, .ulList li
{
	list-style: disc;
}
.ulList
{
	padding-left: 20px;
}


.pageForm label {	width: 135px;	text-align: right;	padding: 3px 5px 0 0; }
.pageForm .input {	width: 180px;	border: 1px solid #000;	margin: 3px 0 0 0; }
.pageForm .textarea {	border: 1px solid #000;	margin: 3px 0 3px 0; }


/****************
		HEADER
*****************/
#header
{
	background: #182748 url(../../images/header_down.gif) repeat-x bottom;
	height: 130px;
	position: relative;
}
#bearImage
{
	width: 152px;
	height: 165px;
	background: transparent url(../../images/bear.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	/* SEE language specified CSS for background-image */
}
#headerRightBorder
{
	position: absolute;
	right: 0px;
	top: 102px;
	background: transparent url(../../images/topright.gif) no-repeat;
	width: 37px;
	height: 46px;
	z-index: 9;
}
#slogan
{
	width: 235px;
	height: 19px;
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin-left: -117px;
	background: transparent url(../../images/slogan.gif) no-repeat;
	z-index: 5;
	/* SEE language specified CSS for background-image */
}

#menuHeader
{
	padding: 0px 100px 0 200px;
	
}


/**************
		PAGE
***************/

#pageBg
{
	background: transparent url(../../images/bg_right.gif) repeat-y top right;
	
	min-height: 100%;
}
* html #pageBg
{
	height: 100%;
}
#page
{
	position: relative;
	margin-top: 17px;
	zoom: 1;
}


/**************
		MENU
***************/
#menu
{
	position: absolute;
	background: transparent url(../../images/menu_bottom.gif) no-repeat left bottom;
	width: 152px;
	top: -17px;
	left: 0px;
	padding-bottom: 168px;
	/* SEE language specified CSS for background-image */
}

#menu_nl
{
	position: absolute;
	background: transparent url(../../images/menu_bottom_noimprint.gif) no-repeat left bottom;
	width: 152px;
	top: -17px;
	left: 0px;
	padding-bottom: 168px;
	/* SEE language specified CSS for background-image */
}

#menu_nl ul
{
	margin: 0 0 0 13px;
	display: block;
}
#menu_nl ul li
{
	display: block;
	background: transparent url(../../images/menu.gif) repeat-y;
	width: 99px;
	min-height: 15px;
	padding: 3px 30px 3px 24px;
}
* html #menu_nl ul li {	height: 20px; }

#menu ul
{
	margin: 0 0 0 13px;
	display: block;
}
#menu ul li
{
	display: block;
	background: transparent url(../../images/menu.gif) repeat-y;
	width: 97px;
	min-height: 15px;
	padding: 3px 30px 3px 24px;
}
* html #menu ul li {	height: 20px; }


#menu li a
{
	color: #182748;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#menu li.on a { color: #f00; }

/* SUBMENU */
#menu ul li li
{
	background: transparent;
	padding: 0;
	width: 80px;
}
#menu ul li ul.submenu li a
{
	font-weight: normal;
	color: #182748;
}
#menu li ul.submenu li.on a
{
	color: #f00;
}



#contactBtn
{
	position: absolute;
	top: 13px;
	left: 35px;
	width: 85px;
	height: 15px;
	z-index: 1000;
	display: block;
}
#impressumBtn
{
	display: block;
	width: 85px;
	height: 15px;
	bottom: 145px;
	left: 35px;
	position: absolute;
	z-index: 1000;
}




#content {	margin-left: 230px; margin-right: 50px}


/**********
	ERRORS
***********/
.errors {	color: #f00; margin-bottom: 10px;}
.errors ul, .errors li {	list-style: circle;}
.errors ul { margin-left: 20px; }
.errors li { 	padding: 0 0 0 15px; }


.list
{
	width: 100%;
}
.list td
{
	background: #ffe985;
	padding: 3px;
}
.list tr.alt td
{
	background: #fed65d;
}
.list thead td
{
	background: #ff8a01;
	color: #ffe985;
	padding: 5px;
}

div.promotionBlock
{
	border: 1px solid #ff8a01;
	background: #ffe985;
	margin: 10px 0;
	min-width: 350px;
}
div.promotionContent
{
	padding: 10px;
}
div.promotionBlock h3
{
	background: #ff8a01;
	padding: 5px;
	font-weight: bold;
	color: #ffe985;
}


/*****************
		SITEMAP
******************/

.sitemap_navPoint {
clear:both;
margin-bottom:10px;
padding:1px;
position:relative;
}
.sitemap_mainNavPoint {
background:transparent url(/planet/_common/images/sitemap/bg_main.gif) repeat-x scroll left top;
height:19px;
left:0px;
position:absolute;
top:1px;
width:203px;
}
.sitemap_mainNavPoint a {
background:#FF8A01 none repeat scroll 0%;
color:#FFE985;
display:block;
font-weight:bold;
margin-left:16px;
margin-right:8px;
padding:3px;
text-decoration:none;
}
.sitemap_mainNavPoint a:hover {
background:#E3AC07 none repeat scroll 0%;
}
.sitemap_subNavPoint {
display:block;
list-style-type:none;
margin:0pt 0pt 0pt 203px;
padding:0pt;
}
.sitemap_subNavPoint li a {
background:#FFE985 none repeat scroll 0%;
color:#182748;
display:block;
font-weight:normal;
margin-left:7px;
padding:3px;
text-decoration:none;
}
.sitemap_subNavPoint li a:hover {
background:#FFD65A none repeat scroll 0%;
}
.sitemap_subNavPoint li.first {
background:transparent url(/planet/_common/images/sitemap/bg_subFirst.gif) no-repeat scroll left top;
}
html > body .sitemap_subNavPoint li.first {
padding-bottom:7px;
}
.sitemap_subNavPoint li.last {
background:transparent url(/planet/_common/images/sitemap/bg_subLast.gif) no-repeat scroll left bottom;
padding-bottom:0px;
}
.sitemap_subNavPoint li.empty {
background:transparent none repeat scroll 0%;
display:block;
}
.sitemap_subNavPoint li {
background:transparent url(/planet/_common/images/sitemap/bg_subNormal.gif) no-repeat scroll left center;
height:20px;
padding-bottom:8px;
width:268px;
}
