/* Stylesheet for Site [KundenName] */

@import url("form.css");
@import url("menu.css");
@import url("general-styles.css");
@import url("tables.css");


BODY {
	background-image: url(../images/body_hg.gif);
	background-position: left top;
}

#maincol A {
	color: #FC1921;
}

#maincol A:hover {
	text-decoration: underline;
}

#maincol UL  {
	margin: 0 0 0 14px;
	padding: 0;
}
#maincol UL LI {
	margin: 0 0 2px 0;
}
* html #maincol UL  { margin: 0 0 0 17px; }


#maincol TD.p_col {
	width: 190px;
	padding-right: 20px;
	vertical-align: top;
}


/* Layout ID's */
#pageContainer {
	width: 100%;	
	height: 710px;
	background-image: url(../images/body_titel_hg.gif);
	background-position: 0 20px;
	background-repeat: repeat-x;
}

#pagewidth {
	position: relative;
	width: 930px;
	/*min-height: 100%; Für 100% Höhe*/
	margin: 0 0 0 25px;

	text-align: left;
		
	background-image: url(../images/content_hg.gif);
	background-repeat: repeat-y;
}

/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

#headerRow {
	height: 180px;
	width: 100%;
	
	background-image: url(../images/content_titel_hg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}


#titelbild {
	padding: 0 25px;
}

#copyright {
	position: absolute; 
	left: 909px; 
	top: 20px; 
	height:140px;
	widht:22px;
}

#statusRow {
	margin-bottom: 10px;
}

#rightcol {
	position: relative; 
	background-color: #006600;
}

#mainMenu { 
	position: absolute; 
	float: left; 
	padding: 0;
	top: 78px;
	left: 25px;
	width: 200px;
	min-height: 600px;
	
	background-image: url(../images/navi_hg.jpg);
	background-position: 0 102px;
	background-repeat: no-repeat;
}

#langMenu {
	height: 25px;
	margin: 5px 5px 0 20px;
	float: right;
	text-align: right;
}

#twocols {
	width: 730px;
	float: right; 
	position: relative; 
	margin: 0;
}
 
#maincol {
	margin: 45px 65px 20px 260px;
	min-height: 550px;
}
*html #maincol { height: 550px; }

#footerRow {
	height: 25px; 
	margin: 0 25px;
	
	background-image: url(../images/content_hg_fusszeile.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}


/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

* html .fileLink  { 
	height: 18px; 
}

.fileIcon {
	width: 30px;
	float: left;
	clear:left; 
}

/* CSS STYLED CONTENT OVERRIDES */
#maincol .csc-linkToTop {
     margin: 10px 0 10px 0;
     text-align: right; 	
     border-bottom: 1px solid #525E68; 
}
	
#maincol .csc-linkToTop A { 
     color: #72E4E4; 
     text-decoration:none; 
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #525E68;
	margin-bottom: 12px;
	height: 12px;
	width: 100%;
	clear: left;
}



/* Generated Code */
/* Float containers fix: */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */  


