/*****************************************************************************
 www.pier-4.de
 (c)  Diplix Solutions Claude Schmidhuber, www.diplix.de
******************************************************************************/
/*****************************************************************************
 Generisch
******************************************************************************/

html 
{
	height:100%;
}

html body
{
	height:100%;
	width:auto;	
	padding:0px; 
	margin:0px; 
	background-color: #FFFFEB;
}

body,td,ul,li,h1,h2,h3,p,div
{
	font-family: Arial, Sans-Serif, Tahoma;
	color:#000000;
}

h1,h2,h3,h4,h5,h6
{
	margin-top:0;
}

div,p,td
{
	font-size:9pt;
}

td
{
	vertical-align:top;
}

img
{
	border:0 none;
	margin:0;
	padding:0;
}

/* mozilla fix for img-only tds */
td img 
{
	display: block;
} 

ul
{ 
  list-style-type: square;
}

a
{
	color:#A9A000;
}
a:visited
{
	color:#A9A000;
}
a:hover
{
	color:black;
	text-decoration:none;
}

.endfloat
{
	clear:both;
}
/*****************************************************************************
 Hauptlayout
******************************************************************************/
/*****************************************************************************
 Grundstruktur / Layout
******************************************************************************/
#main-container
{
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	text-align:left;
	width:915px;
}

#main-page
{
	margin:0;
	padding:0;
	position:relative;
}

#main-logoheader  
{
	height:165px;
	position:relative;
	background-image: url(bilder/bg_header.jpg);
}

#main-headergfx
{
	position:absolute;
	left:1px;
	top:40px;
}

/*  -- 915 -- */
/* 210 | |  700 | | 5 */
#main-content
{
	position:relative;
	background-image: url(bilder/bg_content.jpg);
	background-repeat:repeat-y;
}

#main-nav
{
	padding:40px 0 0 0;
	margin:0;
	width:165px;
 	float:left;	
	color:black;
	font-size:12pt;
}

#main-nav ul
{	
	margin:0 0 0 0;
	padding:0;
	width:206px;
}

#main-nav ul li /* pier4-ie */
{
	display:block;
	float:left;
	padding:10px 0px 0px 30px;
	margin:0px 0px 1px 0px;
	width:176px; /* 206 */
	height:28px; /* 38 */
	text-align:left;
	border-style:none;
	background-image: url(bilder/n1.gif);
	font-family:Tahoma,serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

#main-nav ul li.spacer
{
	border-style:none;
}

#main-nav ul li a
{
	text-decoration:none;
	color:#75746B;
}

#main-nav ul li a:hover
{
	font-weight:bold;
}

#main-nav ul li.active a
{
	font-weight:bold;
}

#main-nav-pics
{
	margin:0 0px 0 10px;
}
#main-nav-pics img
{
	margin:15px 0px 0px 0px;	
}

#main-innercontent /* pier4-ie */
{
	margin:0 5px 0 210px;
	width:670px; /* 700 */
	padding:20px 5px 0 25px;
	color:black;
}

#main-right
{
	float:right;
	width:1px;	
	color:black;
	overflow:hidden;
}

/* ### fix für floating area ### */
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ### fertig fix für floating area ### */

#main-footer
{
	color:black;
	background-image: url(bilder/bg_footer.jpg);
	text-align:right;
	height:51px;
	font-size:7pt;
}
#main-footerbelow
{
	text-align:right;
	padding:0 20px 0 0;
	color:#8A8880;
	font-size:7pt;
}

h1,h2,h3
{
	color:#C9D301;
}

h1
{
		font-size:24pt;
}

/*****************************************************************************
 RTE
******************************************************************************/
.align-center
{
	text-align:center;
}
.csc-textpic-clear
{
	padding:0;
	margin:5px 0 0 0;
	display:inline;
}