/* 
- - - - - - - - - - - - - - - - - - - - -
Titel: Poly Verpackung Stylesheet (screen)
Autor: Dumrath & Fassnacht KG (sti)
URL: http://www.duf-online.de/

Erstellt: 2006-02-06
Bearbeitet: 2006-02-06
- - - - - - - - - - - - - - - - - - - - - 
*/

/* - - - Grundeinstellungen - - - */

* {
	margin: 0;
	padding: 0;
	border: 0px none;
	list-style-type: none;
	float: none;
	text-decoration: none
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
}

/* - - - IDs - - - */

#wrapper {
	width: 760px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	color: #000;
	background: #96c8dc url('../images/nav-bg.png') repeat-y 0 0;	
}

#header {
	height: 179px;
	color: #000;
	background: #c8e1ec url('../images/footerheader-bg.png') repeat-y 0 0;
	border-bottom: 2px solid #fff
}

#quickskip {
	float: left;
	width: 158px;
	height: 179px;
	background: url('../images/img-fisch.png') no-repeat 0 0;
	overflow: hidden;
	text-indent: -9999px
}

#b-schlauchfolie #quickskip {
	background: url('../images/img-schlauchfolie.png') no-repeat 0 0;
}

#b-halbschlauchfolie #quickskip {
	background: url('../images/img-halbschlauchfolie.png') no-repeat 0 0;
}

#b-flachbeutel #quickskip {
	background: url('../images/img-flachbeutel.png') no-repeat 0 0;
}

#b-luftpolsterfolie #quickskip {
	background: url('../images/img-luftpolsterfolie.png') no-repeat 0 0;
}

#b-pvc-huellen #quickskip {
	background: url('../images/img-pvc-huellen.png') no-repeat 0 0;
}

#b-kordelzugbeutel #quickskip {
	background: url('../images/img-kordelzugbeutel.png') no-repeat 0 0;
}

#b-tragetaschen #quickskip {
	background: url('../images/img-tragetaschen.png') no-repeat 0 0;
}

#b-kartonagen #quickskip {
	background: url('../images/img-stulpdeckelkarton-offen.png') no-repeat 0 0;
}
#logo {
	height: 180px;
	position: relative;
}

#logo img {
	position: absolute;
	bottom: 0;
	left: 160px;
}

#content {
	float: right;
	width: 350px;
	padding: 10px;
	color: #000;
	background: transparent;
}

#sidebar {
	width: 350px;
	float: left;
}

#navigation {
	margin-left: 128px;
	margin-top: 5px;
}

#navigation ul {
	margin-left: 12px;
}

#navigation li, #navigation li ul li  {
	margin: 0;
	padding: 0;
}

#footer {
	margin: 0;
	padding: 0;
	height: 35px;
	color: #000;
	background: #c8e1ec url('../images/footerheader-bg.png') repeat-y 0 0;
	border-top: 2px solid #fff;
	clear: both;
	text-align: right
}

#footer p {
	height: 35px;
	line-height: 35px;
	margin-right: 15px;
}

/* - - - Ueberschriften - - - */

h1 { 
	font-family: "Arial Black", Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold; 
	line-height: 1.6em; 
	letter-spacing: 0.01em; 
	margin-bottom: 1.5em;
}

h2 {
	font-weight: bold;
	font-size: 1em;
}

/* - - - Listen - - - */

ul, ol {
	list-style-type: none;
}

#navigation ul {
	padding-top: 5px;
}

#navigation li ul li {
	margin-bottom: 5px;
}

#navigation li {
	margin-bottom: 5px;
}

/* - - - Textauszeichnung - - - */

p {
	margin-bottom: 1em;
}

/* - - - Links - - - */

#content a:link, #content a:visited {
	color: #fff;
	border-bottom: 1px solid #435c77;
}

#content a:hover {
	border-bottom: 1px solid #fff;
}

#navigation li a {
	display: block;
	font-size: 0.9em;
	color: #445d78;
	padding-left: 38px;
	background: url('../images/nav-dot.png') no-repeat 0 0;
	height: 15px;
	line-height: 15px
}

#navigation li a:hover, #navigation li a.aktiv {
	background: url('../images/nav-dot.png') no-repeat 0 -15px;
	font-weight: bold
}

#navigation li ul a {
	background: url('../images/nav-dot.png') no-repeat 0 -30px;
	padding-left: 38px;
	margin-left: 25px
}

#navigation li ul a:hover, #navigation li ul a.aktiv {
	background: url('../images/nav-dot.png') no-repeat 0 -45px;
	padding-left: 38px;
	margin-left: 25px

}

/* - - - Tabellen - - - */

table {
	width: 300px;
}

th {
	text-align: left;
}

/* - - - Formulare - - - */

legend {
	display: none;
}

label {
	display: block;
	float: left;
	width: 100px;
}

input {
	border: 1px solid #000;
	width: 200px;
}

textarea {
	border: 1px solid #000;
	width: 300px;
}

.button {
	width: 80px;
	color: #fff;
	background: #435c77;
}