/************* WWW *************/
body
{
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

form
{
	padding: 0;
	margin: 0;
}

a
{
	color: #303030;
	text-decoration: underline;
}

table
{
	font-size: 12px;
}

th
{
	font-size: 12px;
	font-weight: bold;
}

.Hide
{
	display: none;
}

#centerContent /* Center Frame */
{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 880px;
	min-height: 890px;
	text-align: left;
	padding-top: 10px;
	overflow: hidden;
}

#Header
{
	position: relative;
	z-index: 10;
	width: 880px;
	height: 80px; /* 10px Rand vom unteren Element und 10px Rand vom Pagerand oben*/
	background-color: #FAB300;
}

#Header img
{
	position: relative;
	top: 10px;
	left: 20px;
}
#Header #xps_logo
{
	position: absolute;
	z-index: 30;
	left: 752px;
	top: 35px;
	border:0;
}

#sectionImage img
{
	width:880px;
	/*margin-top: 10px;*/
	margin-top: 1px;
	margin-bottom:-1px;	/* Only IE */
}


:root #sectionImage img {
  margin-bottom:1px;      /* Korrektur fuer FireFox */
}


#contentMain /*Content*/
{
	position: relative;
	z-index: 10;
	width: 430px;
	float: left;
	display: block;
	padding-left: 2px;
	overflow: visible;
}

html > body #contentMain
{
	top: -24px; /* FF hack */
}

#footer
{
	padding-top: 10px;
	height: 15px;

	font-size: 9px;
}

#navigation /*Hauptnavigation*/
{
	height: 40px;
	width: 880px;
	/*margin-top: 10px;*/	/*Lars möchte keinen vertikalen Abstand*/
	margin-bottom: 10px;
	background-image: url(/images/basis/nav/bg.png);
	background-repeat: repeat-x;

}
#navigation ul, #navigation table
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#navigation li, #navigation td
{
	font-size: 12px;
	font-weight: bold;
	border-right: solid 1px #ffffff;
	border-top: none;
	float: left;
}

#navigation li a, #navigation td a
{
	height: 28px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}


#navigation li:Hover, #navigation .ak, #navigation td:Hover
{
	background-image: url(/images/basis/nav/bg_ak.png);
	background-repeat: repeat-x;
	color: #ffffff;
}

#navigation li a:Hover, #navigation td a:Hover
{
	color: #ffffff;
}

#subnavigation
{
	float: left;
	width: 207px;	/* 2xb */
}
#subnavigation ul
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/basis/nav/bg_sub.png);
	background-repeat: repeat-x;
}

#subnavigation li a
{
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	color: #333333;
	height: 21px;
	padding-left: 21px;
	padding-top: 14px;
	display: block;
	margin-left:20px;
}

#subnavigation li a:Hover, #subnavigation .ak
{
	color: #0062B5;
}



/* RASTERANGABEN */
/*****************/
.w1
{
	width:100px;
}
.w2
{
	width:210px;
}
.w3
{
	width:320px;
}
.w3_banner
{
	width:320px;
}
.w4
{
	width:430px;
}
.w4_banner
{
	width:430px;
}
.w5
{
	width:540px;
}
.w6
{
	width:650px;
}
.w8
{
	width:880px;
	/* Full width so no padding */
}
.h1 *	/* Use "*" to select the Childelements of h1 */
{
	/*max-height:100px;*/
	/*overflow:hidden;*/
}
.h2 *
{
	max-height:200px;
	overflow:hidden;
}
.h3 *
{
	max-height:300px;
	overflow:hidden;
	
}
.left
{
	float:left;
}

.right
{
	float:right;
}

.margin_top
{
	margin-top: 18px;
}
.margin_left
{
	padding-left:20px;
}
.margin_right_23px
{
	padding-right:23px;
}
.margin_left_10px
{
	padding-left:10px;
}
.margin_right
{
	padding-right:20px;
}

.marginalspalte DIV
{
	font-size:11px;
	padding-left:15px; 
	padding-top: 5px;
	padding-bottom:5px;
	/*margin-bottom:10px;*/ /* Lars möchte keinen Abstand */
	margin-bottom:1px;
	background-color:#FEE5A5;
}

.floatRight
{
	float:right;
}

.orangeBg
{
	background-color:#FEE5A5;
}

/* RASTER SUBKLASSEN */
/*********************/


.w8 img
{
	width:880px;
}
.w6 img
{
	width: 650px;
	padding-bottom: 10px;
}
.w4 img
{
	width:410px;
}
.w4_banner img
{
	width:90px;
}
.w3 img
{
	width:300px;
}
.w3_banner img
{
	margin-top:5px;
	width:180px;
}
.w2 img
{
	width:180px;
	padding-left:0px;
	margin-bottom:10px;	
}




.h2 img
{
	height:200px;
}
.h1 img
{
	height:100px;
}

.h10px
{
	height:10px;
}





