.bgorange { background-color: #ef5f24;}
.bggrau   { background-color: #e0e0e0;}
.bggruen  { background-color: #3f928d;}
.bggelb   { background-color: #ffb400;}
.bgrot    { background-color: #CC0000;}
.bglila   { background-color: #d4bcee;}
.bgweiss   { background-color: #eeeeee;}

.orange { color: #ef5f24;}
.grau   { color: #e0e0e0;}
.gruen  { color: #3f928d;}
.gelb   { color: #ffb400;}
.rot    { color: #CC0000;}
.lila   { color: #d4bcee;}


/* maincontainer bildet den gesamten Bereich der Seite */
#maincontainer {
	width: 870px;
	margin: 0px auto;		/*ändern auf 0px auto falls ohne shadowcontainer */
	background-color: #ffffff;
	/* border: 1px solid #cccccc; */
}


/* Logo */
#topsection{ height: 130px; }
	#topsection .LogoHeader{
		background: url(../images/logoHeader.jpg) no-repeat 0 0;
		width: 870px;
		height:100px;
	}
	#topsection .NaviHeader{
		background: url(../images/logoHeader_Navi.jpg) no-repeat 0 0;
		height:30px;
	}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 180px; /*Set left margin to LeftColumnWidth*/
	margin-top: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-attachment: fixed;
	background: url(../images/DottetLineVert.gif) repeat-y left top;
	min-height: 580px;
}
* html #contentcolumn {
	height: 580px;
}
	#PageText a, #PageText a:visited {
		text-decoration:none;
		white-space:nowrap;
		padding-bottom:4px;
		color:#000;
		background: transparent url(../images/img-line.gif) repeat-x 100% 100%;
	}

	#PageText a.nofx {
		text-decoration:none;
		color: #ef5f24;
		background:none;
		white-space:normal;
		padding-bottom:0px;
	} 

	#PageText a.picfx {
		text-decoration:none;
		color: #ef5f24;
		background:none;
		background-color: #eeeeee;
		border: 1px solid #c0c0c0;
		white-space:normal;
		padding: 4px;
	} 


	#PageText a.mail {
		color: #000000;
		text-decoration:none;
		white-space:nowrap;
		padding-left: 17px;
		padding-bottom:0px;
		background: url(../images/icon_email.gif) no-repeat;
	}
	
	#PageText a:hover {
		/*text-decoration:underline;*/
		color: #cc0000;
	}
/* Linke Navigationsleiste */
#leftcolumn{
	float: left;
	width: 170px;
	margin-left: -870px; /*Set left margin to -(MainContainerWidth)*/
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom:0px;
	overflow: hidden;
}

/* rote Leiste im Fußbereich */
#footer{
	clear: left;
	width: 100%;
	height: 28px;
	color: #c0c0c0;
	text-align: center;
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(../images/_tablePagination.jpg) repeat-x 0 0;
}

