﻿ /**
0. Allgemeines
1. Hintergundbilder und Seitenlayout 
2. Kopf mit Navi und Logo
3. Seitenfuss (nur auf Folgeseiten)
*/


/****************************************/
/* 0. Allgemeines */
/****************************************/
HTML { overflow-y: scroll; }
HTML, BODY { width: 100%; height: 100%; }
BODY { background-color: #648ca0; }
A { color: #356078; text-decoration: underline; }
P { font-size: 0.72em; }
FORM LEGEND { display: none; }
BODY, TD, INPUT, TEXTAREA { font-family: Verdana, Arial, sans-serif; } 
TEXTAREA, INPUT { font-size: 1.0em; }
SUP, SUB { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative; font-size: 0.68em; }
SUP { bottom: 1ex; }
SUB { top: .5ex; }
.floatl { float:left; }
div.clear { clear:both; float:none !important; font-size:0; height:0; line-height:0; }

/****************************************/
/* 1. Hintergundbilder und Seitenlayout */
/****************************************/
#bgImg { position: fixed; z-index: 0; height: 100%; width: 100%; }
#bgImg IMG { position: absolute; height: 100%; width: 100%; } 
#bgImg #bgPattern { background: url("../img/elements/bg.pattern.png") repeat 0 0; position: relative; height: 100%; width: 100%; } 
#outerWrap { position: relative; margin: 0; width: 100%; min-height: 100%; *padding-top: 37px; padding-bottom: 37px; z-index:1; }
#chainLinks { background: url("../img/elements/bg.chain.links.png") no-repeat center top;
	width: 100%; height: 489px; position: absolute; z-index: 2; top: 37px; }
#innerWrap { position: relative; z-index: 3; padding-top: 37px; *padding-top: 0px; _padding-top: 0px; height: 100%; }
.contentWidth { width: 880px; margin-left: auto; margin-right: auto; }


/*****************************/
/* 2. Kopf mit Navi und Logo */
/*****************************/
#header { margin: 30px auto 60px; background: url("../img/elements/bg.header.png") no-repeat center top; }
#logoDigitalwert { float: right; }
#logoDigitalwert A { display: block; margin: 25px 20px 26px 0px; }
#logoDigitalwert A IMG { display: block; }

#mainnav { margin: 36px 0 0; height: 31px; float:left; }
#mainnav LI { float: left; padding: 8px 34px 0 0; }
#mainnav LI.home { padding-right: 48px; }
#mainnav A { display: block; color: #fff; font-family: Arial; font-size: 0.76em; opacity:0.8; font-weight: bold; text-transform: uppercase; text-decoration: none; }
#mainnav A.active { opacity: 1; }
#mainnav A:hover { opacity: 1; }

/****************/
/* 3. Seitenfu� */
/****************/
#footer { text-transform: lowercase; margin-top: 40px; background: url("../img/elements/bg.footer.png") center top; color: #fff; }
/*#footer #pitch { float: left; margin: 12px 37px 12px 23px; }*/
#footer #hcard-digitalwert {margin-left: 200px; padding-bottom: 13px;}
#footer H2 { font-size: 0.72em; padding-top: 13px; }
#footer P { padding-top: 6px; }
#footer P A { color: #fff; }
#footer P ABBR { text-transform: uppercase; font-weight: bold; padding-left: 12px; }
#footer P .email { padding-left: 12px; }
