/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container und CSS-Klassen ...
 *
 ******************************************************************************/
div#page {
	position: relative;
	top: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 963px;
	color: #313C73;
	background: url("../images/bg_page.png") repeat-y;
	text-align: left;
}

div#head {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 365px;
	background: url("../images/bg_head.jpg") no-repeat;
}

div#logo {
	margin: 0px;
	padding: 0px;
}

div#box-1 {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: left;
}

div#content {
	margin: -2px 0px 0px auto;
	padding: 30px 80px 30px 0px;
	width: 600px;
	min-height: 500px;
	line-height: 140%;
	color: #333;
	background: url("../images/bg_content.jpg") top right no-repeat;
}

* html div#content {
	height: 500px; /* nur für IE 5.5 - 6.x */
}

html+body div#content {
	height: 500px; /* nur vom IE 5.0 */
}

div#foot {
	position: relative;
	top: 0px;
	width: 942px;
	height: 60px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: right;
	background: url("../images/bg_foot.jpg") no-repeat;
	clear: both;
}

/*
div#foot a {
    margin: 0px 10px 0px 0px;
    padding: 0px 14px 0px 0px;
    background: url(../images/bg_a.gif) right no-repeat;
    color: #3A5D09;
}
*/
.error,.formerror {
	color: #f00;
}

.message {
	color: #005e20;
}

.list-box-1,.list-box-2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	border-left: solid 4px #ccc;
	border-bottom: solid 1px #ccc;
}

.box   , .info-box   , .text-box   , .error-box {
	margin: 0px;
	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;
}

/******************************************************************************
 *                                                                            *
 *   CSS : outline (CSS 2.1) & -moz-outline (Mozilla-CSS)                     *
 *                                                                            *
 *   <style type="text/css">                                                  *
 *   <!--																	  *
 *   .hidefocus { outline: 0; -moz-outline: 0; }                              *
 *                                                                            *
 *   -->                                                                      *
 *   </style>                                                                 *
 *                                                                            *
 *   Effekt:   Rahmen wird erst gar nicht dargestellt.                        *
 *   Vorteil:  Trennung von Layout & Inhalt; Tastatursteuerung                *
 *             funktioniert; kann beschränkt werden auf Pseudoformate         *
 *   Nachteil: Wird noch nicht, bzw. nur von Mozilla-Browsern unterstützt.    *
 *                                                                            *
 *   Beispiel: <a class="hidefocus" href="http://www.example.org">            *
 *                                                                            *
 ******************************************************************************/
.hidefocus {
	outline: 0;
	/*-moz-outline: 0;*/
	outline: 0;
}

div#w3org {
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 250px;
	height: 90px;
}

div#w3org a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 88px;
	height: 33px;
	float: left;
}

div#w3org a.w3org_xhtml {
	background: url("http://www.w3.org/Icons/valid-xhtml10") no-repeat;
}

div#w3org a.w3org_css {
	background: url("http://jigsaw.w3.org/css-validator/images/vcss")
		no-repeat;
}

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;
}

a.rss_link {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 15px;
	background: url("../images/rss_newsfeed.gif") no-repeat;
}

.list-box-1,.list-box-2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	border-left: solid 4px #ccc;
	border-bottom: solid 1px #ccc;
}

.info-box {
	margin: 0px;
	margin-bottom: 10px;
	padding: 10px;
	background: #efefef;
	border: solid 1px #cdcdcd;
}

div#news-box {
	margin: 0px;
	padding: 10px 10px 10px 65px;
	width: 175px;
	min-height: 200px;
	background: #fff url("../images/bg_news-box.png") no-repeat;
}

* html div#news-box {
	height: 200px; /* nur für IE 5.5 - 6.x */
}

html+body div#news-box {
	height: 200px; /* nur vom IE 5.0 */
}

div#news-box h1 {
	display: none;
}

div#news-box h2 {
	color: #efefef;
}

div#news-box p {
	color: #ffffff;
}

div#news-box a {
	text-decoration: underline;
	color: #fff;
}

div#news-box a:hover {
	text-decoration: underline;
	color: #75200E;
}

