/* 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");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 101%;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #0075ba;
	/*background-image: url(../images/bg_header_small.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.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 {
	background-color: #FFFFFF;
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 100%; Für 100% Höhe*/
}

* html .pagewidth {
	
}

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

.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 160px;
	width: 960px;
	background-image: url(../images/header_small.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

* html .headerRow {
	display: block;
}

.logo {
	position: relative;
	float: left;
	width: 707px;
	height: 79px;
	margin: 81px 0 0 10px;
}

.logo img {
	display: block;
}

* html .logo {
	margin-left: 5px;
}

.search {
	position: relative;
	float: right;
}

.menuHeader {
	position: relative;
	float: left;
	width: 243px;
	height: 25px;
	padding: 135px 0 0 0;
	text-align:right;

}

* html .menuHeader {
	margin-bottom: -2px;
}

.menuHeader img {
	display: inline;
}

* html .menuHeader {
	
}

.statusRow {
	margin-bottom: 10px;
}

.leftcol {
	width: 220px;
	float: left; 
	position: relative; 
	padding: 0;
	background-image:url(../images/main_menu_mood_sub.jpg);
	background-repeat:no-repeat;
}

#logosPartner {
	margin: 16px 0 0 37px;
}

#logosPartner DIV {
	margin-bottom: 25px;
}


#menuMain {
	margin-top:104px;
}

.menuMain { 
	margin: 0;
	background-color: #3391c9;
	padding-bottom:42px;
}

.subMenuWrap {
	padding: 5px 0 15px 0;
	border-bottom: 1px solid #FFFFFF;
}


#menuMeta {
	padding-left:100px;
}

.menuMeta{
	/*float: right;*/
	margin:0;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: none;
	
}

.twocols {
	width: 740px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 200px;
	padding: 10px 10px 5px 0;
}

* html .rightcol {
}

.maincol {
	float: left;
	display: inline;
	width: 510px;
	padding: 10px 0 25px 10px;
	min-height: 400px;
}
*html .maincol { height: 400px; }


/* Footer */
.footerRow {
	height: 22px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	background-color: #f1e4d5;
}

.address {
	float: left;
	width: 510px;
	padding: 0 10px 0 10px;
	margin-left: 210px;
	line-height: 22px;
	color: #3391c9;
	font-size: 90%;
}

* html .address {
	margin: 0 10px 0 0;
	padding: 0 0 0 220px;
}

.menuFooter {
	float: right;
	width: 200px;
	text-align: right;
	color: #3391c9;
}

/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
}

* 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; 	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
	
.maincol .csc-linkToTop A { 
     color: #000000; 
     text-decoration:none; 
}

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

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 510px;
	clear: left;
	margin: 0 0 10px 0;
}

.rightcol .csc-frame-rulerAfter {
	background-image: url(../images/right_col_bottom.gif);
	background-position: bottom left;
	height: 20px;
	width: 200px;
	padding-top: 10px;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

#captchaResponse {
	margin:4px 5px 0pt 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 */  



