
/*

	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 {

}


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

#metaNavLayer {
	display: none;
}



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

#mainNavLayer {
	margin-bottom: 15px;
}

#mainNavLayer #visual {
	width: 972px;
	height: 113px;
}

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

#mainNav {
	display: none;
}

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

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

#contentLayer #contentMain {
	float: left;	
}

#contentMain #cTop {
	height: 6px;
	font-size: 1px;
}

#contentMain #cBottom {
	height: 6px;
	font-size: 1px;
}

#content {
	height: 1%;	
}

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

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

#content h1 {
	font-size: 1.375em;
	font-weight: normal;
	margin-bottom: 20px;
}

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

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

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

#content .layerTextPic p {
	font-size: 0.75em;
	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: 1em;
	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 {
	display: none;
}


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

#contentTeaser {
	display: none;
}


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

#footer {
	display: none;
}

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


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

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 {
	position: absolute;
	top: 30px;
	left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	line-height: auto;	
}

#printInfo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;	
}

#printInfo ul {
	margin-left: 15px;
	line-height: auto;
}
#printInfo ul li {
	font-size: 0.75em;
	line-height: auto;	
}

#printInfo p {
	font-size: 0.75em;
}
