/* 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%;
}

BODY {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #B5D7F2;
}

A {
	color: black;
}

A:hover {
	text-decoration: none;
}



/* Layout classes and ID's */
.pagewidth {
	background-color: #FFFFFF;
	width: 549px;
	border-left: 11px solid #0B618E;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/* min-height: 100%; Für 100% Höhe */
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 169px;
	width: 549px;
	background-position: left top;
	background-repeat: no-repeat;
}
* html .headerRow {
	display: block;
}
.headerRow A {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


.wrapper {
	height: 100%;
}

.twocols {
	width: 549px;
	float: right; 
	margin: 0;
	padding-top: 0;
}
 
.rightcol {
	float: right;
	display: none;
	width: 200px;
	padding: 10px 10px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	display: inline;
	width: 465px;
	margin: 32px 0 25px 39px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}


/* Footer */
.footerRow {
	height: 25px; 
	clear: both;
	padding: 0 10px 0 10px;
	font-size: 100%;
	background-color: #0B618E;
}

.copyright,
.address {
	float: left;
	padding: 0 10px 0 10px;
	line-height: 25px;
	color: #B5D7F2;
	font-size: 100%;
}

.copyright {
	padding-left: 0;
	width: 200px;
}

.copyright A {
	color: #FFFFFF;
	text-decoration:none;
}

.copyright 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;
}


/* 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: no-repeat;
	height: 12px;
	width: 510px;
	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;
}



/* 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 */  