/* 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: 101%;
}

BODY {
	margin: 0 0 0px 0;
	padding: 0;
  background-color: grey;
  background-image: url(../images/sternenhimmel.jpg);
	background-repeat: repeat;
  color: #FFFFFF;
}

A {
	color: #FFFFFF;
}

A:hover {
	color: #a4bedf;
}

H1, H2, H3, H4, H5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
}


/* Layout ID's */
.pagewidth {
	width: 962px; /* same as footer */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0 0; /* same as footer */
  background-image: url(../images/lichteule_klein.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.push {
  height: 90px;
}

.eule {
  background-image: url(../images/eule.jpg);
  background-repeat: no-repeat;
  position: absolute;
  height: 130px;
  width: 180px;
  top: 75px;
  right: -60px;
  z-index: 50;
}

.headerRow {
	position: relative;
	float: left;
	display: block;
	height: 372px;
	width: 962px;
}

/** html .headerRow {
	display: block;
}*/

.logo {
	position: relative;
	float: left;
	width: 207px;
	height: 45px;
	margin: 22px 0 0 5px;
}

.logo img {
	display: block;
}

* html .logo {
	margin-left: 5px;
}


.menuHeader {
	position: relative;
	float: right;
	width: 368px;
	height: 57px;
	padding: 40px 0 0 0;
	
	text-align: left;
}

.menuLang {
	display: inline;
}

.search {
	width: 169px;
	display: inline;
}

.menuMeta {
	display: inline;
}


.menuMain { 
	position: absolute;
	width: 197px;
	bottom: 70px;
	left: 0;
}

.headImage {
	position: absolute;
	width: 566px;
	height: 285px;
	bottom: 0px;
	left: 197px;
	background-color: #000000;
}

.statusRow {
	display: none;
}

.leftcol {
	width: 197px;
	float: left; 
	position: relative; 
	padding: 0 0 20px 0;
}

.menuSub {
	width: 197px;
}

.twocols {
	width: 765px;
	float: right; 
	margin: 0;
}
 
.rightcol {
	float: right;
	display: block;
}

* html .rightcol {
}

.maincol {
	float: left;
	display: inline;
	width: 506px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
	min-height: 250px;
  background-color: #000000;
}

*html .maincol { height: 400px; }


/* Footer */
.footer {
	padding: 15px 0 20px 0;
  background-color: #000000;
  border-top: 1px solid #828280;
  height: 80px;  
}
.footerRow {
	font-size: 100%;
	
	width: 962px; /* same as pagewidth */
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0 0; /* same as pagewidth */
}

.menuFooter {
	display: inline;
}
.menuPrint {
	display: block;
	float: right;
	/* margin: 0 199px 0 0; */
}
* html .menuPrint { /* IE6 doublemargin fix */
	margin-right: 100px;
}


/* CLASSES */
/* Classes for Filelinks */
.fileIcon,
.fileLink {
	min-height: 18px;
}

* html .fileLink  { 
	height: 18px; 
}

.fileIcon {
	width: 30px;
	float: left;
	clear:left; 
}


/* classes for 2 cols with layout option */
.twoColBoxLeft,
.twoColBoxRight {
	width: 260px;
	float: left;
	margin: 0 15px 15px 0;
}

.twoColBoxRight {
	margin-right: 0;
}

/* this box is required after 2 col boxes */
.oneColBox {
	float: left;
	margin-bottom: 15px;
}


/* CSS STYLED CONTENT OVERRIDES */
.maincol .csc-linkToTop,
.csc-frame-rulerAfter {
	margin: 10px 0 15px 0;	
	clear: left;
	height: 12px;
	
	background-image: url(../images/separator.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
	
.maincol .csc-linkToTop A { 
	display: block;
	height: 12px;

	text-decoration:none; 
	background-image: url(../images/totop.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.csc-bulletlist csc-bulletlist-0	{
	/* Platz fuer ein Listensymbol */
}

.csc-mailform-field IMG {
	margin-top: 4px;
}

#maincol .csc-textpic-center .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}


/* 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 */  
