/* CSS Document */

body {
margin:0px;
padding:0px;
font-size:12px;
color:#262626;
font-family:Arial, Helvetica, sans-serif;
background-image:url(design/bg.jpg);
background-repeat:repeat-x;
background-color:#DAE2E9;
}
div {
margin:0px;
padding:0px;
}

#background {
position:absolute;
width:100%;
height:110px;
margin-top:27px;
background-image:url(design/bg_big.jpg);
text-align:center;
}

#center {
position:absolute;
left:50%;
margin-left:-399px;
text-align:left;
width:800px;
margin-top:10px;
color:#262626;
}

/* Shortcuts */

#shortcuts {
background-color:#D9D9D9;
height:15px;
text-align:right;
font-size:10px;
padding-right:5px;
}
#shortcuts a {
text-decoration:none;
color:#262626;
}
#shortcuts a:hover {
color:#8C1812;
}

/* Header */

#header {
margin-top:2px;
height:110px;
}
#header #left_header {
width:100px;
height:110px;
background-color:#FFFFFF;
text-align:center;
float:left;
}
#header #middle_header {
width:596px;
height:110px;
margin-left:2px;
background-image:url(design/header.jpg);
background-position:right;
background-repeat:no-repeat;
background-color:#FFFFFF;
float:left;
}
#header #right_header {
margin-left:2px;
width:100px;
height:110px;
text-align:center;
background-image:url(design/bg_big.jpg);
background-repeat:repeat-x;
float:left;
}

#header #middle_header #titel1 {
color:#8C1812;
font-size:40px;
font-weight:bold;
position:relative;
top:13px;
left:15px;
}
#header #middle_header #titel2 {
color:#8C1812;
font-size:32px;
font-weight:bold;
position:relative;
top:10px;
left:60px;
}

/* Trennleiste zwischen Header und Content */

#middle {
margin-top:2px;
background-image:url(design/bg_middle.jpg);
background-repeat:repeat-x;
height:30px;
color:#D9D9D9;
}
#middle #breadcrumb {
float:right;
padding-right:10px;
padding-top:9px;
font-size:10px;
}
#middle #breadcrumb a {
text-decoration:underline;
color:#D9D9D9;
}
#middle #breadcrumb a:hover {
color:#FFFFFF;
}

#menue {
margin:0px;
padding:0px;
width:190px;
background-color:#D9D9D9;
vertical-align:top;
}

ul#Navigation {
    width:190px;
    margin: 0; padding:0;
	margin-bottom:15px;
}
/*
* html ul#Navigation {  // Korrekturen fuer IE 5.x
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
}
*/
ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0;
	margin-bottom:2px;
}
ul#Navigation li ul {
	margin-left:30px;
    padding: 0;
	margin-top:2px;
}
ul#Navigation li ul li {
    margin:0;
	margin-bottom:2px;
}
* html ul#Navigation li ul li {  /* Korrektur fuer IE 5.x */
    margin-left: 30px;
    ma\rgin-left: 0;
}

ul#Navigation a {
    display:block;
	height:18px;
    color:#D9D9D9;
	padding-left:2px;
	background-image:url(design/bg_small.jpg);
	font-size:14px;
	font-weight:bold;
    text-decoration: none;
}
ul#Navigation li ul li a {
	font-size:12px;
	font-weight:100;
}
	
* html ul#Navigation a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 190px;  /* Breitenangabe fuer IE 6 */
}
* html ul#Navigation li ul li a {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 160px;  /* Breitenangabe fuer IE 6 */
}
ul#Navigation a:hover {
	background-image:url(design/bg_small_aktiv.jpg);
	background-color:#FF9900;
}








#content {
background-color:#FFFFFF;
min-height:450px;
padding:0px;
margin:0px;
vertical-align:top;
}
#text {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
margin:5px;
}
#bottom {
clear:both;
height:16px;
margin-top:2px;
padding-top:2px;
background-image:url(design/bg_small.jpg);
background-repeat:repeat-x;
text-align:center;
font-size:10px;
}
#bottom a {
text-decoration:none;
color:#D9D9D9;
}
#bottom a:hover {
color:#FFFFFF;
}
#bottom #design a {
text-decoration:underline;
color:#262626;
}
#bottom #design a:hover {
text-decoration:underline;
color:#8C1812;
}

#text h1 {
margin:2px;
font-size:20px;
font-weight:bold;
color:#8C1812;
text-decoration:none;
border-bottom:2px solid #8C1812;
}

text h2 {
margin:2px;
font-size:14px;
font-weight:bold;
color:#262626;
text-decoration:none;
border-bottom:2px solid #262626;
}

#text h3 {
margin:2px;
font-size:16px;
font-weight:bold;
color:#262626;
text-decoration:none;
}
#text a {
color:#8C1812;
text-decoration:none;
}
#text a:hover {
color:#CC3300;
text-decoration:underline;
}
#text p.image {
color:#666666;
border:1px dashed #CCCCCC;
background-color:#FFCC66;
font-size:11px;
float:right;
padding:5px;
margin:5px;
}

/* Infoboxen */

legend
{
    background-color:#FFCC66;
	border:1px solid #FF0000;
}
fieldset
{
    background-color:#FFFFCC;
    border: 1px solid #A5ACB2;
	width:300px;
}
* html legend
{
    font-family: Verdana;
    padding: 4px;
    color: #000000;
    background-color:#FFCC66;
    font: 10px Verdana;
    border:1px solid #FF0000;
	position: relative;
    top:-1.8em;
    height:10px;
    margin-bottom: -1em;
}
* html fieldset
{
    position: relative;
    background-color:#FFFFCC;
    padding: 5px;
    border: 1px solid #A5ACB2;
    margin: 20px 0px 5px 0px;
	width:300px;
}


/* Bildergalerie */

#galerie_image_big { 
border:5px solid #333333;
}
.galerie_infotext {
font-size:12px;
color:#333333;
}
.galerie_infotext a {
text-decoration:none;
color:#333333;
}
.galerie_infotext a:hover {
text-decoration:none;
color: #8C1812;
}
.galerie_title {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
}

.galerie_title a:link {
	text-decoration: none;
	color: #000000;
}

.galerie_title a:visited {
	text-decoration: none;
	color: #000000;
}

.galerie_title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.galerie_album {
text-align:center;
margin-bottom:20px;
border:2px solid #FF9900;
background-color:#FFCC66;
}
.galerie_album_image {
padding:5px;
}
.galerie_album_titel {
font-size:16px;
font-weight:bold;
padding:5px;
color:#262626;
background-color:#FF9900;
width:200px;
}
.galerie_album_titel a {
text-decoration:none;
color:#333333;
}
.galerie_album_titel a:hover {
color:#8C1812;
}
.galerie_album_text {
text-align:right;
font-size:12px;
color:#666666;
padding:3px;
background-color:#FFCC66;
}

/* Aktuelles */

.aktuelles {
border:1px solid #CCCCCC;
width:600px;
margin-bottom:10px;
margin-top:10px;
}
.aktuelles_titel {
padding:4px;
background-color:#FF9900;
color:8C1812;
font-size:16px;
font-weight:bold;
}
.aktuelles_datum {
background-color:#FF9900;
color:8C1812;
font-size:12px;
text-align:right;
padding:4px;
}
.aktuelles_text {
padding:5px;
}
.aktuelles_inhalt {
margin:0px;
padding:0px;
}
.aktuelles_img {
margin:0px;
padding:0px;
font-size:12px;
color:#666666;
float:left;
margin-right:10px;
margin-bottom:4px;
padding:2px;
border:1px dashed #CCCCCC;
background-color:#FFCC66;
}
.aktuelles_img img {
margin-bottom:3px;
}
