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

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

BODY {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #cdcdcd;
}

.maincol A {
	color: #e30119;
	text-decoration:none;
}

.maincol A:hover {
	color: #424242;
}

.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: 220px;
	height: 135px;
	margin: 0 0 0 10px;
}

.logo img {
	display: block;
}

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

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

.menuHeader {
	position: relative;
	float: right;
	height: 25px;
	padding: 0 10px 0 10px;
	padding-top:135px;
}

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

.statusRow {
	margin-bottom: 10px;
}

.leftcol {
	width: 220px;
	float: left; 
	position: relative; 
	padding: 0;
}

.menuMain {
	margin: 13px 0 0 10px;
}

.menuMeta{
	height: 25px;
	float: right;
	margin:0;
}

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

/*.menuLang {
	display: none;
}*/

.menuHeader,
.menuMeta {
	width: 380px;
}

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


* html .rightcol {
}

.maincol {
	float: left;
	display: inline;
	width: 480px;
	padding: 10px 20px 25px 20px;
	min-height: 400px;
}

*html .maincol { height: 400px; }


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


.copyright,
.address {
	float: left;
	width: 510px;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #545454;
	font-size: 90%;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #545454;
	text-decoration:none;
}

.copyright A:hover{
	color: #e30119;
}

.address {
	width: 510px;
}

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

.menuFooter {
	float: right;
	width: 200px;
	text-align: right;
}

/* 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;
	background-repeat: no-repeat;
	height: 40px;
	width: 510px;
	clear: left;
}

/*.csc-textpic-text IMG {
	float: left;
	margin-right:5px;
}*/

.csc-textpic-text A {
	line-height:20px;
}

.csc-textpic-image {
	padding-bottom: 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 */  


