/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("news.css");
@import url("rightcol.css");
@import url("onecolumn.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  background-color: #FFFFFF;
}

A {
	color: #149340;
}

A:hover {
	text-decoration: none;
}

P.MehrLink A {
  background-image: url(./arrowMore.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 15px;  
  text-decoration: none;
}

P.MehrLink A:hover {
  background-image: url(./arrowMore_o.gif);
}

/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
  background-repeat: repeat-y;    
	max-width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
    box-shadow: 0 0 12px 2px #c8c8c9;
}

.headerRow {
	height: 173px;
	max-width: 960px;
}

.logoLangArea {
  height: 125px;
}

.logo {
	float: left;
	margin: 5px 0 0 15px;
}

.logo IMG {
	display: block;
}

.menuLang {
  text-align: right;
  padding: 0;
}

.headButtons {
  max-width: 346px;
  height: 90px;
  float: right;
  margin-top: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.headButtons IMG {
  height: 90px;
  width: 173px;
}

.menuHeader IMG {
  display: inline;
}

.menuMeta {
  float: right;
  margin-right: 10px;
}

.searchDiv {
  float: right;
}

.statusRow {
	float:left;
	width:720px;
	margin: 0 0 10px 10px;
}

.menuMain {
  float: left;  
  max-width: 960px;
    width: 100%;
  height: 48px;
  background-image: url(./menuMainBG.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}

.menuSub { 
  padding-bottom: 20px;
  background-image: url(./menuSubShadowBottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

.rootLine {
/*  width: 760px;*/
  height: 22px;
  background-color: #FFFFFF;
  margin: 0 10px 0 10px;
  padding: 12px 0 0 200px;
  color: #939393;
}

.rootLine A {
  text-decoration: none;
}

.rootLine A:hover {
  color: #000000;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 185px;
  padding-left: 10px;
	float: left; 
}

.oneCol {
	width: 775px;
	float: left;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.twocols {
	width: 785px;
  float: left;
}
 
.rightcol {
	float: right;
	width: 170px;
	padding: 0 15px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 560px;
	padding: 0 0 25px 15px;
	min-height: 400px;
}
.rightcol .csc-frame-rulerAfter{
    width: 100%;
}
/* Footer */
.footerRow {
	height: 29px; 
	clear: both;
	padding: 6px 15px 0 15px;
	font-size: 100%;
  background-repeat: no-repeat;
  background-position: top left;
}

.copyright,
.address {
	float: left;
	padding: 0 0px 0 7px;
	line-height: 25px;
	color: #939393;
	font-size: 90%;
}

.address P {
  line-height: 25px;
}

.copyright {
  float: right;
  text-align: right;
/*  width: 200px;*/
}

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

.copyright A:hover {
	color: #00763b;
}

.menuFooter {
  padding-left: 0;
  float: left;
  color: #939393;
}


/* 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(./menuSub1Border.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	color: #000000; 
	text-decoration: none; 
}

.csc-frame-rulerAfter {
	background-image: url(./menuSub1Border.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 12px;
	width: 560px;
	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;
}