/**
* Seite: EEN (IB-SH)
* Datei: setup.css
* Media: screen
* * * * * * * * * * * * * * * * * * * * * * * * *
* Datum: 2008-06
* Autor: Niels Weber
* Firma: Ticcon AG
* Edit:  2010-05-26 | N.Weber - Layout (Scroll)
*************************************************/
*	      { 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: #666666;	}
.grey2	{ background-color: #D1D1D1;	}
.blue1	{ background-color: #054660;	}
.blue12	{ background-color: #B4C7CF;	}
.blue2	{ background-color: #86B9CB;	}
.blue22	{ background-color: #C2DCE5;	}
.green	{ background-color: #9FAA77;	}
.green2	{ background-color: #CFD4BB;	}
.orange	{ background-color: #F29607;	}
.orange2{ background-color: #FAD59C;	}

.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: 32px auto 0 auto;
	position: relative;
	border: 20px solid #FFFFFF;
	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#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;
}
#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
*************************************************/
#navi-bct {
	padding: 186px 180px 7px 186px;
	display: block;
	color: #999999;
	font-size: 9px;
	letter-spacing: -0.5px;
}
#navi-bct A {
	color: #999999;
	text-decoration: none;
}
#navi-bct A:hover {
	color: #000000;
	text-decoration: underline;
}
/**
* N A V I - M A I N
*************************************************/
#navi-main {
	width: 178px;
	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: 0 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: #B1B3B4;
	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: #F29607; }
#content A.rollover.home.color02:hover	{ color: #FFFFFF; background-color: #86B9CB; }
#content A.rollover.home.color03:hover	{ color: #FFFFFF; background-color: #054660; }
#content A.rollover.home.color04:hover	{ color: #FFFFFF; background-color: #9FAA77; }
/**
* M A R G I N A L
*************************************************/
#marginal {
	width: 170px;
/*	height: 500px;
*/
	margin: 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;
}


.csc-mailform {
	background-color: #f0efef;
	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 #c0c0c0;
	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;
}
