/***************************************************
 * 
 * PIT Website: Globale Formatierung
 * Version: $Rev: 73 $
 * Stand: $Id: global.css 73 2006-02-22 08:24:24Z mh $
 * 
 * (c) 2006 by mehrwert
 * 
 * mehrwert intermediale kommunikation
 * Beutel & Ploch GbR
 * Riehler Strasse 51
 * 50668 Koeln
 * 
 * Tel: +49 221 139753-0
 * Fax: +49 221 139753-13
 * 
 * typo3@mehrwert.de
 * http://www.mehrwert.de
 * 
 **************************************************/
/* GLOBAL */
BODY {
	background: #ccc;
	padding: 0;
	margin: 0;
}

#frame {
	margin-bottom: 1px;
	text-align: left;
	margin-top: 0;
	background: #fff;
	padding: 0;
	min-width: 1110px;
}


/* HEADER + LOGO */
#header-position {
	position: absolute;
}

#header {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	height: 200px;
	width: 1110px;
}

#header-home {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	height: 315px;
	width: 1110px;
}

#logo {
	position: relative;
	z-index: 2;
	height: 95px;
	width: 315px;
	left: 10px;
	top: 10px;
}

#header-image {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 1110px;
	left: 0px;
	top: 0px;
}

#header-home #header-image {
	position: absolute;
	z-index: 1;
	height: 200px;
	width: 1110px;
	left: 0px;
	top: 0px;
}

#header-nav {
	background-color: #fff;
	vertical-align: bottom;
	position: absolute;
	padding: 0;
	z-index: 2;
	margin: 0;
	height: 85px;
	width: 890px;
	left: 10px;
	top: 115px;
}

#header-home #header-nav {
	background-color: #fff;
	vertical-align: bottom;
	position: absolute;
	padding: 0;
	z-index: 2;
	margin: 0;
	height: 85px;
	width: 890px;
	left: 10px;
	top: 230px;
}

#header-sub {
	position: relative;
	z-index: 1;
	width: 790px;
}


/* DIVIDERLINES */
DIV.dividerline {
	line-height: 1px;
	background: url(../images/line.gif) repeat-x;
	font-size: 1px;
	height: 1px;
	clear: both;
}

DIV.navline {
	position: relative;
	z-index: 1;
	width: 790px;
}

DIV.headerline {
	min-width: 1110px;
}

DIV.rightline {
	padding: 0;
	margin: 0;
	width: 190px;
}

DIV.footerline {
	margin: 0 0 5px 50px;
	width: 740px;
}


/* NAV */
#nav {
	vertical-align: bottom;
	padding: 61px 0 3px 41px;
	margin: 0 0 0 0;
	width: 628px;
	float: left;
}

.shortCuts {
	display: none;
}

#nav-meta {
	vertical-align: bottom;
	text-align: left;
	margin: 10px 0 0 0;
	height: 70px;
	width: 110px;
	float: left;
}

#nav-sub {
	padding: 5px 0 0 51px;
	z-index: 3;
	margin: 0;
	height: 23px;
	width: 480px;
	float: left;
}

#nav-print {
	text-align: right;
	padding: 0px 0 0 0;
	margin: 0;
	height: 26px;
	width: 220px;
	float: right;
}

#nav-websiteSearch {
	margin: 20px 0 0 20px;
}


/* CONTENT */
#content-frame {
	padding: 2px 0 0 0;
	width: 1110px;
}

#content {
	padding: 15px 0 40px 50px;
	margin: 0;
	float: left;
	width: 520px;
}

#content-wide {
	padding: 15px 0 40px 50px;
	margin: 0;
	width: 750px;
	float: left;
}

#content-sitemap {
	padding: 15px 0 40px 50px;
	margin: 0;
	width: 740px;
	float: left;
}

#content-imprint {
	padding: 15px 0 40px 50px;
	margin: 0;
	width: 490px;
	float: left;
}

#content-right {
	padding: 0 0 40px 30px;
	margin: 0;
	width: 190px;
	float: left;
}

#left-content {
	width: 790px;
	float: left;
}

#content-border {
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0 120px 0 0;
	width: 190px;
	float: right;
}


/* FOOTER */
#nav-footer {
	line-height: 1.3em;
	font-size: 1.1em;
	position: relative;
	padding: 0px 0 11px 51px;
	z-index: 1;
	width: 740px;
	clear: both;
	
}

#footer-info {
	float: left;
}

#footer-imprint {
	width: 110px;
	float: right;
}

