
/*

	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
	
*/


/* =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;
}

/* reset margin, padding */
* { 
	margin:0; 
	padding:0; 
} 
	
body {
	background: #fff;
}

#stage {
	border: none; 
	width: 972px; 
	margin: 0 auto;
	max-width: none; 
	position: relative;
}


/* ---- Metanavigation ---- */ 

#metaNavLayer {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	height: 28px;
}

#metaNav {
	position: absolute;
	right: 0;
	top: 0;
}

#metaNav .bglinks {
	background: #fff url(/img/metanav_bg-links.gif) no-repeat;
	width: 6px;
	height: 20px;
	float: left;
}

#metaNav ul {
	background: #fff url(/img/metanav_bg-body.gif) repeat-x;
	height: 18px;
	float: left;
	padding-top: 2px;
}

#metaNav ul li {
	font-size: 0.75em;
	line-height: 12px;
	list-style: none;
	padding: 2px 0px 0 0px;
	float: left;
}

#metaNav ul li.first {
	padding-left: 7px;
}

#metaNav ul li.last {
	padding-right: 7px;
}

#metaNav ul li img {
	dispay: block;
	padding: 1px 0 0 0;	
	margin-right: 7px;
	margin-left: 7px;
	vertical-align: -0px;	
}

#metaNav ul li a {
	text-decoration: none;
	color: #fff;
}

#metaNav ul li a:hover {
	color: #6F6F6F;
}

#metaNav .bgrechts {
	background: #fff url(/img/metanav_bg-rechts.gif) no-repeat;
	width: 6px;
	height: 20px;
	float: left;
}


/* ---- Hauptnavigation ---- */

#mainNavLayer {
	margin-bottom: 15px;
}

#mainNavLayer #visual {
	background: #fff url(/img/visual_logo.jpg) no-repeat;
	width: 972px;
	height: 113px;
}

#mainNavLayer img {
	padding-top: 11px;
	padding-left: 15px;
	display: block;
}

#mainNav {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	background: #fff url(/img/mainnav_bg.jpg) no-repeat;
	width: 972px;
	height: 43px;
}

#mainNav ul {
	margin-left: 18px;
}

#mainNav ul li {
	list-style: none;
	margin-right: 1px;	
	float: left;
}

#mainNav ul li a {
	text-decoration: none;
	height: 42px;
	padding-right: 10px;
	padding-left: 8px;
	background: transparent url(/img/mainnav_bg.gif) 100% 0%;	
	float: left;	
	display: block;
}

#mainNav ul li a:hover,
#mainNav ul li a.active {
	background: transparent url(/img/mainnav_bg-over.gif) 100% 0%;
}

#mainNav ul li span {
	display: block;
	line-height: 22px;
}

#mainNav ul li a.last {
	background: none;
}

#mainNav ul li a:hover.last,
#mainNav ul li a.activelast {
	background: transparent url(/img/mainnav_bg-over_last.gif) 100% 0%;
}


#mainNav ul li a span.mainTitle {
	font-size: 1.0625em !important;
	text-transform: uppercase;
	color: #868686;
	margin-top: 6px;
	margin-bottom: -9px;	
}

* html #mainNav ul li a span.mainTitle {
	margin-bottom: -10px;	
}

#mainNav ul li a:hover span.mainTitle {
	color: #383539;
}

#mainNav ul li a span.subTitle {
	font-size: 0.625em;
	color: #009D7B;
}

#mainNav ul li a:hover span.subTitle {
	font-size: 0.625em;
	color: #fff;
}


/* ---- content ---- */ 

#contentLayer {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #6F6F6F;
	margin-bottom: 15px;
}

#contentLayer #contentMain {
	width: 715px;
	float: left;	
}

#contentMain #cTop {
	background: #fff url(/img/content_top.gif) no-repeat;
	width: 715px;
	height: 6px;
	font-size: 1px;
}

#contentMain #cBottom {
	background: #fff url(/img/content_bottom.gif) no-repeat;
	width: 715px;
	height: 6px;
	font-size: 1px;
}

#content {
	border-left: 1px solid #018164;
	border-right: 1px solid #018164;
	height: 1%;	
}

#start #contentMain #content {
	padding: 7px 15px 15px 15px !important;
}

#contentMain #content {
	padding: 7px 35px 15px 15px !important;
}

#content h1 {
	font-size: 1.125em;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 20px;
	background: #fff url(/img/h1-bullet.gif) no-repeat 0 5px;
}

#content h2 {
	font-size: 1em;
}

#content h3 {
	font-size: 0.75em;
}

#content p {
	font-size: 0.75em;
	margin-bottom: 20px;
}

#content .layerTextPic p {
	font-size: 0.625em;
	text-align: right;
	line-height: 14px;
	padding-right: 5px;
}

#content .layerTextPic p a {
	text-decoration: none;
}

#content .layerTextPic p a:hover {
	text-decoration: underline;
}

#content ol,
#content ul {
	font-size: 0.75em;
	margin-left: 15px;
	margin-bottom: 20px;
}

#content ul {
	margin-left: 15px;
}

* html #content ul {
	margin-left: 16px;
}

#content ol {
	margin-left: 20px;
}

* html #content ol {
	margin-left: 25px;
}

#content ol ul,
#content ul ol {
	font-size: 1em;
}

#content ol ul li,
#content ul ul li {
	list-style: disc;
}

#content a {
	color: #FB9945;
}

#content a:hover {
	text-decoration: none;
}

#content .cell {
	width: 320px;
	float: left;
}

#content .left {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #C3C5C8;
}


/* ---- Subnavigation ---- */ 

#subnav {
	width: 242px;
	margin-right: 15px;
	float: left;
}

#subnav #subnavTop {
	background: #fff url(/img/subnav_top.gif) no-repeat;
	width: 242px;
	height: 20px;
}

#subnav #subnavTop h2 {
	font-size: 0.75em;
	line-height: 22px;
	text-transform: uppercase;
	padding-left: 20px;
}

#subnav #subnavTop h2 a {
	text-decoration: none;
	color: #fff;
}

#subnav #subnavTop h2 a:hover {
	color: #6F6F6F;
}

* html #subnav #subnavTop h2 {
	line-height: 20px;
}

#subnav #subnavBottom {
	background: #fff url(/img/subnav_bottom.gif) no-repeat;
	width: 242px;
	height: 6px;
	font-size: 1px;
}

#subnav #subnavContent {
	border-left: 1px solid #018164;
	border-right: 1px solid #018164;
	height: 1%;	
	padding: 1px 0px 5px 0px !important;
}

#subnav ul {
	padding: 0 1px 0 1px;
}

#subnav ul ul {
	padding: 0 0px 0 0px;
}

#subnav li {
	font-weight: bold;
	font-size: 0.75em;
	list-style: none;
}

#subnav li li {
	font-size: 90%;
}

#subnav li a {
	text-decoration: none;
	line-height: 16px;
	color: #6F6F6F;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 46px;
	background: #fff url(/img/subnav_bullet.gif) no-repeat 26px 6px;
	height: 1%;
	display: block;
}

#subnav li a:hover,
#subnav li a.active {
	color: #fff;
	background: #FB9945 url(/img/subnav_bullet-active.gif) no-repeat 26px 6px;	
}
	
#subnav li li a {
	padding-right: 10px;
	padding-left: 66px;
	background: #fff url(/img/subnav_bullet.gif) no-repeat 46px 6px;
	height: 1%;
	display: block;
}

	
#subnav li li a.active {
	background: #FCBB76 url(/img/subnav_bullet-active.gif) no-repeat 46px 6px;	
}

#subnav li li a:hover {
	color: #6F6F6F;
	background: #FBD3A9 url(/img/subnav_bullet-active.gif) no-repeat 46px 6px;	
}

#subnav .noSubnavItem {
	height: 15px !important;
}

#subnav .layerSubnavPic {
	margin-top: 10px;
}

#subnav .layerSubnavPic img.subnavPic {
	display: block;
}

#subnav .layerSubnavPic p {
	font-size: 0.625em;
	text-align: right;
	line-height: 14px;	
	padding-right: 5px;
}

#subnav  .layerSubnavPic p a {
	color: #FB9945;
	text-decoration: none;
}

#subnav .layerSubnavPic p a:hover {
	text-decoration: underline;
}


/* ---- contentTeaser ---- */ 

#contentTeaser {
	background: #fff url(/img/contentTeaser-bg.gif) no-repeat;
	width: 239px;
	height: 288px;
	float: right;	
}	

#contentTeaser p {
	font-size: 1.125em;
	line-height: 1.8em;
	color: #fff;
	padding: 15px;
}


/* ---- Footer ---- */ 

#footer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #C2C2C2;
	color: #6F6F6F;
}

#footer p {
	font-size: 0.625em;	
}

#footer p a {
	color: #6F6F6F;
}




/* ---------------------------------------------------------------------------
   Forms
--------------------------------------------------------------------------- */


input, textarea, select, label {
    font-size: .75em;
	color: #6F6F6F;
}

input.text, textarea {
    padding: .1em .2em;
}

input.text {
    width: 205px;
}

select.selectWide {
    width: 213px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    width: 250px;
}
input.submit {
    height: 18px;
    padding: 0 .4em;
    cursor: pointer;
}
input.radio {
    border: none;
}
input#searchInput {
    margin: .5em 0 0 .8em;
    width: 8em;
    font-size: .8em;
}
input#searchSubmit {
/*     vertical-align: -3px !important; */
    font-size: .8em;
}

input.twoDigit {
    width: 1.8em;
}
input.fourDigit {
    width: 3.6em;
}

label {
    vertical-align: top;
}
option {
    padding: 1px;
}
legend {
    display: none;
}
fieldset {
    border: none;
}

/* --- Callback --- */

/* will be displayed through js */
/*div#callback #callbackBrokerNr {
    display: none;
}*/
div#callback {
    height: 50px; /* fixed height to be in line with the blue bar on non-start sites */
}


/* --- Kontaktformular --- */

form#contact div {
    clear: both;
    margin-bottom: .5em;
}
form#contact fieldset {
    margin-bottom: 1em;
}
form#contact label {
    cursor: pointer;
    float: left;
    width: 108px;
}
form#contact label.plz {
    width: 30px;
}
form#contact label.ort {
    width: 78px;
}

form#contact input#plz {
    width: 35px;
}

form#contact input#ort {
    margin-left: 6px;
    width: 155px;
}

form#contact input.submit {
    margin: 5px 0 0 108px;
    height: auto;
}

.error {
    color: red;
}
.highlight {
    font-weight: bold;
}


input#plzSearchInput {
    width: 5em;
}

#contact div.benachrichtigung {
	width: 320px;
    margin-left: 108px;
	margin-bottom: 10px;
}

#contact div.benachrichtigung p {
    margin-bottom: 0px;
}

#contact div.benachrichtigung label {
	width: 80px;
	float:left;
}

#contact div.benachrichtigung input {
	margin-right: 5px;
	margin-top: 5px;	
	float: left;
}

#contact p.textPflicht {
	font-size: 0.625em;
    margin-left: 108px;	
}

/* ---- Misc ---- */ 

.clearAll {
	clear: both;
	font-size: 1px !important;
	line-height: 1px !important;
	margin-top: -20px;
}

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 7px;
}

.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 7px;
}

/* =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; }

/* =printInfo
-------------------------------------------------------------------------*/
#printInfo {
	display: none;	
}

