/* 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: #003659;
	background-image: url(../images/background-verlauf.gif);
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #4894d7;
  text-decoration: none;  
}

A:hover {
	text-decoration: underline;
}

/* Layout classes and ID's */
.pagewidth {
	width: 962px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerImageWrap {
  float: left;
  height: 205px;
  width: 734px;
  float: right;
  margin-top: 20px;  
  margin-bottom: 6px;  
  background-image: url(../images/headerImgBorder.png);
  background-position: top left;
  background-repeat: no-repeat;  
}

.headerRow {
	height: 201px;
	width: 730px;
  margin: 2px 0 0 2px;  
	background-position: left top;
	background-repeat: no-repeat;
}

.ContentBorderTop,
.ContentBorderBottom {
  width: 734px;
  height: 6px;
  float: right;
  background-image: url(../images/contentBorderTop.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.ContentBorderBottom {
  background-image: url(../images/contentBorderBottom.png);  
}

.logo {
	float: left;
}

.menuMain { 
	margin-top: 80px;
}

.wrapper {
	height: 100%;
}

.leftcol {
	width: 220px;
	float: left; 
}

.oneCol {
  width: 704px;
	float: right;
  margin-left: 8px;
	min-height: 400px;
  padding:0 15px 25px 15px;  
  background-image: url(../images/contentBorderMiddle.png);
  background-repeat: repeat-y;
  background-position: top left;     
}

.twocols {
	width: 734px;
	float: right;
  margin-left: 8px;
  background-image: url(../images/contentBorderMiddle.png);
  background-repeat: repeat-y;
  background-position: top left;    
}
 
.rightcol {
	float: right;
	width: 200px;
	padding: 0 10px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 495px;
	padding: 0 10px 25px 15px;
	min-height: 400px;
}


/* Footer */
.footerRow {
	height: 70px; 
	clear: both;
	font-size: 100%;
  padding: 15px 0 0 232px;
  background-image: url(../images/footerLogo.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.copyright,
.address {
	float: left;
	line-height: 0px;
	color: #6d8fa9;
	font-size: 90%;
}

.address {
  width: 620px;
}

.address A {
  color: #9FBFD7;
}

.address A:hover {
  color: #FFFFFF;
  text-decoration: none;
}


.address SPAN.TextWichtig {
  color: #000000;
}

.print {
  float: right;
}

.address P {
	line-height: 16px;
}

.copyright {
	padding-left: 0;
  float: right;
  margin-top: 5px;
}

.menuFooter {
	float: left;
	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;
}

.backLink {
	clear: both;
	float: right;
  text-align: right;
	margin-top: 10px;
  width: 495px;
  background-image: url(../images/separator.gif);
  background-position: center top;
  background-repeat: repeat-x;  
}


/* 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: 495px;
	clear: left;
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

.csc-textpic-caption {
  font-size: 90%;
  color: #585858;
}


/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
}

.tx-flvplayer-pi1 {
	text-align: left;
}