/*  ====================================================
Stylesheet: allinone
Datei:  style.css
Datum:  2009-11-19 
Autor:  Christian Tacke, Dortmund Beach Design 
========================================================== */

/* ==============================================
   @media all
   ============================================== */

@media all { 

/* ==============================================
   1 - Reset
   ============================================== */

* {
	padding: 0;
	margin: 0;
	}

/* ==============================================
   2 - Restaurierung 
   ============================================== */

/* margin-bottom für Überschriften, Absätze, Listen etc. */
h1, h2, h3, h4, h5, h6, 
p, blockquote, address, pre, 
ul, ol, dl, table {
	margin-bottom: 1em;
	}

/* Zitate einrücken */ 
blockquote { 
	margin: 1em 2em;
	} 

/* Für alle Listen: nicht einrücken */
ul, ol, dl { 
	margin-left: 0;
	}

/* Für alle Listenelemente: nicht einrücken */
li { 
	margin-left: 0;
	} 

/* Definitionen in Definitionslisten noch mehr einrücken */
dd { 
	margin-left: 2em;
	}

/* Verschachtelte Listen ohne Außenabstand oben/unten */
ul ul, ul ol, ul dl,
ol ul, ol ol, ol dl,
dl ul, dl ol, dl dl {
	margin-top: 0;
	margin-bottom: 0;
	}

/* Aufzählungszeichen für Listenkisten */

/* Ebene 1 - ul: square (ausgefülltes Rechteck); ol: Dezimalzahlen  */
ul {
	list-style-type: none;
	}

/*ol { 
	list-style-type: none;
	}*/

/* Ebene 2 - ul: disc (ausgefüllter Kreis); ol: kleine Buchstaben */
ul ul { 
	list-style-type: disc;
	}

ol ol { 
	list-style-type: lower-alpha;
	}

ul ol { 
	list-style-type: decimal;
	}
ol ul {
	list-style-type: square;
	}

/* Auswahl in Auswahllisten (select) durch padding: 0 schlecht lesbar */
option { 
	padding-left: 0.2em; 
	padding-right: 0.3em; 
	}

/* Rahmen um fieldset und verlinkte Bilder entfernen */
fieldset, a img { 
	border: none; 
	}

} /* Ende @media all */

/* ==============================================
   @media screen
   ============================================== */

@media screen { 

/* ==============================================
   1 - Body, Wrapper 
   ============================================== */

html { height: 101%; }

#wrapper {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	width: 640px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	}

* html #wrapper { height: 1%; }

#head {
	border: none;
	border-top: 1px solid #000;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 100px;
	}
	
#head_h1 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-right: 15px;
	}

#head_h2 {
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	}

div#content {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
	border-bottom: 1px solid #000;
	}

.news {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	}

.float {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}

.clear {
	clear: both;
	}

address {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	margin-right: 15px;
	margin-bottom: 0.25em;
	}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-right: 15px;
	}

table, p, a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	letter-spacing: 0.02em;
	margin-bottom: 18px;
	border-collapse: collapse;
	}

#content p {
	padding-left: 3px;
	}

table a,
table p {
	display: block;
	color: #000;
	text-decoration: none;
	outline: none;
	margin: 0;
	}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-left: 3px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}


tr:hover {
	background-color: #eee;
	}

td {
	vertical-align: top;
	padding: 5px;
	padding-left: 3px;
	border-bottom: 1px solid #ccc;
	}

#presse td.titel {
	width: 230px;
	}

#presse td.magazin {
	width: 250px;
	}

#presse td.jahr {
	text-align: center;
	width: 90px;
	}

#presse td.download {
	text-align: center;
	width: 30px;
	}

#industrie td.unternehmen {
	width: 260px;
	}

#industrie td.thema {
	width: 320px;
	}

#industrie td.download {
	text-align: center;
	width: 30px;
	}




.menu_main {
	background-color: transparent;
	border-bottom: 1px solid #000;
	font-size: 12px;
	}
	
.menu_main li {
	display: inline;
	padding: 5px;
	margin-right: 10px;
	}

.menu_main a {
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.02em;
	color: #000;
	text-decoration: none;
	outline: none;
	}

.menu_main a:hover {
	color: #999;
	}

a.current  {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	}

a:hover.current  {
	color: #000;
	}

/* ==============================================
   3 - BUG HACKS
   ============================================== */
   
* html li  { height: 1%; }  /* zusaetzlicher Leerraum in Listenlinks-Bug */

/* * html  { word-wrap: break-word; }  /* Problem der sich erweiternden Box */

/* * html #kopfschrifth1  { height: 1%; } /* 3-Pixel Bug */



} /* Ende @media screen */

/* ======================================
   E N D E style.css
   ====================================== */

