
/***********************
	FILE
************************
Date:			02.04.2007 11:49				
Author:			Benjamin Stellmacher 			
				<benjamin.stellmacher@hellgrau.com>	
Description:	Contains definitions for all elements on the site
***********************/

/***********************
	STRUCTURE OVERVIEW
************************
1. Document
2. General Definitions
***********************/

/***********************
	DOCUMENT
***********************/

/* Global White Space Reset */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 0 0 0;

	color: #304798;
	text-align: center;
	
	background: #fff;
}

div#main {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 100px 0;
	width: 800px;
		
	text-align: left;
	
	padding: 20px 0 280px 0;
}

div.scroll {
	height: 420px;
	overflow: auto;
}

div.site-industry	{ background: transparent url(../images/din_bg_main_industries.jpg) no-repeat; }
div.site-profile 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-philosophy	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-products 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-logistics 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-news 		{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-contact 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }

div.site-imprint 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }
div.site-privacy 	{ background: transparent url(../images/bg_doc_30deg.gif) no-repeat center top; }

div#flash {
	position: absolute; 
	z-index: 10; 
	display: block;
}

/***********************
	GENERAL DEFINITIONS
***********************/
h1, h2,h3 {
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

p,div,span,a,form,label,input,select,textarea,ul,ol,li,dl,dt,dd {
	font-family: Times New Roman, Helvetica, Verdana, Arial, serif;
}

div.index h1 {
	margin: 420px 0 0 0;
}

/* TEXT */

h1 { font-size: 16px; text-transform: uppercase; }

p { font-size: 12px; }

/* LIST */

ul,ol {}
li {}

/* TABLES */

/* FORMS */

fieldset{ border: none; }
label {}

/* LINKS */

a img { border: none; }
p a { color: #304798; }
a.mail {
	font-weight: bold;
}


/* FORMATTING */

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.no-break { white-space: nowrap; } 
.clear { clear: both; }

/***********************
	CONTENT
***********************/

/* top left */

div.top-left {
	float: left;
	margin: 25px 0 0 15px;
}

div.top-left div.head {
	width: 664px;
	height: 43px;
	background: transparent url(../images/element_txt_01_head.gif) no-repeat;
}

div.top-left div.body {
	width: 584px;
	padding: 5px 40px;
	background: transparent url(../images/element_txt_01_body.gif) no-repeat center top;
}

div.top-left div.foot {
	width: 664px;
	height: 35px;
	background: transparent url(../images/element_txt_01_foot.gif) no-repeat;
}

/* bottom right */

div.bottom-right {
	float: right;
	margin: 25px 0 0 15px;
}

div.bottom-right div.head {
	width: 612px;
	height: 44px;
	background: transparent url(../images/element_txt_02_head.gif) no-repeat;
}

div.bottom-right div.body {
	width: 562px;
	padding: 5px 25px;
	background: transparent url(../images/element_txt_02_body.gif) no-repeat center top;
}

div.bottom-right div.foot {
	width: 612px;
	height: 24px;
	background: transparent url(../images/element_txt_02_foot.gif) no-repeat;
}

/* text content */

div.text h1 {
	margin: 0 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}

div.text h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.text p {
	margin: 0 0 5px 0;
	font-size: 14px;
}

/* images */

img#profile {
	float: left;
	margin: 58px 0 0 3px;
	border: 1px solid #5C0101;
}

/* 03 DESIGN */

img.preview-left {
	float: left;
	margin: 25px 0 0 120px;
}

img.preview-right {
	float: left;
	margin: 25px 0 0 10px;
}
p.preview-download {
	float: left;
	margin: 25px 0 0 5px;	
	width: 120px;
	line-height: 16px;
}

a.preview-download {
	float: left;
	margin: 10px 0 0 5px;
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #304798;
	text-transform: uppercase;
	text-decoration: none;
	background: #80C31C;
}

/* 04 INDUSTRIES */

h1.industry {
	padding: 0 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

div#list-industry  {
	margin: 10px 0 0 5px;
	width: 360px;
}

div#list-industry ul {
	padding: 0;
}

div#list-industry ul li {
	display: inline;
	margin: 0 1px;
	padding: 0;
	font-size: 10px;
	text-decoration: none;
	color: #00a;
	list-style: none;
}

div#list-industry ul li.seperator {
	text-decoration: none;
}

div#list-industry ul li.active {
	font-weight: bold;
}

div#list-industry ul li a {
	padding: 2px;
	font-family: 'Times New Roman';
	font-size: 12px;
	color: #00a;
	text-decoration: none;
	background: #fff;
}

h2.industry {
	padding: 25px 0 0 10px;
	width: 300px;
	font-size: 14px;
	text-transform: normal;
}

div.industry {
	position: absolute;
	top: 240px;
	left: 20px;
	
	padding: 0 5px;
	width: 263px;
	height: 140px;
}

div.industry h1 {
	margin: 0 0 10px 0;
	font-size: 13px;
}

div.industry p {
	font-size: 12px;
}

div.industry p a {
	font-weight: bold;
	text-decoration: underline;
}

div.industry form input {
	margin: 10px 0 0 0;
	padding: 3px;
	color: #ff0;
	border: none;
	background: #304798;
}

/* 05 PRODUCT RANGE */

div.gallery {
	margin: 10px 0 0 0;
}

div.gallery img {
	float: left;
	margin: 0 4px;
	border: 1px solid #00a;
}

div.site-products h1.text {
	margin: 10px 30px 0 30px;
	padding: 25px 0 0 15px;
	width: 250px;
	height: 61px;
	
	font-size: 16px;
	text-transform: uppercase;
	
	background: transparent url(../images/din_headline_250.gif) no-repeat;
}
div.site-products h1.text[class] { width: 235px; height: 36px; }

div.site-products p.text {
	margin: 0 30px 0 30px;
	padding: 0 0 10px 0;
	font-size: 14px;
}

div.site-products div.small-indent { margin: 0 0 0 30px; }
div.site-products div.large-indent { margin: 0 0 0 60px; }

div.site-products ul { margin: 0 0 5px 25px; }
div.site-products[class] ul { margin: 0 0 10px 50px; }

div.site-products ul.horizontal { float: left; }

div.site-products ul li { margin: 0 0 0 15px; padding: 0 !important; font-size: 12px; }
div.site-products[class] ul li { font-size: 14px;}


/* NEWS */

div.site-news li {
	margin: 0 0 0 15px;
	list-style: disc;
}

div.site-news li a {
	font-family: 'Times New Roman', serif;
	color: #00a;
}


/* IMPRINT */

div.site-imprint h1.text {
	margin: 10px 30px 10px 30px;
	padding: 25px 0 0 15px;
	width: 211px;
	height: 61px;
	
	font-size: 16px;
	text-transform: uppercase;
	
	background: transparent url(../images/din_headline_200.gif) no-repeat;
}
div.site-imprint h1.text[class] { width: 196px; height: 36px; }

div.site-imprint p.text {
	margin: 0 15px;
	font-size: 12px;
}
div.site-imprint p.text[class] { margin: 0 30px; }

div.site-imprint p.left-float {
	float: left;
	width: 325px;
}

div.site-imprint p.right-float {
	float: right;
	width: 325px;
}

/* PRIVACY */

div.site-privacy h1.text {
	margin: 10px 30px 10px 30px;
	padding: 25px 0 0 15px;
	width: 211px;
	height: 61px;
	
	font-size: 16px;
	text-transform: uppercase;
	
	background: transparent url(../images/din_headline_200.gif) no-repeat;
}
div.site-privacy h1.text[class] { width: 196px; height: 36px; }

div.site-privacy p.text {
	margin: 0 15px;
	font-size: 12px;
}
div.site-privacy p.text[class] { margin: 0 30px; }

div.site-privacy p.left-float {
	float: left;
	width: 325px;
}

div.site-privacy p.right-float {
	float: right;
	width: 325px;
}


/* CONTACT */

div.site-contact h1 {
	text-transform: uppercase;
}

div#address {
	float: left;
	width: 280px;
}

div#route {
	float: left;
	margin: 0px 0 20px 40px;
	width: 220px;
}

div#route h2 {
	margin: 0 0 10px 0;
	width: 220px;
	font-size: 14px;
}


/***********************
	NAVIGATION
***********************/

img#pattern {
	float: left;
	margin: 30px 10px 0 10px;
}

div#navigation {
	clear: both;
	position: relative;	
/*	width: 760px; */
	height: 130px;
	background: transparent url(../images/bg_nav.gif) no-repeat center top;
}

div#navigation {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	bottom: 0px;
	width: 800px;
	height: 200px;
	background: transparent url(../images/bg_nav.gif) no-repeat -372px 2px;
}

div#navigation div.float {
	padding: 35px 0 0 0;
}

div#navigation h3 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

div#navigation a {
	position: relative;
	top: 12px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

div#navigation a:visited {
	color: #5B0102;
	text-decoration: none;
}

div#navigation a.active {
	font-weight: bold;
	color: #ff0;
}


div#navigation div.current {
	position: relative;
	top: 10px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff0;
	text-transform: uppercase;
}

div#navigation div.current img {
	display: inline;
}

div#navigation div.current-1 { padding: 0 0 0 15px; }
div#navigation div.current-2 { padding: 0 0 0 55px; }
div#navigation div.current-3 { padding: 0 0 0 94px; }
div#navigation div.current-4 { padding: 0 0 0 133px; }
div#navigation div.current-5 { padding: 0 0 0 172px; }


/***********************
	SERVICE NAVIGATION
***********************/

div#service {
	float: left;
	margin: 0 0 0 450px;
	padding: 0;
	font-size: 10px;
	color: #000;
}

div#service p {
	margin: 50px 0 0 0;
	height: 10px;
	font-size: 12px;
	vertical-align: top;
}

div#service a {
	top: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	letter-spacing: -1px;
	text-decoration: none;
	text-transform: uppercase;
}

div#service a.active {
	text-decoration: underline;
}

/***********************
	LOGO
***********************/

div#logo-container {
	position: absolute;
	top: 0px;
	width: 800px;
}

img#logo {
	position: fixed;
	margin: 10px 0 0 675px;
}

div.index img#logo {
	display: none;
}

div#logos {
	position: absolute;
	top: 350px;
	left: 55px;
}

div#logos a img {
	float: left;
	border: none;
}
