/* 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: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #ffffff;
 	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}

A {
	color: #5f5f5f;
}

A:hover {
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	width: 792px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	position: relative;
	display: block;
	height: 333px;
	width: 792px;
	background-image: url(../images/head_big.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.logoLangArea {
  height: 117px;
  width: 562px;
}

.logo {
	float: left;
	margin: 29px 0 0 38px;
}
.logozusatz {
	margin: 69px 12px 0 5px;
	float: right;
	/* height: 50px; */
}

.logo IMG {
	display: block;
}

.menuLang {
  float: right;
  color: #ffffff;
  text-align: right;
  padding: 6px 23px 0 0;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin: 6px 11px 0 0;
  color: #ffffff;
}

.searchDiv {
  float: right;
}

.headerImg {
	height: 195px;
	width: 562px;
	background-position: left top;
	background-repeat: no-repeat;
}

.statusRow {
	float:left;
	width:490px;
	margin: 0 15px 20px 47px;
}

.menuMain { 
  margin-top: 33px;
  float: right;
	width: 230px;
}

.wrapper {
	height: 100%;
	padding-top: 18px;
	background-image: url(../images/content_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
}

.leftcol {
	width: 220px;
	float: left; 
}

.oneCol {
	width: 562px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 744px;
	float: right;
	min-height: 389px;
}
 
.rightcol {
	width: 230px;
	height: 440px;
	background-image: url(../images/right_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 562px;
	margin: 0;
	padding: 0;
	float: none;
}

.maincol {
	float: left;
	width: 497px;
	padding: 0 0 25px 0;
	min-height: 300px;
}

.rightNavi {
	background-image: url(../images/right_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}


/* Footer */
.footerRow {
	height: 67px; 
	clear: both;
	padding: 1px 10px 0 40px;
	background-image: url(../images/foot_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.copyright,
.address {
	float: left;
	padding: 0 5px 0 0;
	line-height: 20px;
	color: #000000;
	font-size: 100%;
}

.address P {
	line-height: 18px;
	font-size: 90%;
	/* font-weight: bold; */
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #000000;
	text-decoration: none;
}

.copyright A:hover {
	color: #545454;
}

.menuPrint {
  float:right;
  text-align:right;
  height: 18px;
  margin: 2px 223px 0 4px;
}
/*
.menuPrint .footer_no {
	  padding: 2px;
	  margin: 1px;
} */

.footImg {
	height: 44px;
	padding: 3px 0 0 0;
	clear: both;
}

#post-it {
	bottom:15px;
	bottom: -7px;
  position:absolute;
}

#impressum A {
  bottom:0;
  bottom: -17px;
  position:absolute;
  text-align:right;
  width:201px;
  text-decoration: none;
  font-size: 90%;
  color: #000000;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}

.fileLink {
	padding-left: 30px;
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}

.clear {
	clear: both;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 160px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}

.backLink {
	clear: both;
  display: block;
  text-align: right;
  width: 490px;
  height: 20px;
}
.backLink A {
	background-image: url(../images/button_li.gif);
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 19px;
}



/* 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: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	width: 497px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 2px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 2px 5px 0pt 190px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}