/* 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;
	background-image: url(../images/bodyBg.gif);
	background-position: 0 78px;
	background-repeat: repeat-x;
}

A {
	color: black;
}

A:hover {
	color: #0563AD;
}



/* Layout ID's */
.pagewidth {
	width: 962px; /* same as footer */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0 0; /* same as footer */
}

.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 412px;
	width: 962px;
}

/** html .headerRow {
	display: block;
}*/

.logo {
	position: relative;
	float: left;
	width: 207px;
	height: 45px;
	margin: 22px 0 0 5px;
}

.logo img {
	display: block;
}

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


.menuHeader {
	position: relative;
	float: right;
	width: 368px;
	height: 57px;
	padding: 40px 0 0 0;
	
	text-align: left;
}

.menuLang {
	display: inline;
}

.search {
	width: 169px;
	display: inline;
}

.menuMeta {
	display: inline;
}


.menuMain { 
	position: absolute;
	width: 197px;
	bottom: 70px;
	left: 0;
}

.headImage {
	position: absolute;
	width: 566px;
	height: 256px;
	bottom: 0;
	left: 197px;
	background-color: #FFFFFF;
}

.statusRow {
	display: none;
}

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

.menuSub {
	width: 197px;
}

.twocols {
	width: 735px;
	float: right; 
	margin: 0;
	padding: 0 0 20px 0;
}
 
.rightcol {
	float: right;
	display: block;
	width: 171px; /* 199px */
	padding: 0 0 0 28px;
  margin-bottom: 10px;
}

* html .rightcol {
}

.maincol {
	float: left;
	display: inline;
	width: 536px;
	min-height: 400px;
}

*html .maincol { height: 400px; }


/* Footer */
.footer {
	padding: 15px 0 30px 0;

	background-image: url(../images/footBg.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.footerRow {
	font-size: 100%;
	
	width: 962px; /* same as pagewidth */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0 0; /* same as pagewidth */
}

.menuFooter {
	display: inline;
}
.menuPrint {
	display: block;
	float: right;
	/* margin: 0 199px 0 0; */
}
* html .menuPrint { /* IE6 doublemargin fix */
	margin-right: 100px;
}


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

* html .fileLink  { 
	height: 18px; 
}

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


/* classes for 2 cols with layout option */
.twoColBoxLeft,
.twoColBoxRight {
	width: 260px;
	float: left;
	margin: 0 15px 15px 0;
}

.twoColBoxRight {
	margin-right: 0;
}

/* this box is required after 2 col boxes */
.oneColBox {
	float: left;
	margin-bottom: 15px;
}


/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop,
.csc-frame-rulerAfter {
	margin: 10px 0 15px 0;	
	clear: left;
	height: 12px;
	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	display: block;
	height: 12px;

	text-decoration:none; 
	background-image: url(../images/totop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

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

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

#maincol .csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}


/* Extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: 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 */  