/* 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-weight: bold;
}

#rightcol H2,
#rightcol H3 {
	font-weight: bold;
}

#rightcol A:hover {
	color: black;
	text-decoration: none;
}

/* #maincol A {
	color: black;
}

#maincol A:hover {
	color: black;
} */

#maincol UL  {
	margin: 0 0 0 14px;
	padding: 0;
}
* html #maincol UL  { margin: 0 0 0 17px; }



/* Layout ID's */
#pagewidth {
	width: 960px;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

#headerRow {
	position: relative;
	height: 172px;
	width: 100%;
	
	background-repeat: repeat-x;
	background-position: 176px 88px;
}
#headerRow #headerBild {
	position: relative;
	width: 145px;
	height: 116px;
	float: left;
	padding-right: 31px;
	
	background-color: #FFFFFF;
	/* background-image: url(../images/headerBild.jpg); */
	background-repeat: no-repeat;
}
#headerRow #headerSlogan {
	position: relative;
	width: 550px;
	height: 70px;
	float: left;
		
	/* background-image: url(../images/startseite/headerSlogan.gif); */
	background-position: 0 0;
	background-repeat: no-repeat;
}
#headerRow #logo {
	position: relative;
	width: 180px;
	height: 70px;
	float: right;
}

#headerRow #headerBild a ,
#headerRow #headerSlogan a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#print {
	position: relative;
	float: right;
	width: 85px;
	margin: 20px 0 0 0;
	padding: 2px 0 0 0;
	background-image: url(../images/printIcon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#print A {
	color: #999999;
	padding: 10px 0 0 22px;
}

#print A:hover {
	color: #004595;
}

#statusRow {
	margin-bottom: 10px;
	
	color: #999999;
	font-size: 11px;
}

#leftcol {
	width: 136px;
	float: left; 
	position: relative; 
	padding: 0;
	margin-left: 9px;
	
	color: #999999;
	
	/* border-top: 1px solid #009F8F; */
}

#mainMenu { 
	padding: 25px 0;
	/* border-bottom: 1px solid #009F8F; */
}

#subMenu {
	padding-top: 13px;
	/* border-top: 1px solid #009F8F; */
}

#statusRow {
	margin-top: 13px;
	margin-bottom: 7px;
	
	color: #999999;
	font-size: 11px;
}

#metaMenu {
	display: block;
	position: relative;
	width: 350px;
	float: right;
	margin: 0 0 0 5px;
	color: #999999;
}

#langMenu {
	width: 85px;
	float: right;
}

#twocols {
	width: 784px;
	float: right; 
	position: relative; 
	margin: 0;
}

#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 387px;
	padding: 0 0 30px 0;
	/* border-top: 1px solid #009F8F; */
}

#rightcol {
	position: relative;
	float: right;
	width: 379px;
	padding: 0 0 30px 0;
	
	/* border-top: 1px solid #009F8F; */
}
#leftcol a {
	color: #999999;
}
#maincol a ,
#rightcol a ,
#leftcol a:hover {
	color: #004595;
}
#leftcol a:hover ,
#maincol a:hover ,
#rightcol a:hover {
	text-decoration: underline;
}

#footerRow {
	height: 25px; 
	clear: both;
	width: 100%;
	margin-top: 40px;
	padding: 2px 0 10px 0;
	
	color: #999999;
	
	text-align: center;
	/* border-top: 1px solid #009F8F; */
}


/* 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;
	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;
}


/* LISTS */
ul {
	margin: 10px 0;
	padding: 0;
}
ul li {
	margin: 2px 0;
	padding: 0 0 0 14px;
	list-style-type: none;
	
	background-image: url(../images/li_object_r.gif);
	background-position: 1px left;
	background-repeat: no-repeat;
}



/* CSS STYLED CONTENT OVERRIDES */

#maincol .csc-linkToTop {
     margin: 10px 0 10px 0;
     text-align: right; 	
     /* border-bottom: 1px solid #009F8F; */
}
	
#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 #009F8F; */
	margin-bottom: 12px;
	height: 12px;
	width: 100%;
	clear: left;
}


#clear {
	clear: both;
}

/* captcha */
#captchaResponse {
  margin: 3px 5px 0 120px;
  vertical-align:top;
  width:114px;
}


/* 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 */  


