/*************************************************
 * Project: EEN-HHSH
 *************************************************
 * Init: 2008-06 | Niels Weber
 * Edit: 2010-05 | N.Weber - Layout (Scroll)
 * Edit: 2010-12 | N.Weber - Farben neu  
 *************************************************/
*       { margin: 0; padding: 0; }
.hidden { display: none;         }
.clear  { clear: both;           }
.line   { clear: both;           }
.error  { color: #CC0000;        }
.test   { border: 1px dotted red; overflow: hidden; }

.grey1  { background-color: #AAA596; }
.grey2  { background-color: #D7D7D2; }
.blue1  { background-color: #006491; }
.blue12 { background-color: #7FB1C8; }
.blue2  { background-color: #64b4e6; }
.blue22 { background-color: #B1D9F2; }
.green  { background-color: #AAC80A; }
.green2 { background-color: #D4E384; }
.orange { background-color: #FF9100; }
.orange2{ background-color: #FFC87F; }

.float-left	{ float: left;	}
.float-right	{ float: right;	}
.align-left	{ text-align: left;	}
.align-right	{ text-align: right;	}
.align-center	{ text-align: center;	}

.underline	{ text-decoration: underline; }

TABLE.typo3-adminPanel {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

IMG {
	margin: 0;
	padding: 0;
}

/**
* 
*************************************************/
HTML {
	width: 100%;
	height: 100%;
}
BODY {
	width: 100%;
	background-color: #CCCCCC;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
#container {
	width: 906px;
	height: auto;
	min-height: 700px;
	overflow: hidden;
	display: block;
	margin: 20px auto 0 auto;
	position: relative;
	border: 20px solid #FFFFFF;
	border-bottom: 0;
	background-color: #FFFFFF;
	text-align: left;
}
* HTML #container {
	width: 951px;
	overflow: visible;
}
/**
* H E A D E R
*************************************************/
#header {
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
}
#header A IMG {
  border: none;
}
#header SPAN#eenlayer {
  width: 530px;
  height: 130px;
  display: block;
  position: absolute;
  top: 70px;
  left: 188px;
  background-image: url(../images/eenlayer.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 20;
}
#header SPAN#logo {
  width: 168px;
  height: 168px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #CCCCCC;
}
#header SPAN#rubpic {
  width: 530px;
  height: 170px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 188px;
  z-index: 10;
}
#header SPAN#shhh {
  width: 168px;
  height: 168px;
  display: block;
  position: absolute;
  top: 0;
  left: 736px;
  border: 1px solid #CCCCCC;
}
#header SPAN#shhh A IMG.sh	{ float: left; }
#header SPAN#shhh IMG.hh	{ clear: left; }

/**
* N A V I - B C T
*************************************************/
#header #navi-bct {
  width: 300px;
  position: absolute;
  top: 166px;
  left: 197px;
  display: block;
  color: #999999;
  font-size: 9px;
  letter-spacing: -0.5px;
  z-index: 30;
}
#header #navi-bct A {
  color: #999999;
  text-decoration: none;
}
#header #navi-bct A:hover {
  color: #000000;
  text-decoration: underline;
}
/**
* N A V I - M A I N
*************************************************/
#navi-main {
  width: 178px;
  margin: 185px 0 0 0;
  overflow: hidden;
  float: left;
}
#navi-main UL {
  width: 170px;
	margin: 0;
	list-style: none;
}
* HTML #navi-main UL.fixlinks LI,
* HTML #navi-main UL.flexlinks LI {
	height: 20px;
}
#navi-main UL.flexlinks {
	margin: 15px 0 0 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#navi-main UL LI {
	margin: 0 0 5px 0;
	padding: 0;
}
#navi-main UL LI A {
	padding: 4px 0 4px 24px;
	display: block;
	color: #FDFDFD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
}
#navi-main UL LI A:hover {
	text-decoration: underline;
}
#navi-main UL LI A.current {
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#navi-main UL LI UL {
	border-top: 1px solid #FFFFFF;
}
#navi-main UL LI UL LI {
	margin: 0;
}
#navi-main UL LI UL LI A {
	background-image: none;
	color: #666666;
	font-weight: normal;
	text-transform: none;
}
#navi-main UL LI UL LI A.current {
	background-image: url(../images/arrow_grey.gif);
}


/**
* S E A R C H
*************************************************/
#search {

}
/**
* C O N T E N T
*************************************************/
#content {
  width: 540px;
  height: 530px;
  margin: 212px 0 0 10px;
  padding: 0 5px 0 0;
  float: left;
  overflow: auto;
}
#content DIV.top {
	margin: 0 0 22px 0;
}
#content DIV.left {
	width: 258px;
	margin: 0 0 20px 0;
	float: left;
}
#content DIV.right {
	width: 258px;
	margin: 0 0 20px 0;
	float: right;
}
#content DIV.bottom {
	clear: both;
	margin: 0 0 30px 0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * */
#content A.rollover.home {
	height: 75px;
	margin: -9px -10px 0 -10px;
	padding: 10px;
	overflow: hidden;
	display: block;
	background-color: #AAA596;
	color: #F1F1F1;
	font-size: 11px;
	line-height: 1.6em;
	text-decoration: none;
}
* HTML #content A.rollover.home { height: 95px; }
#content A.rollover.home A	{
	color: #F1F1F1;
}
#content A.rollover.home,
#content A.rollover.home A:hover	{ color: #FFFFFF; }
#content A.rollover.home.color01:hover	{ color: #FFFFFF; background-color: #FF9100; }
#content A.rollover.home.color02:hover	{ color: #FFFFFF; background-color: #64B4E6; }
#content A.rollover.home.color03:hover	{ color: #FFFFFF; background-color: #006491; }
#content A.rollover.home.color04:hover	{ color: #FFFFFF; background-color: #AAC80A; }
/**
* M A R G I N A L
*************************************************/
#marginal {
  width: 170px;
/*	height: 500px;
*/
  margin: 180px 0 0 0;
  float: right;
  overflow: visible;
}
/**
* F O O T E R
*************************************************/
/*
#footer {
	width: 890px;
	height: 30px;
	margin: 10px auto 0 auto;
	padding: 0 0 12px 0;
	font-size: 9px;
}
#footer A {
	color: #333333;
	text-decoration: none;
}
#footer A:hover {
	color: #000000;
	text-decoration: underline;
}
#footer #pdf-link {
	width: 45%;
	float: left;
	text-align: left;
}
#footer #navi-basis {
	width: 45%;
	float: right;
	text-align: right;
}
*/
#footer {
  width: 946px;
  height: 150px;
  margin: 0 auto 20px auto;
  padding: 0;
  position: relative;
  font-size: 9px;
  background-image: url(../images/bg_footer.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#footer A {
  color: #333333;
  text-decoration: none;
}
#footer A:hover {
  color: #000000;
  text-decoration: underline;
}


#footer .link {
  display: block;
  position: absolute;
}
#footer .link.logo01 {
  width: 210px;
  top: 45px;
  left: 0;
}
#footer .link.logo02 {
  width: 540px;
  top: 45px;
  left: 210px;
}
#footer .link.logo03 {
  width: 190px;
  left: 750px;
  top: 30px;
}
#footer .link SMALL {
  margin: 0 0 3px 0;
  display: block;
  color: #666666;
  font-size: 9px;
}
#footer .link IMG,
#footer .link A IMG {
  border: 0;
}


#footer #pdf-link {
  width: 45%;
  margin: 130px 0 0 0;
  float: left;
  text-align: left;
}
#footer #navi-basis {
  width: 45%;
  margin: 130px 0 0 0;
  float: right;
  text-align: right;
}


.csc-mailform {
	background-color: #D7D7D2;
	border: 0px;
	padding: 10px;
	margin-top: 20px;
}

.csc-mailform-field label {
  width: 80px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 10px;
}

.csc-mailform-field INPUT,
.csc-mailform-field SELECT,
.csc-mailform-field TEXTAREA {
	width: 275px;
	padding: 2px;
	border: 1px solid #AAA596;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.csc-mailform .csc-mailform-submit {
	width: auto;
	margin: 15px 0 0 0;
	padding: 0 15px 0 15px;
	position: relative;
	left: 90px;
	cursor: pointer;
	color: #333333;
	font-weight: bold;
}

.csc-mailform-check {
  border: 0px solid #c0c0c0;
  color: #c0c0c0;
}

.csc-mailform-field {
  margin-top: 5px;
}

.csc-textpic .csc-textpic-caption {
  font-size: 9px;
}



.csc-textpic.csc-textpic-intext-left {
  padding: 0 0 0 10px;
}
.csc-textpic.csc-textpic-intext-right {
  padding: 0 10px 0 0;
}
.csc-textpic .csc-textpic-imagewrap {
  padding: 5px 0 0 0;
}








