/* 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/bg_pattern.gif);
	background-position: top;
	background-repeat: repeat;
}

A {
	color: black;
}

A:hover {
	text-decoration: none;
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
	height: 145px;
	width: 968px;
	background-color: #313335;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #ffffff;
}

.logoLangArea {
  height: 125px;
  width: 968px;
}

.logo {
	float: left;
}

.logo IMG {
	display: block;
}

/* Position des Sprachmenus */
.menuLang {
  float: left;
  text-align: right;
  position: fixed;
  padding: 0 0 0 0;
  margin: 33px 0 0 -8px;
}

/* Position des Befehls "Druckversion" */
.print {
  float: right;
  text-align: right;
  padding: 0 0 0 0px;
  margin: 10px 224px 0 0;
}

.menuHeader IMG {
  display: inline;
}

/* Position des oberens Menus */
.menuMeta {
  float: right;
  margin-right: 40px;
}


/* Position der Rootline */
.statusRow {
	float:left;
	width:400px;
	margin: -19px 0px 0px 190px;
}

/* Linkes Menu (Hauptmenu)*/
.menuMain { 
	margin-bottom: 1px;
}

.wrapper {
	height: 100%;
	margin-top: 6px;
}

.leftcol {
	position: fixed;
	background-color: #ca411a;
	width: 148px;
	float: left;
	border-left: 1px solid #ffffff;
}

.oneCol {
	width: 720px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 815px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 180px;
	padding: 0 0 0 0;
	margin: -20px 0 0 10px;
	border-right: 1px solid #ffffff;
}

.maincol {
	float: left;
	margin-left: 0px;
	width: 560px;
	padding: 0 0 25px 35px;
	min-height: 400px;
}



/* Footer */
.footerRow {
	height: 26px; 
	clear: both;
	padding: 0 10px 0 0px;
	font-size: 100%;
	background-color: #313335;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Position Suchfeld */

.searchDiv {
  float: left;
  margin: 3px 0 0 0;
}

/* Adresse in der Fusszeile */
.copyright,
.address {
	float: right;
	padding: 0 30px 0 10px;
	line-height: 25px;
	color: #cccccc;
	font-size: 90%;
}

.address P {
	line-height: 25px;
}


.menuFooter {
	float: right;
	padding: 0 0 10px 0;
	text-align: right;
}



/* 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;
	float: right;
	margin-top: 10px;
}


/* 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: 555px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}
