/* Alle Werte werden auf Standardwerte gesetzt */
html{
	height: 101%;
	margin-bottom: 1px;
     }

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
	}


/*
Page margins and background | Randbereiche & Seitenhintergrund
*/

body {
	background-color: #000;
     color: #000;
     font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
     font-size: 0.8em;
     min-height: 100%;
     height: 101%;
     width: 100%;
	}

optgroup {background-color: #DF7401; line-height: 2px;}
option {background-color: #F3F3F3; text-align: left;}

#bestellformular fieldset{
	margin-bottom: 10px;
     }

#bestellformular label{
    clear: both;
    display: inline-block;
    float: left;
    padding: 0.6em 0.5em 0.5em 0.5em;
    width: 9em;
    }

#bestellformular input, #bestellformular select, #bestellformular textarea{
	float: left;
	font-family: Verdana,sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0.5em;
	width: 13em;
	}

#bestellformular textarea{
    }

#bestellformular textarea{
    float: left;
    margin: 0.5em;
    width: 20em;
    }


/*
Der Container ist mittig
*/

#container  {
	background-color: #DF7401;
     border-width: 1px;
	color: #000;
	position: absolute;
	top: 0.5%;
	left: 50%;
	margin-left: -512px;
	margin-bottom: 0.5%;
     padding: 0;
     }

#container, #header-1, #header-2 {
     border-color: #FFF;
     border-style: solid;
     width: 1022px;
     }

#header-1  {
     background-color: #E4322A;
     border-width: 0;
     }

#header-2  {
	background-color: #8A0808;
     border-width: 1px 0 1px 0;
     height: 20px;
     }

#links { width: 190px; float: left; padding: 13px 0 0 0;}
#rechts {width: 200px; float: right; padding: 10px 5px 0 0;}
#content {background-color: #FEE4BD; margin: 10px 210px 10px 190px; /* = Abstand/Einrückung von #links
Abstand/Einrückung von #rechts */ padding: 5px 10px 10px 10px;}

#content p {
	padding-bottom: 3px;
     }

ul.menue_links
	{
	margin: 0 10px 10px 0;
     padding: 0;
     width: 190px;
	white-space: nowrap;
	}

ul.menue_links li
	{
	list-style-type: none;
     height: 30px;
     margin: 0 0 0 15px;
	}

.menue_links a {
     background-image: url(http://www.brennholz-giessen.de/templates/brennholz-giessen/images/Button-normal_150px_b.png);
     background-repeat: no-repeat;
     color: #000;
     font-size: 0.85em;
     font-weight: bold;
	padding: 5px 120px 10px 5px;
     text-decoration: none;
     width: 110px;
	white-space: nowrap;
     }

.menue_links a:hover
	{
     background-image: url(http://www.brennholz-giessen.de/templates/brennholz-giessen/images/Button-rollover_150px_b.png);
     background-repeat: none;
	color: #fff;
	}

#menue_rechts {
	}

ul#menue_rechts {
	float: right;
     padding-right: 10px;
	}

ul#menue_rechts li {
	display: inline;
     text
	}

#menue_rechts a  {
	color: #fff;
     font-size: 0.8em;
	margin-left: 5px;
     text-decoration: none;
	}

.rot { color: red; }

.fett { font-weight: bold; }

.kursiv { font-style: italic; }

.clearing {
    	clear: both;
     }

/* Tabellendefinition Anfang */

table {
	border-collapse: collapse;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
caption {
	font-size: 1.4em;
	font-stretch: condensed;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
	text-transform: uppercase;
}
th, td {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding: 0.6em;
	vertical-align: 4px;
}
th {
	text-align: left;
	text-transform: uppercase;
}
thead th, tfoot th, tfoot td {
	background-color: #cc9;
	font-size: 1.1em;
}
tbody th {
	padding-left: 24px;
}
tbody th, td {
	background-color:#FEE4BD;
}
tbody tr:hover td, tbody tr:hover th {
	background-color: #DF7401;
     color: #FFF;
}
tr.odd td, tr.odd th {
	background-color: #ddd;
}
tbody a {
	color: #333;
}
tbody a:visited {
	color: #999999;
}
tbody a:hover {
	color: #33c;
}
tbody a:active {
	color: #33c;
}
tbody td+td+td+td a {
/*	background: url(http://www.clacksweb.org.uk/images/external.gif) no-repeat right 0.4em;*/
	padding-right: 12px;
}
tfoot th {
	text-align: right;
}
tfoot th:after {
	content: ":";
}

/* Tabellendefinition Ende */
