/*

	filename:	/css/screen-core.css
	version:	1.0 - 2008-05-15 - fz

	author:		frank (dot) zoeller (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org
	
*/


/* =core
-------------------------------------------------------------------------*/

html {
	font-size: 100%; /* for IE*/
	line-height: 100%;
}

img {
	display: block;
}

html > body {
	font-size: 16px; /* for everyone else*/
	line-height: 16px;
}

/* 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: 0.625em ! important;
}

/* reset margin, padding */
* { 
	margin:0; 
	padding:0; 
} 
	
body {
	font-family: Verdana, Geneva, sans-serif;
	background: #ededee;
	color: #003888;
}

#stage {
	width: 768px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
}


#headLayer {
	padding-left: 284px;
	height: 265px;
}

#zedevLogo {
	margin-top: 10px;
}

#metaNav {
	position: relative;
	width: 106px;
	height: 134px;
	margin: 0px 0px auto auto;
}

#metaNavBlank {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#metaNavBg_de {
	z-index: 1;
}

#impressum_hv_de {
	position: absolute;
	top: 9px;
	left: 15px;
	z-index: 500;
	display: none;
}

#deutsch_hv_de {
	position: absolute;
	top: 45px;
	left: 16px;
	z-index: 500;
	display: none;
}

#login_hv_de {
	position: absolute;
	top: 89px;
	left: 16px;
	z-index: 500;
	display: none;
}

#metaNavBg_fr {
	z-index: 1;
}

#impressum_hv_fr {
	position: absolute;
	top: 9px;
	left: 15px;
	z-index: 500;
	display: none;
}

#deutsch_hv_fr {
	position: absolute;
	top: 45px;
	left: 16px;
	z-index: 500;
	display: none;
}

#login_hv_fr {
	position: absolute;
	top: 89px;
	left: 16px;
	z-index: 500;
	display: none;
}


#mainNav {
	position: absolute;
	left: -13px;
	top: 109px;
	z-index: 500;
}

.active {
	display: block !important;
}

#mainNavBlank {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#mainNavBg_de {
	z-index: 1;
}

#mainnav_kontakt_hv_de {
	position: absolute;
	top: 100px;
	left: 14px;
	z-index: 900;
	display: none;
}

#mainnav_zedev_hv_de {
	position: absolute;
	top: 125px;
	left: 13px;
	z-index: 800;
	display: none;
}

#mainnav_leistung_hv_de {
	position: absolute;
	top: 65px;
	left: 166px;
	z-index: 700;
	display: none;
}

#mainnav_haendlerverzeichnis_hv_de {
	position: absolute;
	top: 19px;
	left: 318px;
	z-index: 600;
	display: none;
}

#mainNavBg_fr {
	z-index: 1;
}

#mainnav_kontakt_hv_fr {
	position: absolute;
	top: 100px;
	left: 14px;
	z-index: 900;
	display: none;
}

#mainnav_zedev_hv_fr {
	position: absolute;
	top: 125px;
	left: 13px;
	z-index: 800;
	display: none;
}

#mainnav_leistung_hv_fr {
	position: absolute;
	top: 65px;
	left: 166px;
	z-index: 700;
	display: none;
}

#mainnav_haendlerverzeichnis_hv_fr {
	position: absolute;
	top: 19px;
	left: 318px;
	z-index: 600;
	display: none;
}


#subNav {
	position: absolute;
	top: 217px;
	right: 498px;
	font-size: 0.625em;
	line-height: 18px;
	z-index: 5000;
}

.activesub {
	color: #E5352C !important;
}

#subNav ul {
	list-style: none;
	text-align: right;
}

#subNav ul li {
	
}

#subNav ul li a {
	color: #003888;
	text-decoration: none;	
}

#subNav ul li a:hover,
#subNav ul li a:active {
	color: #E5352C;
	text-decoration: none;
}


#contentBox {
	z-index: 2000;
	position: relative;
}

#colLeft {
	position: relative;
	width: 235px;
	height: 100%;
	float: left;
	padding: 78px 42px 0 52px;
	margin-bottom: 30px;
}

#colLeft a {
	color: #003888;	
}

#colLeft a:hover,
#colLeft a:active {
	color: #E5352C;
}

#colLeft address {
	font-style: normal;
	font-size: 0.625em;
	line-height: 18px;
	margin-bottom: 18px;
}

#colLeft ul {
	list-style: none;
	line-height: 1.875em;
}

#colLeft ul li {
	padding: 0 0 0 30px;
}

#mainContent {
	width: 317px;
	float:left;
	margin-bottom: 30px;
	position: relative;
}

#mainContent p {
	font-size: 0.625em;
	line-height: 18px;
	margin-bottom: 18px;
}

#mainContent ul{
	margin-left: 15px;
	margin-bottom: 18px;
}

#mainContent ul li {
	font-size: 0.625em;
	line-height: 18px;
}

#mainContent h1 {
	font-size: 1.125em;
	line-height: 1.5em;
	color: #E5352C;
	margin-bottom: 12px;
}

#mainContent h2 {
	font-size: 0.625em;
	line-height: 18px;
	margin-bottom: 18px;
}

#mainContent a {
	color: #003888;	
}

#mainContent a:hover,
#mainContent a:active {
	color: #E5352C;
}


#mainContent input,
#mainContent textarea {
	margin: 2px 2px 2px 10px;
	padding: 0px;
}

#mainContent select {
	margin: 2px 2px 2px 10px;
	padding: 0px;
	font-size: 1em !important;
}

#mainContent td select {
	font-size: 1em !important;
	background: #d9e1ed;
	border: 0;
}


#mainContent address {
	font-style: normal;
	font-size: 0.625em;
	line-height: 18px;
	margin-bottom: 18px;
}

#mainContent textarea {
	background: #d9e1ed;
	border: 0;
	border-bottom: 1px solid #003888 !important;
}

.inputtext {
	width: 176px;
	background: #d9e1ed;
	border: 0;
	border-bottom: 1px solid #003888 !important;
}

.konTextOrt {
	width: 134px;
	margin-left: 0px !important;
	background: #d9e1ed;
	border: 0;
	border-bottom: 1px solid #003888 !important;
}

.konTextPLZ {
	width: 36px;
	background: #d9e1ed;
	border: 0;
	border-bottom: 1px solid #003888 !important;
}


/* ---- misc ---- */

.floatLeft {
	margin-right: 20px;
	float: left;
}

.floatRight {
	margin-left: 20px;
	float: right;

}

.hasBorder {
	border: 1px solid #C1C9B5;
}

.noMargBot {
	margin-bottom: 0px !important;
}

.clearAll {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.minus {
	background:url("/img/minus.jpg") no-repeat 0 6px transparent;
	color: #e5352c;
}

.plus {
	background:url("/img/plus.jpg") no-repeat 0 6px transparent;
}

.ergebnis {
	background:url("/img/ergebnis.jpg") no-repeat 0 9px transparent;
}

#colLeft ul li.ergebLine {
	border-bottom: 1px solid #e5352c;
}

.red {
	color: #f00;
}
