/**
 * Seite: coop-Gruppe
 * Datei: screen.css
 * Media: screen
 *
 * Datum: 2007-09
 * Autor: Niels Weber
 *
 * Änderung: 2008-02-08, Christian Stüben
 *
 ****************************************************************************************************/
*	{ margin: 0; padding: 0;	}
.hidden	{ display: none;		}
.clear	{ clear: both;			}

.float-left  { float: left;	}
.float-right { float: right;	}
.align-left  { text-align: left;	}
.align-right { text-align: right;	}

.cjumper{
	width: 0;
	height: 0;
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}
.cjumper A .spacer {
	height: 1px;
}
HTML {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
BODY {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
* HTML BODY {
	height: 99.9%;
	overflow: hidden;
}
#container {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: visible;
}
/*
*.klein {font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-size:8pt;}
*.aktiv {color:#054D96; font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:10pt; text-decoration:none; background-color:white;}
*.klein_aktiv {color:#054D96; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-size:8pt; text-decoration:none; background-color:white;}
*.suchen_aktiv {color:#054D96; font-family:Arial,Helvetica,sans-serif; font-weight:normal; font-size:8pt; text-decoration:none; background-color:#FFEE00;}
*/
/**
 * H E A D E R
 **************************************************/
#header {
	z-index: 20;
	width: 780px;
	height: 77px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header .logo {
	width: 155px;
	height: 69px;
	margin: 0 0 0 56px;
	background-color: #EEEEEE;
}
/**
 * M A I N
 **************************************************/
#picrotate-container {
	width: 53px;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
#picrotate {
	width: 53px;
	height: 100%;
	margin: 77px 0 20px 0;
}
/**
 * M A I N (NAVI-MAIN)
 * * * * * * * * * * * * * * * * * * * * * * * * **/
#navi-main-container {
	width: 155px;
	height: 100%;
	position: absolute;
	overflow: auto;
	top: 0;
	left: 56px;
	z-index: 10;
}
#search-main {
	width: 155px;
	margin: 0 0 0 0;
	overflow: auto;
	color: #FFFFFF;
	bottom: 100px;
	position: absolute;
}
#navi-main {
	width: 155px;
	margin: 77px 0 20px 0;
	overflow: auto;
	color: #FFFFFF;
}
#navi-main UL A {
	padding: 0 4px 0 4px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#navi-main UL A:hover {
	background-color: #CCCCCC;
}
#navi-main UL A:active,
#navi-main UL A.current,
#navi-main UL A.current:hover {
	color: #CCCCCC;
	background-color: #FFFFFF;
}
#navi-main UL.level1 {
	margin: 6px 3px 0 3px;
	list-style: none;
}
#navi-main UL.level1 LI {
	margin: 0 0 6px 0;
}
#navi-main UL.level1 LI UL {
	padding: 5px 0 1px 0;
}
#navi-main UL.level1 LI UL LI {
	margin: 0 0 4px 0;
}
#navi-main UL.level1 LI UL LI A {
	padding: 1px 0 1px 18px;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
	font-size: 11px;
	font-weight: normal;
}
#navi-main UL.level1 LI UL LI A:active,
#navi-main UL.level1 LI UL LI A.current,
#navi-main UL.level1 LI UL LI A.current:hover {
	background-image: url(../images/arrow_grey.gif);
}
#navi-main UL.level1 LI UL LI UL {
	padding: 5px 0 0 0;
}
#navi-main UL.level1 LI UL LI UL LI A {
	padding: 2px 0 2px 35px;
	background-image: url(../images/arrow_white2.gif);
	background-repeat: no-repeat;
	background-position: 14px 1px;
	font-size: 10px;
	font-weight: normal;
}
#navi-main UL.level1 LI UL LI A:active,
#navi-main UL.level1 LI UL LI A.current,
#navi-main UL.level1 LI UL LI A.current:hover {
	background-image: url(../images/arrow_grey2.gif);
}
#navi-main .addpic {
	width: 155px;
	margin: 40px 0 0 0;
	text-align: center;
}
#navi-main-container .logo {
	width: 144px;
	height: 89px;
	margin: 0 0 0 5px;
	position: absolute;
	bottom: 0;
}
/**
 * M A I N  (CONTENT)
 * * * * * * * * * * * * * * * * * * * * * * * * **/
#content-container {
/*	width: 580px;
*/
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
	top: 0;
/*	left: 214px;
*/
	left: 0;
}
#content {
	width: 548px;
	margin: 80px 0 20px 0;
	padding: 8px;
        position: relative;
        left: 214px;
	color: #000000;
}
#content .error {
	color: #CC0033;
	font-size: 11px;
}
#content A {
	color: #666666;
	text-decoration: none;
}
#content A:hover {
	color: #999999;
	text-decoration: underline;
}
#content P,
#content TR, #content TD,
#content UL, #content LI,
#content H1, #content H2, #content H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
/*	text-align : justify; */
}
#content P {
	padding: 4px 0 2px 0;
}
#content H1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}
#content H2 {
	padding: 2px 4px 2px 4px;
	margin: 0;
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
* HTML #content H2 {
	width: 548px;
}

#content H3 {
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}
#content HR {
	color: #FFFFFF;
	width: 100%;
}
#content INPUT,
#content SELECT,
#content TEXTAREA {
	padding: 1px 3px 1px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content TABLE.contenttable {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #EEEEEE;
}
* HTML #content TABLE.contenttable {
	width: 548px;
}
#content TABLE.contenttable TR TH {
	padding: 1px 3px 1px 3px;
	border: 1px solid #999999;
	background-color: #DDDDDD;
	color: #333333;
	font-weight: bold;
	text-align: left;
}
#content TABLE.contenttable TR TD {
	padding: 1px 3px 1px 3px;
	border: 1px solid #999999;
	vertical-align: top;
}
#content TD.label SPAN {
	color: #CC0033;
}
#content UL {
	margin: 5px 0 10px 15px;
}
#content .csc-frame.csc-frame-frame1 {
	clear: both;
	padding: 5px 10px 5px 10px;
	border: 2px solid #DDDDDD;
}
#content .csc-frame.csc-frame-frame2 {
	margin: 0 0 10px 0;
	padding: 5px 10px 5px 10px;
	clear: both;
	overflow: hidden;
	display: block;
	border: 2px solid #DDDDDD;
	background-color: #EEEEEE;
}
* HTML #content .csc-frame.csc-frame-frame1,
* HTML #content .csc-frame.csc-frame-frame2 {
	/*width: 534px;*/
	width: 544px;
}
* HTML #content .csc-frame.csc-frame-frame1 H2,
* HTML #content .csc-frame.csc-frame-frame2 H2 {
	width: 520px;
}
#content .csc-frame.csc-frame-rulerAfter {
	width: 100%;
	height: 0;
	margin: 15px 0 15px 0;
	clear: both;
	border-top: 2px solid #DDDDDD;
}
#content .csc-header {
	display: block;
	clear: both;
	margin-bottom: 5px;
}
#content .csc-textpic {
	display: block;
	overflow: hidden;
}
#content .csc-textpic.csc-textpic-border .csc-textpic-imagewrap IMG {
	margin: 5px 0 0 0;
	border: none;
}
#content .csc-textpic.csc-textpic-intext-left .csc-textpic-text UL LI {
	margin: 0 0 0 15px;
}
* HTML #content .csc-textpic.csc-textpic-intext-left .csc-textpic-text UL {
	margin: 0 0 0 5px;
	position: relative;
	float: left;
}

#content .tx-indexedsearch-redMarkup {
  color: #0096DD;
  font-weight: bold;
}

#content .tx-csitbusinesshours-pi1 {
	text-align: center;
}

