/******************************************************************************
 *
 *    CSS-Boxen bzw. DIV-Container und CSS-Klassen ...
 *
 ******************************************************************************/
div#page {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0px;
	width: 992px;
	color: #313C73;
	text-align: left;
}

div#head {
	margin: 0px;
	padding: 0px;
	width: 992px;
	height: 390px;
	background: url("../images/bg_head.jpg") no-repeat;
}

div#logo {
	margin: 0px;
	padding: 0px;
}

div#box-1 {
	margin: 0px;
	padding: 0px;
	width: 185px;
	background: url("../images/bg_box-1.jpg") no-repeat;
	float: left;
}

div#box-2 {
	margin: 0px;
	padding: 0px;
	width: 257px;
	background: url("../images/bg_box-2.jpg") no-repeat;
	float: right;
}

div#content {
	position: relative;
	top: -20px;
	margin: 0 0 0 200px;
	padding: 0 0 30px 0;
	width: 510px;
	min-height: 500px;
	line-height: 140%;
	color: #333;
}

* 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: 0;
	height: 280px;
	margin: 0p;
	padding: 0;
	text-align: right;
	background: url("../images/bg_foot.jpg") left bottom 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;
}

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: 24px 0 0 0;
	padding: 0px 20px 10px 10px;
	width: 140px;
	min-height: 250px;
    font-size: 11px;
	background: url("../images/bg_news-box.jpg") left bottom no-repeat;
}

* html div#news-box {
	height: 250px; /* nur für IE 5.5 - 6.x */
}

html+body div#news-box {
	height: 250px; /* nur vom IE 5.0 */
}

div#news-box h1 {
	display: none;
}

div#news-box h2 {
	font-size: 12px;
	color: #333;
}

div#news-box p {
	color: #333;
}

div#news-box a {
	text-decoration: underline;
	color: #333;
}

div#news-box a:hover {
	text-decoration: underline;
	color: #75200E;
}

/***********************************
 *                                 *
 *    CSS-Styles Kalender - Box    *
 *                                 *
 ***********************************/
div#calendar-box {
	position: absolute;
	top: 266px;
	left: 756px;
	margin: 0;
	padding: 10px;
	width: 168px;
	height: 165px;
	border: solid 1px #1e781e;
	z-index: 5;
}

div#calendar-box table {
	margin: 5px;
	padding: 0px;
	border-collapse: collapse;
	background: #fff;
}

div#calendar-box table a {
	margin: 0px;
	padding: 0px;
	color: #000;
}

div#calendar-box table th {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#calendar-box table td {
	margin: 0px;
	padding: 1px;
	width: 20px;
	text-align: right;
}

div#calendar-box table td.active {
	background: #8cd500;
}

div#calendar-box table form input {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	cursor: pointer;
}

table.calendar {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0px;
}

table.calendar td {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	text-align: left;
	border-bottom: solid 1px #ccc;
}

table.calendar td.cell1 {
	width: 100px;
}

table.calendar td.cell2 {
	width: 100px;
}

/*****************************************************************************
 *
 *    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;
}

/*****************************************************************************
 *
 *    Pinwand
 *
 *****************************************************************************/

div#wallboard {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 60px 0 0 5px;
	background: url("../images/bg_wallboard-box.jpg") left top no-repeat;
	width: 155px;
	min-height: 200px;
	border: solid 0px red;
}

div#wallboard h1 {
	display: none;
}