/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container
 *
 ******************************************************************************/
div#page {
	position: relative;
	top: 0;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 955px;
	color: #313C73;
	background: url("../images/bg_page.gif") repeat-y;
	text-align: left;
}

div#head {
	margin: 0;
	padding: 0;
	width: 955px;
	height: 166px;
	background: url("../images/bg_head.jpg") no-repeat;
}

div#logo {
	margin: 0;
	padding: 0;
}

div#nav {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 207px;
	height: 610px;
	float: left;
	background: none;
}

div#nav div {
	margin: 0;
	padding: 0;
	width: 207px;
	height: 600px;
}

div#nav div.kontakt {
	background: url("../images/bg_box-kontakt.jpg") no-repeat;
}

div#nav div.leistungen {
	background: url("../images/bg_box-leistungen.jpg") no-repeat;
}

div#nav div.bundesweit {
	background: url("../images/bg_box-bundesweit.jpg") no-repeat;
}

div#nav div.referenzen {
	background: url("../images/bg_box-referenzen.jpg") no-repeat;
}

div#nav div.unternehmen {
	background: url("../images/bg_box-unternehmen.jpg") no-repeat;
}

div#nav div.verkauf {
	background: url("../images/bg_box-verkauf.jpg") no-repeat;
}

div#content {
	margin: 0;
	margin-left: 225px;
	padding: 20px 0 20px 0;
	padding-bottom: 20px;
	width: 535px;
	min-height: 600px;
	line-height: 140%;
	color: #333;
	border: solid 0px red;
}


* html div#content {
	height: 600px; /* nur für IE 5.5 - 6.x */
}

html+body div#content {
	height: 600px; /* nur vom IE 5.0 */
}

div#foot {
	position: relative;
	top: 0;
	left: 206px;
	width: 572px;
	height: 11px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: url("../images/bg_foot.gif") no-repeat;
	clear: both;
}

.error,.formerror {
	color: #f00;
}

.message {
	color: #005e20;
}

.list-box-1,.list-box-2 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 10px;
	border-left: solid 4px #ccc;
	border-bottom: solid 1px #ccc;
}

.box    , .info-box    , .text-box    , .error-box {
	margin: 0;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #cdcdcd;
	color: #333;
}

.text-box {
	background: #fefefe;
}

.info-box {
	padding-left: 35px;
	background: #efefef url("../images/attention.gif") 10px 10px no-repeat;
}

.error-box {
	padding-left: 35px;
	border: solid 1px #f00;
	background: #ffefef url("../images/attention.gif") 10px 10px no-repeat;
	color: #f00;
}

/*******************
 *                 *
 *    Downloads    *
 *                 *
 *******************/
a#dl_button {
	margin: 0px;
	padding: 5px 10px;
	text-decoration: none;
	border: solid 1px #999;
	background: #efefef;
	color: #333;
}

a:hover #dl_button {
	color: #f00;
}


/***********************
 *                     *
 *    Bildergalerie    *
 *                     *
 ************************/

div.image_gallery_thumb {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: solid 1px #cdcdcd;
	background: #fefefe;
	float: left;
}

div.image_gallery_thumb a {
	display: block;
	text-indent: -9999px;
	width: 100px;
	height: 100px;
}

div.image_gallery_picture {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.image_gallery_picture img {
	margin: 0px;
	padding: 5px;
	border: solid 1px #cdcdcd;
	background: #fefefe;
}

/*************************
 *                       *
 *    Bestellformular    *
 *                       *
 *************************/

div#bestellung_step1, div#bestellung_step2, div#bestellung_step3 {
	margin: 10px auto 10px auto;
	padding: 0;
	width:	400px;
	height: 100px;
}

div#bestellung_step1 {
	background: url(../images/bestellung_step1.gif) no-repeat;
}

div#bestellung_step2 {
	background: url(../images/bestellung_step2.gif) no-repeat;
}

div#bestellung_step3 {
	background: url(../images/bestellung_step3.gif) no-repeat;
}

table.bestellung {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.bestellung input {
	width: 50px;
	text-align: center;
}

table.bestellung th, table.bestellung td {
	margin: 0;
	padding: 3px;
	border: solid 1px #666;
}

table.bestellung th {
	text-align: center;
	font-weight: bold;
}

table.bestellung td.col1, table.bestellung td.col2 {
	width: 50px;
}

table.bestellung td.col4 {
	width: 100px;
	text-align: right;
}

table.bestellung td.RETXT {
	text-align: right;
}

table.bestellung td.RESUM {
	width: 100px;
	text-align: right;
	font-weight: bold;
}

div#angebote-box {
	margin: 0;
	padding: 0;
	width: 170px;
	background: #fff;
	float: right;
}

div#angebote-box img {
	margin: 0 0 8px 0;
	padding: 0;
	width: 170px;
}

div#angebote-box div {
	margin: 0 0 8px 0;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	background: #FEDDAA;
}


