/* 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 {
    overflow-y: scroll; 
}

BODY {
    margin:0;
	padding: 0;
	background-color: #999;
}

IMG {
    border: none;
}

A {
	color: #639;
}

A:hover {
	text-decoration: none;
}



/* Layout classes and ID's */
.pagewidth {
    background-color: #999;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;   
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

/*
.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 160px;
	width: 960px;
}
* html .headerRow {
	display: block;
}  */

.headerRow {
    display: none;
    height: 100px;
    float: none;
}

.logo {
	position: relative;
	float: left;
	width: 210px;
	height: 135px;
	margin: 0 0 0 10px;
}

.logo IMG {
	display: block;
}

* html .logo {
	margin-left: 5px;
}

.search {
	position: relative;
	float: right;
}

.menuHeader {
	position: relative;
	float: left;
	width: 940px;
	height: 25px;
	padding: 0 10px 0 10px;
}
* html .menuHeader {
	margin-bottom: -2px;
}

.menuHeader IMG {
	display: inline;
}

.statusRow {
	margin-bottom: 10px;
}

.menuMeta{
	float: right;
	margin:0;
}

.menuLang {
	height: 25px;
	margin: 0;
	float: left;
	text-align: right;
	position: relative;
	display: inline;
}

.wrapper {
    position: relative;
    float: none;
    display: block;
    padding: 0;
}

.leftcol {
	width: 450px;
	float: left; 
	position: relative; 
	padding: 0;
    margin: 10px 0 0 0;
    overflow: auto;     
}


.maincol {
	width: 400px;
	float: left; 
	margin: 10px;
	padding: 10px;
}


* html .maincol {
    margin-left: 5px; 
    height: 446px;          
}

.maincontent {
    padding: 10px;
    overflow: auto;
    height: 466px;
    width: 400px;   
}

.maincontentspacer {
    height: 185px;
    width: 740px;
    /* background-color: fuchsia ;     */
}
 
.rightcol {
	float: right;
	display: block;
	width: 200px;
	padding: 10px 10px 0 0;
  margin-bottom: 10px;
}




/* Footer */
.footerRow {
	margin-top: 10px;
    padding: 10px 0 20px 0;
	font-size: 90%;
    background-image: url(../images/footerRowBg.gif);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;  
    color: #FFF;
}

.footerRow p,
.footerRow a {
    font-family: Arial, Helvetica, sans-serif;      
    text-decoration: none;  
}


.footerRow A:hover {
    text-decoration: underline;
}

.menuFooter {
	float: right;
	text-align: right;
}



/* CLASSES */
/* Classes for Filelinks */
.fileContainer {
	margin-bottom: 10px;
}

.fileIcon,
.fileLink {
	min-height: 18px;
}
* html .fileLink {
	height: 18px; 
}

.fileIcon {
	width: 30px;
	float: left;
	clear: left;
}

.fileRemark,
.fileInfos {
	font-size: 90%;
	padding-left: 30px;
	clear: both;
}
* html .fileRemark,
* html .fileInfos {
	padding-left: 33px;
}


/* classes for 3 cols with layout option */
.threeColBox1st2nd,
.threeColBox3rd {
	width: 225px;
	float: left;
	margin: 0 15px 15px 0;
}

.threeColBox3rd {
	margin-right: 0;
}

/* this box is required after 3 col boxes */
.oneColBox {
	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: 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: repeat-x;
    */
    margin-bottom: 10px;
	height: 20px;
	width: 380px;
	clear: left;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
    border: 1px #666 solid;
}

.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;
}



/* 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 */  