/* Main stylesheet */
@import url("stylesheet_tags.css");
@import url("form.css");
@import url("menu.css");
@import url("tables.css");
@import url("rightcol.css");

/* Tag Definitions limited to ID's */
html {
	height: 100%;
	overflow-y: scroll;
  color: #9db5c6;  
}

body {
	margin: 0 0 20px 0;
	padding: 0;
  color: #9db5c6;  
  background-color: #232f38;
	background-image: url(../images/background-verlauf.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

A {
	color: #e1f2fe;
  text-decoration: none;
}

A:hover {
	text-decoration: none;
  color: #ff001c;
}

SPAN.TextWeiss {
  color: #FFFFFF;
}

H1, H2, H3, H4, H5 {
  color: #ffffff;
}

H1, H2 {
  background-image: url(../images/bgH1.gif);
}

H2 {
  background-image: url(../images/bgH2.gif);
}

/* Layout classes and ID's */
.container {
  float: left;
  width: 90%;
}

.pagewidth {
	width: 932px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.headerRow {
  height: 392px;
	width: 932px;
	background-position: left top;
	background-repeat: no-repeat;
}

.logo {
  float: left;
	margin: 35px 10px 0 0px;
  height: 392px;
  width: 43px;
}

.menuHeader {
  height: 35px;
}

.menuMeta {
  float: right; 
  margin: 10px 0px 0 0;
}

.menuMain { 
  height: 392px;
  width: 230px;
  float: left;  
  vertical-align: bottom;
  background-image: url(../images/menuMainBG.gif);
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
}

.menuMainWrap {
  bottom: 10px;
  position: absolute;
}

.menuSub, .menuWorkSecond {
  background-image: url(../images/menuSubPoints.gif);
  background-position: top left;
  background-repeat: no-repeat;  
}

.menuWorkSecond {
  margin-top: 25px;
}

.headerImageWrap {
  float: left;
  width: 694px;
  height: 392px;
  margin-left: 8px;
  background-image: url(../images/ImageWrapBG.gif);
  background-position: top left;
  background-repeat: no-repeat;  
}

.headerImage {
  height: 388px;
  width: 690px;
  margin: 2px 0 0 2px;
}

.wrapper {
	height: 100%;
	margin-top: 8px;
}

.leftcol {
	width: 230px;
	float: left; 
}

.oneCol {
	width: 694px;
	float: left;
	padding: 0 0px 10px 8px;
	min-height: 400px;
}

.twocols {
	width: 694px;
	float: right;
}
 
.rightcol {
	float: right;
	width: 224px;
	padding: 0 0px 0 0;
  margin-bottom: 10px;
}

.maincol {
	float: left;
	width: 456px;
	padding: 0 0 25px 3px;
	min-height: 400px;
}


/* 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 */
.twoColBox1st,
.twoColBox2nd {
	width: 340px;
	float: left;
	margin: 0 8px 8px 3px;
}

.twoColBox1st div.csc-textpic-left div.csc-textpic-imagewrap,
.twoColBox2nd div.csc-textpic-left div.csc-textpic-imagewrap {
  margin-left: -3px;
}

.twoColBox2nd {
	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: 458px;
	clear: left;
}

.oneCol .csc-frame-rulerAfter {
  width: 694px;  
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  border:1px solid #0E1316;
}

/* extensions with minimal styles */
#captchaResponse {
	margin: 4px 5px 0pt 120px;
	vertical-align: top;
	width: 114px;
  background-color: #9db5c6;  
  border: 1px solid #7d909e;  
}

.tx-flvplayer-pi1 {
	text-align: left;
}