html, body {
	width:100%;
	height:100%;
	margin:0px;
    padding:0px;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:15px;
}

body {
	background-color:#BBBBBB;
}

.footer {
	width:100%;
	height:55px;
	background-image:url(images/footer_bckg.gif);
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	bottom:0px;
}

table.tabelle_aussen { width:100%; height:100%; }

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

/* Navigation Oben */
a.nav_oben:link { text-decoration:none; color:#000000; font-weight:bold; font-size:14px; display:block; }
a.nav_oben:visited { text-decoration:none; color:#000000; font-weight:bold; font-size:14px; display:block; }
a.nav_oben:hover { text-decoration:none; color:#A70303; font-weight:bold; font-size:14px; display:block; }

/* Navigation Rechts */
.headerbar { width: 270px; font:bold 14px Arial; color:#FFFFFF; background:#000000 url(images/titlebar.png) repeat-x center left; margin:10px 0 10px 0; padding:4px 0 4px 10px; }
ul#Navigation { width: 260px; margin:0 0 0 10px; padding:0 0 0 0;}
ul#Navigation li { list-style: none; margin:0 0 0 0; padding:2px 0 2px 0;}
ul#Navigation li ul { margin: 0 0 0 20px; padding:0 0 0 0;}
ul#Navigation li ul li { margin: 0 0 0 0; }
ul#Navigation li a { color: #000000; background: url(images/bullet1.gif) no-repeat center left; display:block; padding:0 0 2px 0; padding-left:20px; text-decoration:none; font-weight:bold; border-bottom:1px solid #dadada; }
ul#Navigation li a:hover { color: #A70303; background-color: #F3F3F3; }
ul#Navigation li ul li a { color: #000000; background: url(images/bullet2.gif) no-repeat center left; display:block; padding:0 0 2px 0; padding-left:20px; text-decoration:none; font-weight:bold; border-bottom:1px solid #dadada; }
ul#Navigation li ul li a:hover { color: #A70303; background-color: #F3F3F3; }

/* Seiten-Überschriften */
.site_ueberschrift { font-size:22px; font-weight:bold; text-decoration:underline; }

/* Aktuelles */
.beschreibung { font:bold 14px Arial; color:#000000; }
.datum { font:bold 14px Arial; color:#000000; }
.text { font:bold 14px Arial; color:#000000; }
.details { font:bold 14px Arial; color:#000000; }

.bildschatten {
	background: url(images/shadow.gif) no-repeat right bottom;
	padding: 2px 8px 8px 2px;
	border: #eee 1px solid;
	border-right:none;
	border-bottom:none;
}

/* Links */
.links_header {
	background-color:#333;
	color:#FFF;
	padding:5px 5px 5px 10px;
	margin:15px 0 5px 0;
	width:690px;
	cursor:pointer;
}
.links_content {
	padding:0 0 0 15px;
	margin-bottom:5px;
	width:690px;
	overflow: hidden;
}

/* jQuery Nivo-Slieder CSS */
#slider-wrapper {
	border:1px solid #000;
	width:600px;
    height:230px;
    margin:0 auto;
}
#slider {
    position:relative;
    width:600px; /* Change this to your images width */
    height:230px; /* Change this to your images height */
    background:url(plugins/jquery/nivo-slider/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(plugins/jquery/nivo-slider/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(plugins/jquery/nivo-slider/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
