/*

    filename:   /css/screen-core.css
    version:    1.0 - 2008-01-22 - fz

    author:     frank (dot) zoeller (at) gpm (dot) de
    validated by W3C CSS Validator // jigsaw.w3.org

*/


/* Farbwelt
    dunkelgrün = #006F73
    hell grün = #C8DDDE
    noch heller grün = #EFF5F5
    helles orange = #F6B870
    orange = #EC870E
*/

/* =core
-------------------------------------------------------------------------*/

html {
    font-size: 100%; /* for IE*/
}

html > body {
    font-size: 16px; /* for everyone else*/
}

/* that's it. default: 1em = 16px */
/* elements keeping their parents font size */
input, select, th, td, li li, li p, td p, q p {
    font-size: 1em;
}

table td * {
    font-size: 1em ! important;
}

th {
    text-align: left;
    font-weight: bold;
}

/* reset margin, padding */
* {
    margin:0;
    padding:0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

#mainLayer {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 10000000;
}

#stage {
    width: 772px;
}

/* Dekorationselemente */

#topDeko {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 5000px;
    height: 29px;
    background: #fff url(/img/bg_body.gif) repeat-x;
}

#leftDeko {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 250px;
    height: 5000px;
    background: transparent url(/img/bg_mainLayer.gif) repeat-y 100% 0;
}

#rightDeko {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 127px;
    height: 5000px;
    background: transparent url(/img/bg_right.gif) repeat-y 100% 0;
}

/* Hauptnavigation */

#mainnavLayer {
    font-size: 0.625em;
    font-size: 0.6875em;
    height: 29px;
}

#mainnavLayer img {
    float:left;
}

#mainnavLayer ul {
    display: inline;
}

#mainnavLayer li {
    line-height: 29px;
    height: 29px;
    color: #fff;
    background: #006F73;
    float:left;
    list-style: none;
}

#mainnavLayer li.first {
    padding-left: 8px;
    padding-left: 12px;
}

#mainnavLayer li.last {
    padding-right: 8px;
    padding-right: 12px;
}

#mainnavLayer li span {
    padding: 0 6px 0 6px;
}

#mainnavLayer li a {
    text-decoration: none;
    color: #fff;
}

#mainnavLayer li a:hover,
#mainnavLayer li.active a {
    color: #F6B870;
}
#mainnavLayer dfn {
    display: none;
}

/* Subnavigation */

#homeLink {
	position: absolute;
	top: 40px;
	left: 12px;
	width: 50px;
	height: 75px;
	overflow: hidden;
}
#homeLink a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
#subnavLayer {
    background: transparent url(/img/bg_subnav.gif) no-repeat;
    width: 160px;
    height: 600px;
    padding-top: 15px;
    padding-left: 90px;
    float: left;
}

#subnavLayer ul {
    width: 150px;
}

#subnavLayer ul li {
    font-size: 0.6875em;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-bottom: 2px;
    background: #C8DDDE;
    list-style: none;
}

#subnavLayer ul li a {
    text-decoration: none;
    line-height: 14px;
    padding-left: 12px;
    background: transparent url(/img/bg_subnav-1bullet.gif) no-repeat 0 2px;
    color: #006F73;
    display: block;
}

* html #subnavLayer ul li a {
    background: transparent url(/img/bg_subnav-1bullet.gif) no-repeat 0 3px;
}

#subnavLayer ul li a:hover {
    background: transparent url(/img/bg_subnav-2bullet-active.gif) no-repeat 0 2px;
    color: #EC870E;
}

* html #subnavLayer ul li a:hover {
    background: transparent url(/img/bg_subnav-2bullet-active.gif) no-repeat 0 3px;
}

#subnavLayer ul li a.activeNosubmenu {
    background: transparent url(/img/bg_subnav-2bullet-active.gif) no-repeat 0px 2px;
}

* html #subnavLayer ul li a.activeNosubmenu {
    background: transparent url(/img/bg_subnav-2bullet-active.gif) no-repeat 0px 3px;
}

#subnavLayer ul li a.active,
#subnavLayer ul li a:hover.active {
    background: transparent url(/img/bg_subnav-1bullet-activeWsub.gif) no-repeat 0px 3px;
}

* html #subnavLayer ul li a.active,
* html #subnavLayer ul li a:hover.active  {
    background: transparent url(/img/bg_subnav-1bullet-activeWsub.gif) no-repeat 0px 5px;
}

#subnavLayer ul li ul {
    margin-top: 2px;
    margin-left: -4px;
}

#subnavLayer ul li ul li {
    font-size: 1em;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 0px;
}

#subnavLayer ul li ul li a {
    background: none;
}

#subnavLayer ul li ul li a:hover, #subnavLayer ul li ul li a.active:hover {
    background: transparent url(/img/bg_subnav-2bullet.gif) no-repeat 3px 4px;
    color: #006F73;
}
#subnavLayer ul li ul li a.active {
    background: transparent url(/img/bg_subnav-2bullet.gif) no-repeat 3px 4px;
    color: #EC870E;
}
#subnavLayer ul li ul li ul li {
	padding-left: 16px;
}

#content {
    width: 420px;
    float: left;
}

#content h1 {
    font-size: 1.3125em;
    font-weight: normal;
    color: #006F73;
}

* html h1, h2, h3, p, li, strong, b {
    height: 1%;
}


#content h2 {
    font-size: 0.75em;
    color: #006F73;
    margin-bottom: 10px;
}

#content h2.subheadline {
    font-size: 0.8125em;
    color: #006F73;
    margin:-15px 0 20px 0;
}

#content h3 {
    font-size: 0.6875em;
    color: #000;
}

#content h6 {
    font-size: 0.75em;
    color: #006F73;
}

#content p {
    font-size: 0.6875em;
    line-height: 14px;
    margin-bottom: 10px;
}

#content p.align-right {
    text-align: right;
	margin-bottom: 0px;
}

#content img {
    border: 0;
}

#content ul {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 19px;
}

#content ul li {
    font-size: 0.6875em;
	line-height: 1.3em;
	background: transparent url(/img/bg_li-bullet_gruen.gif) no-repeat 0px 0px;
	padding-left: 15px;
	margin-left: -20px;
}

#content ul li ul {
    margin-bottom: 0;
}

#content ul li ul li {
    font-size: 1em;
}

#content ul .margbott {
    margin-bottom: 14px;
}

#content ul .nomargbottom {
    margin-bottom: 0px;
}
#content ul.seminars {
	margin-left: 2em !important;
}
#content .jobs {
	background-color: #EFF5F5;
	margin: 0;
	padding-bottom: 1em; 
}
#content  .jobs ul {
    margin-left: 2em !important;
}
#content address {
    font-size: 0.6875em;
    line-height: 14px;
    margin-bottom: 10px;
	margin-left: 10px;
	font-style: normal;
}

#content a {
    color: #EC870E;
}

#content a:hover {
    text-decoration: none;
}

#content table {
    font-size: 11px;
	/* font-size: 1em; */
}

* html #content table {
	font-size: 1em;
}

#content table td {
    padding-right: 2px;
	vertical-align: top;
}
#content table.tableCatalog td {
	vertical-align: bottom;
}
#content table td.align-left {
    padding-right: 2px;
	width: 34px;
}


/* ---- ContentStyles ---- */

/* ---- style 1 ---- */
/* ----------------- */
#content #cStyle1 {
    width: 435px;
    padding: 20px 0px 0px 15px;
    display: block;
}

#content #cStyle1 h1 {
    line-height: 50px;
    margin-bottom: 15px;
    background: transparent url(/img/h1_unterstrich.gif) no-repeat 0 40px;
}

#content #cStyle1 table tr td {
    vertical-align: middle;
	padding-bottom: 5px;
}

/* ---- style 2 ---- */
/* ----------------- */
#content #cStyle2 {
    position: relative;
    width: 345px;
    padding: 5px 0px 0px 25px;
    margin: 10px 0px 0px 15px;
    display: block;
	min-height: 200px;
}

#content #cStyle2 h1 {
    margin-bottom: 15px;
	margin-left: 10px;
}

#content #cStyle2 h2 {
	margin-left: 10px;
}

#content #cStyle2 h3 {
	margin-left: 10px;
}

#content #cStyle2 p {
	margin-left: 10px;
}

#content #cStyle2 ul {
	margin-left: 30px;
}

#content #cStyle2 #bg_cS2_leftTop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#content #cStyle2 #bg_cS2_rightBottom {
    position: absolute;
    bottom: -45px;
    right: -65px;
    z-index: -1;
}

#content #cStyle2 div img {
    margin-right: 11px;
	margin-left: 10px;
}

/* ---- style 3 ---- */
/* ----------------- */

#content #cStyle3 {
    position: relative;
    padding: 25px 0px 0px 15px;
    margin: 10px 0px 0px 15px;
    width: 380px;
    display: block;
	
}

#content #cStyle3 h1 {
    margin-bottom: 15px;
}

#content #cStyle3 img {
    margin-bottom: 8px;
    display: block;
}

#content #cStyle3 #bgStyle3 {
    background: #EFF5F5;
    padding: 10px;
}

#content #cStyle3 #bg_cS2_leftTop {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: -1;
}

#content #cStyle3 #bg_cS2_rightBottom {
    position: absolute;
    bottom: -43px;
    right: -17px;
    z-index: -1;
}





/* ---- style 4 ---- */
/* ----------------- */
#content #cStyle4 {
    position: relative;
    padding: 35px 0px 0px 15px;
    margin: 10px 0px 0px 15px;
    width: 374px;
    display: block;
}

#content #cStyle4 h1 {
    margin-bottom: 15px;
}

#content #cStyle4 img {
    margin-bottom: 8px;
    display: block;
}

#content #cStyle4 table {
    padding-bottom: 15px;
}

#content #cStyle4 table.matmanagement {
	text-align: center;
	border: 1px solid #C8DDDE;
	padding: 2px !important;
}

#content #cStyle4 table.matmanagement thead td {
	font-weight: bold;
	background-color: #C8DDDE !important;
	vertical-align: top;
}

#content #cStyle4 table.matmanagement tbody td  {
	background-color: #E6EFF0 !important;
	vertical-align: top;
}

#content #cStyle4 table.matmanagement tfoot td  {
	background-color: #D9EBED !important;
	vertical-align: top;
}

#content #cStyle4 table.matmanagement td {
	padding: 4px;
	border: 2px solid #EFF5F5 !important;
}

#content #cStyle4 #bgStyle4 {
    background: #EFF5F5;
    padding: 10px;
}

#content #cStyle4 #bg_cS2_leftTop {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: -1;
}

#content #cStyle4 #bg_cS2_rightBottom {
    position: absolute;
    bottom: -43px;
    right: -17px;
    z-index: -1;
}

/* ---- style 5 ---- */
/* ----------------- */
#content #cStyle5 {
    position: relative;
    padding: 45px 0px 0px 25px;
    margin: 10px 0px 0px 15px;
    width: 355px;
    display: block;
}

#content #cStyle5 h1 {
    margin-bottom: 15px;
}

#content #cStyle5 #bg_cS2_leftTop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#content #cStyle5 #bg_cS2_rightBottom {
    position: absolute;
    bottom: -45px;
    right: -26px;
    z-index: -1;
}

#content #cStyle5 table th{
	text-align: left;
	font-weight: normal;
	padding: 0 5px 10px 10px;
}

#content #cStyle5 table td{
	padding: 0 5px 10px 10px;
}

#sitemap, #sitemap li {
    font-size: x-small !important;
}

.required {
    color: #EC870E;
    font-weight: bold;
}
.error {
    color: #EC870E;
    font-weight: bold;
}

/* ---- rechte Spalte ---- */

#rightLayer {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2000;
    width: 127px;
    background: transparent url(/img/bg_search.gif) no-repeat;
}

#rightLayerContent {
    margin-top: 8px;
    margin-left: 40px;
}

#rightLayer input {
    width: 60px;
    height: 18px;
    display: block;
}

#rightLayer ul {
    list-style: none;
    margin-bottom: 10px;
}

#rightLayer ul li {
    height: 16px;
}

#rightLayer a {
    font-size: 0.625em;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    color: #006F73;
    padding-left: 10px;
    margin-bottom: 3px;
    background: url(/img/bg_metanav-bullet.gif) no-repeat 0 4px;
    display: block;
}

#rightLayer a:hover {
    font-size: 0.625em;
    text-decoration: none;
    color: #EC870E;
}

#formSearch input {
    font-size: xx-small;
    vertical-align: middle;
}

#searchsuggest {
	position: absolute;
	top: 49px;
	right: 24px;
    background: #fff;
}
#searchsuggest a {
	display: block;
	background-image: none;
	margin: 0;
	padding: 0 2px;
	border: 1px solid #ddd;
}
#searchsuggest a:hover {
    background-color: #eee;
}
#searchresults ul {
    list-style: none !important;
    list-style-image: none !important;
    padding: 0;
}
#searchresults ul li {
    list-style: none !important;
	list-style-image: none !important;
    margin: 1em 0;
    padding: 0;
}
#searchresults .breadcrumb {
    color: #777;
}
.highlight {
    background-color: #ffa;
    padding: 2px;
}
/* ---- Typo3 Frontend ---- */

#content img.right {
	float: right;
	margin-left: 5px;
}
#content img.left {
    float: left;
}
#content div.center {
    text-align: center;
}

/* ---- Homepage ---- */
#homepage div {
	padding-left: 25px;
	background: transparent url(/img/home-head01.gif) top left no-repeat;
	min-height: 50px;
}
* html #homepage div {
    height: 50px;
} 
#homepage div div {
    padding-left: 0;
	background: none;
}
#homepage .pressItem {
	min-height: 1px !important;
	padding-left: 0;
	float: left;
    display: block;
    width: 200px;
    margin: 0 10px 10px 0;
    background-image: none;   
}
* html #homepage .pressItem {
    height: 1px !important;
} 
#homepage .pressItem .title {
    padding-left: 25px;
	min-height: 0;
    background: transparent url(/img/home-head01.gif) bottom left no-repeat;
}
#homepage .pressItem h2 {
	min-height: 30px;
	margin: 0;
	vertical-align: bottom;
}
* html #homepage .pressItem h2 {
    min-height: 30px;
}
#homepage .pressItem .innerDiv {
	padding: 0 17px 17px 0;
    background: transparent url(/img/home-unten2_1.gif) bottom right no-repeat;
}
#homepage .pressItem .content {
    margin-left: 21px;
	background-color: #EFF5F5 !important;
    padding: 5px !important;
}

/* ---- Turnover ---- */
.umsatzzahlen {
    border-collapse: collapse;
    witdh: 385px;
}
.umsatzzahlen th {
    font-size: 1.4em;
    text-align: right;
    color: #fff;
    background: #006F73;
    vertical-align: bottom;
    padding: 5px;
}
.umsatzzahlen th.betrag {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.umsatzzahlen tbody td, .umsatzzahlen tfoot td {
	text-align: right !important; 
    padding: 0 5px 1em 5px !important;
}
.umsatzzahlen .gruppe {
	width: 45%;
    background-color: #EFF5F5;
}
.umsatzzahlen td.betrag {
    width: 22%;
	background-color: #C8DDDE;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.umsatzzahlen .rate {
    width: 22%;
	background-color: #EFF5F5;
}
.umsatzzahlen tfoot td {
    background: #fff !important;
}
.umsatzzahlen .total td {
    font-weight: bold !important;
    background: #fff !important;
    border-top: 2px solid #000 !important; 
}
.umsatzzahlen .gesamt {
    text-align: left !important; 
}
.umsatzzahlen .footnote td {
    text-align: left !important;
}

/* ---- Misc ---- */
.infobar {
	color: #777;
}
.teaser {
    font-weight: bold;	
}
.author {
    font-style: italic;
}
.floatLeft {
    margin-left: 15px;
    float: left;
}

.floatRight {
    margin-left: 15px;
    float: right;
}
.subheadline {
    font-size: 1em;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
img.align-right {
    margin-left: 15px;
	float: right;
}
img.align-left {
    margin-right: 15px;
	float: left;
}
.clearAll {
    clear: both;
    font-size: 1px !important;
    line-height: 1px !important;
}

/* =clearing floats without structural markup
-------------------------------------------------------------------------*/

/* clearfix, http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}

/* winIE7 */
.clearfix { display:inline-block; } /* valid in css2.1: http://www.w3.org/TR/CSS21/visuren.html */
/* winIE6 */
* html .clearfix { height: 1%; }
/* safari, winIE, stripped macIE hide */
.clearfix { display: block; }