/* Main stylesheet */

@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: #FFFFFF;
	color: #656565;
	/*background-image: url(../images/bg_header_small.gif);*/
	background-position: top;
	background-repeat: repeat-x;
}

.maincol A {
	color: #656565;
}

.maincol A:hover {
	text-decoration: none;
}

.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;
}

* html .pagewidth {
}

.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 220px;
	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: 332px;
	height: 139px;
	margin: 10px 0 0 340px;
}
* html .logo {
	margin-left: 170px; /* IE6 double margin bug */
}

.logo img {
	display: block;
}

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

.menuHeader {
	/*position: relative;*/
	/*float: left;*/
	margin-top: 195px;
	bottom: 0px;
	width: 940px;
	height: 25px;
	padding: 0 10px 0 10px;
}

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

.menuHeader img {
	display: inline;
}

* html .menuHeader {
	
}

.statusRow {
	margin-bottom: 10px;
}

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

.wrapper {
	background-image: url(../images/bg_wrapper.gif);
	background-position: left top;
	background-repeat: repeat-y;
	height: 100%;
}

.menuMain { 
	margin: 0;
}

.menuMeta{
	/*height: 25px;*/
	position: relative;
	float: right;
	padding: 5px 60px 0 0;
}

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

.twocols {
	width: 740px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	width: 190px;
	float: right;
	display: block;
	padding: 5px;
	margin: 33px 10px 25px 0;
	background-color: #C8CED4;
	color: #454B55;
}

* html .rightcol {
	float: none;
}

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


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

.footerRow A {
	color: #F6FBF6;
	text-decoration: none;
}

.copyright {
	display: block;
	width: 210px;
	float: left;
	font-size: 90%;
	line-height: 25px;
}

.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	/*color: #34450E;*/
	font-size: 90%;
}

.address P {
	/*color: #F6FBF6;*/
	line-height: 25px;
}

.menuFooter {
	float: right;
	/*color: #F6FBF6;*/
}

/* 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;
}

.rightcol .csc-frame-rulerAfter {
	background-position: bottom left;
	height: 20px;
	width: 190px;
}

.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 */  
