/* Stylesheet for Site [KundenName] */

@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("search.css");
@import url("news.css");

/* Tag Definitions limited to ID's */
#rightcol H1 {
	font-size: 120%;
	font-weight: bold;
}

#rightcol H2,
#rightcol H3 {
	font-size: 110%;
	font-weight: bold;
}

#rightcol A:hover {
	color: black;
	text-decoration: none;
}

#maincol A {
	color: #F8701A;
	text-decoration: underline;
}

#maincol A:hover {
	color: #621402;
}

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



/* Layout ID's */
#pagewidth {
	width: 992px;
	text-align: left;
	position: relative;
}

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

#headerRow {
	position: absolute;
	height: 58px;
	top: 0;
	left: 0;
	z-index: 70;
}
#mainMenu { 
	position: absolute;
	top: 70px;
	left: 144px;
	z-index: 100;
}
#subMenu { 
	position: absolute;
	z-index: 100;
	top: 232px;
	left: 0;
	width: 156px;
	min-height: 150px;
	
	background-image: url(../images/allgemein/subnavi_hg.gif);
}
* html #subMenu {
	height: 150px;
}

#metaMenu {
	position: absolute;
	top: 228px;
	left: 705px;
	height: 97px;
	width: 274px;
	z-index: 90;
	
	padding: 10px 0 0 13px;
	
	background-image: url(../images/allgemein/metanavi_hg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
* html #metaMenu {
	height: 107px;
	width: 287px;
}

#maincol {
	position: absolute;
	top: 254px;
	left: 174px;
	width: 505px;
	z-index: 80;
	padding-bottom: 25px;
}
#internezzo {
	position: absolute;
	top: 340px;
	left: 915px;
	width: 100px;
	z-index: 110;
}
#internezzo span {
	display: none;
}
#hintergrundbilder {
	position: absolute;
	left: 0;
	top: 58px;
	width: 992px;
	height: 170px;
	white-space: nowrap;
	z-index: 10;
}
/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

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

/* Footer Classes */
#footerRow .footer_act A,
#footerRow .footer_no A,
#footerRow .footer_no A:hover {
	float: left;
	font-size: 120%;
	line-height: 25px;
	text-decoration: none;
	margin-right: 20px;
	color: black;
}
#footerRow .footer_act A,
#footerRow .footer_no A:hover {
	color: black;
}
#footerRow .footer_act A {
	font-weight: bold;
}


/* CSS STYLED CONTENT OVERRIDES */

#maincol .csc-linkToTop {
     margin: 10px 0 10px 0;
     text-align: right; 	
     border-bottom: 1px solid #CACDDF; 
}
	
#maincol .csc-linkToTop A { 
     color: #F8701A; 
     text-decoration:none; 
}

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

.csc-frame-rulerAfter {
	border-bottom: 1px solid #CACDDF;
	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 */  


