﻿/**
 * @css-for		screen (all browsers)
 
 * @author		Andreas Lenz (Lenz KD)
 * @version		0.2
 * @date		2008-04-10
 * @see			http://www.lenz-kd.de/
 * @copyright	2003-2008 by Andreas Lenz
 */
 
/**
 * general formats
 */
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
  background-color: #fff;
}
.unsichtbar {
	display: none;
}
#seitenanfang {
	position: absolute;
	top: 0;
}
#skipnavi {
	display: none;
}

a:link { text-decoration:underline; font-size:80%; color:#030; }
a:visited { text-decoration:underline; font-size:80%; color:#030; }
a:hover { text-decoration:none; font-size:80%; color:#030; }
a:active { text-decoration:underline; font-size:80%; color:#030; }

a.text:link { text-decoration:underline; font-size:100%; color:#030; }
a.text:visited { text-decoration:underline; font-size:100%; color:#030; }
a.text:hover { text-decoration:none; font-size:100%; color:#030; }
a.text:active { text-decoration:underline; font-size:100%; color:#030; }

td { font-family:verdana; font-size:80%; color:#030; }

#u01 { font-size:80%; color:#666; }

#u02 { font-size:80%; }

#u03 { font-size:140%; }

#u04 { font-size:80%; color:#666; margin-bottom:10px; }

.head {
	font-size: 140%;
	color: #030;
	text-transform: uppercase;
	letter-spacing: 2pt;
	margin-top: 10px;
}

.head span {
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: 0;
}
.smallText { font-size:80%; }

.smallList { font-size:80%; line-height:1.5em; }

.foot, #seite p.foot {
	margin-bottom: 0.5em;
	padding-left: 0.7em;
	font-size: 0.8em;
	color: #b3c4a2;
}
TR.subText { vertical-align:top; height:20px; }

TABLE.formcontent { border:1px solid #CCC; }

TABLE.items { border-collapse: collapse; }

TR.content { background-color:#F8F8F9; }

TD.kopf { padding-bottom: 15px; }

TD.content { border-bottom:1px solid #CCC; }

TD.picfoot { padding-top:10px; }

TD.thumb { background-color: #CCC; }

TD.home { padding-top: 20px; padding-bottom: 20px; }

TD.history { padding: 2px 0px 5px 0px; border-top: 1px solid #666; border-bottom: 1px solid #666; }

TD.fusszeile { padding-top: 10px; border-top: 1px solid #666; }

TD.inhalt { padding: 15px 0px 15px 0px; }

IMG.item { border: 1px solid #999; }

/**
 * Breadcrumb Navigation
 */
td.history a.crumb {
	margin-left: 5px;
	padding-left: 11px;
	text-transform: uppercase;
	background: url(bilder/bullets/pfeil.gif) left no-repeat;
}

/**
 * Formular-Elemente
 */
fieldset {
	border: none;
	margin: 0 0 0 4.8em;
	padding: 1em 0 0 0;
}
legend {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
label {
	float: left;
	font-size: 0.9em;
	width: 5em;
	margin-right: 0.5em;
	padding-top: 0.2em;
}
input[type=text], textarea, select {
	width: 33.4em;
	margin-bottom: 0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.2em;
	border: 1px solid #999;
}
select {
	width: 34em;
	padding: 0;
}
option {
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0;
}
input[type=text]:focus, textarea:focus {
	background: #f5f5f5;
}
#buttons {
	margin-left: 5em;
}
input[type=submit], input[type=reset] {
	width: 7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	padding: 0.2em;
	background: url("bilder/bg_buttons.jpg") top repeat-x #d8d5ce;
	cursor: pointer;
	border: 1px outset #666;
}
input[type=reset] {
	margin-left: 1em;
}
#holzgestaltung legend {
	display: none;
}

/**
 * Ueberschriften im Inhalt-Bereich
 */
h1 {
	font-size: 80%;
	color: #666;
	margin: 15px 0 5px 0;
}
h3 {
	font-size: 1em;
	color: #666;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	background: url(bilder/bullets/h3_linie.jpg) left bottom no-repeat;
}
/*------------------------------------------------*/
/*Tabelle im Inhalt-Bereich*/
table.termine {
	margin: 7px 0px;
}
th {
	font-size: 70%;
	text-align: left;
	color: #666;
}

/**
 * Definitionsliste fuer Text-Bild-Kombi (z.B. Team-Uebersicht)
 */
#members {
	margin-left: 5.3em;
	font-size: 0.9em;
}
#members dt {
	float: left;
	margin: 0 1em 0 0;
}
#seite #members h5 {
	font-size: 1em;
	color: #666;
	margin: 0 0 0 6.5em;
}
#members ul {
	list-style: none;
}
#members dd {
	height: 11em;
	margin-bottom: 1em;

}
td.inhalt dt {
	float: left;
	margin: 0 10px 0 0;
}
td.inhalt dd {
}

/*------------------------------------------------*/
/*Listen im Inhalt-Bereich (Navi- und Referenzliste)*/
td.inhalt ul.navi, td.inhalt ul.ref {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}
td.inhalt ul.navi li {
	margin-bottom: 5px;
	text-transform: uppercase;
	padding: 0 15px;
	background: url(bilder/bullets/pfeil.gif) left no-repeat;
}
td.inhalt ul.ref li {
	line-height: 1.6em;
	font-size: 0.8em;
	padding: 0 0 0 10px;
	background: url(bilder/bullets/pfeil_klein.gif) left no-repeat;
}

/**
 * Seitenformatierung, Seitencontainer und seine Elemente
 */
#index {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 85%;
	color: #030;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#seite {
	width: 40.6em;
	margin: 3em auto;
}
#seite h1 a {
	display: block;
	width: 250px;
	height: 80px;
	text-indent: -10000px;
	background: url("bilder/sehnsedahastes.gif") left no-repeat;
}
#seite h1.english {
	background: url("bilder/sehnsedahastes_en.gif") left no-repeat;
}
#seite #sprache {
	list-style: none;
	float: right;
	width: 50px;
	padding: 0;
	margin: 31px 0 0 0;
}
#sprache li {
	display: inline;
	margin: 0 15px 0 0;
}
#sprache a.de {
	display: block;
	float: left;
	width: 23px;
	height: 15px;
	text-indent: -10000px;
	background: url("bilder/bullets/flag_de.gif") no-repeat;
}
#sprache span.de {
	display: block;
	float: left;
	width: 23px;
	height: 15px;
	text-indent: -10000px;
	background: url("bilder/bullets/flag_de_d.gif") no-repeat;
}
#sprache a.en {
	display: block;
	float: right;
	width: 23px;
	height: 15px;
	text-indent: -10000px;
	background: url("bilder/bullets/flag_uk.gif") no-repeat;
}
#sprache span.en {
	display: block;
	float: right;
	width: 23px;
	height: 15px;
	text-indent: -10000px;
	background: url("bilder/bullets/flag_uk_d.gif") no-repeat;
}
#index #navi {
	margin: 40px 0 60px 4.8em;
	padding: 0;
	list-style: none;
	clear: both;
}
#index #navi a {
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url("bilder/bullets/pfeil_main.gif") left no-repeat;
}
#index #navi a:hover {
	color: #666;
}
#seite p {
	margin: 1em 0 0 5.3em;
	font-size: 0.9em;
	line-height: 1.4em;
}
#seite ul {
	margin: 1em 0 0 3.2em;
	font-size: 1em;
	line-height: 1.4em;
}
#seite ul.ref {
	font-size: 0.9em;
}
#seite ul.ref ul {
	margin: 0 0 0.5em 1.5em;
	padding: 0;
}
#seite ul.termine {
	font-size: 0.9em;
	margin: 1em 0 0 1.9em;
	list-style: none;
}
#seite h4 {
	font-size: 0.9em;
	margin: 2em 0 0 5.3em;
}
#seite h5 {
	font-size: 0.9em;
	margin: 2em 0 0 5.3em;
	color: #666;
}
p.link a {
	font-size: 1em;
}

/**
 * Sprung-Link zum Seitenanfang
 */
#seite p.oben {
	text-align: right;
	margin: 2.5em 0 0;
}
p.oben a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em;
}
p.oben a:hover {
	text-decoration: underline;
}
p.oben a:active {
	background-color: #030;
	color: #fff;
	margin-left: 5.3em;
}

/**
 * Thumbnail-Liste im Inhalt-Bereich mit Links zu Originalbildern
 */
#seite ul.thumbnails {
	list-style: none;
	padding: 0;
	margin-left: 4.9em;
}
#seite ul.thumbnails li {
	display: inline;
	margin-right: 1em;
}
#seite ul.thumbnails li img {
	border: 1px solid #030;
	width: 4.2em;
	height: 6.5em;
}

/**
 * Container fuer Produktdarstellung (z.B. Holzprodukte)
 */
#seite div.produkt {
	margin: 1em 0 0 4.9em;
	width: auto;
	height: 6.8em;
	padding: 0.4em;
	background: #f8f8f9;
	border: 1px solid #e3e3e3;
}
#seite div.produkt img {
	float: left;
	border: 1px solid #030;
	width: 8.3em;
	height: 8.3em;
	margin-right: 1em;
}
#seite div.produkt h5 {
	margin-top: 0;
}
#seite div.produkt p a {
	font-size: 1em;
	text-decoration: none;
	padding: 0 0 0 10px;
	background: url("bilder/bullets/pfeil_main.gif") left no-repeat;
}
#seite div.produkt p a:hover {
	text-decoration: underline;
}

/**
 * Brotkruemel-Menue
 */
#breadcrumb {
	border-top: 1px solid #999;
	margin: 20px 0 15px 0;
	padding: 0;
}
#breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 65px;
}
#breadcrumb li {
	display: inline;
	padding: 0 0.3em 0 0;
}
#breadcrumb a {
	background: url("bilder/bullets/pfeil_main.gif") left no-repeat;
	padding-left: 0.9em;
}
#breadcrumb li.erste a, #breadcrumb #seitennavigation {
	background: none;
	padding-left: 0;
}

/**
 * Ueberschrift in den Uebersichten
 */
#thema {
	margin: 2.5em 0 2em 4.8em;
	padding: 0;
	background: none;
}

/**
 * Werbeblock fuer Google-AdSense
 */
#seite .werbung {
	margin-bottom: 1.5em;
}

/**
 * Fusszeile (footer)
 */
#footer {
	width: auto;
	border-top: 1px solid #999;
	padding: 0 0 1.5em;
	margin: 1em 0 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 4.8em;
}
#footer li {
	display: inline;
	padding-right: 0.5em;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p, #footer h3 {
	display: none;
}

/**
 * Highslide-JS (vergrößern von Bildern mit JavaScript)
 */
.highslide {
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-wrapper {
	background: #fff;
}
.highslide-image {
    border-bottom: 1px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid #030;
    padding: 0.5em;
    background-color: #fff;
	font-size: 0.85em;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #000;
    background-color: #fff;
    
    padding-left: 22px;
    background-image: url("js/highslide/graphics/loader.white.gif");
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits em {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover em {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url("js/highslide/graphics/fullexpand.gif") no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

