/* @group Allgemein */

body {
	color: #000000;
	font: 0.76em Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

div.error {
	color: #ffffff;
	font-weight: bold;
	background: #ff0000;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding: 10px;
}

div.erfolgreich, div.erledigt {
	color: #ffffff;
	font-weight: bold;
	background: #006600;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding: 10px;
}

div.warnung {
	color: #ffffff;
	font-weight: bold;
	background: #ff6600;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding: 10px;
}

.errorRahmen {
	border: 2px solid #cc0000;
}

h1 {
	font-weight: bold;
	color: #000000;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	color: #000000;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

img {
	border-width: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

ul, ol, dl {
	margin: 0 0 1em 1em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

.code {
	font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
	font-size: 1.1em;
	color: #009900;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	display: block;
	padding: 5px;
}

#content {
	text-align: left;
}

#inhalt {
	line-height: 1.4em;
	overflow: hidden;
}

#inhaltOTeaser {
	line-height: 1.4em;
	overflow: hidden;
}
	
/* @end */

/* @group BBCode Bilder */

img.bbcLinks, img.bbclinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
img.bbcRechts, img.bbcrechts {
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
	
img.bbcAllein, img.bbcallein {
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	
img.bbcDaneben, img.bbcdaneben {
	display: inline;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

table.bbcLinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}

table.bbcRechts {
		float: right;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}

table.bbcAllein {
		display: block;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

table.bbcDaneben {
	display: inline;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
}

td.bildtext {
	color: #000;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	padding-bottom: 5px;
}
	
/* @end */

/* @group Bildarchiv */

#bildarchiv {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}

#bildarchiv div.bildarchivBoxKlein {
	display: block;
	width: 160px;
	margin: 0px 25px 25px 0px;
	float: left;
}

#bildarchiv div.bildarchivBild {
	position: relative;
}

#bildarchiv img.bildarchivKlein {
	display: block;
}

#bildarchiv .bildarchivTextWrapper {
	
}

#bildarchiv .bildarchivTextWrapper .bildarchivTextBG {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 0.9em;
	background-color: #000000;
	color: #000000;
	line-height: 1.3em;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;
}

#bildarchiv .bildarchivTextWrapper .bildarchivText {
	font-size: 0.9em;
	color: #ffffff;
	line-height: 1.3em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	padding: 5px;
}
	
/* @end */

/* @group Formular */

#formFormular .formularTextPflicht {
	font-weight: bold;
	margin-bottom: 2px;
}

#formFormular .formularText {
	font-weight: normal;
	margin-bottom: 2px;
}

#formFormular input, #formFormular select {
	margin-bottom: 15px;
}

#formFormular input[type=text], #formFormular textarea {
	border: 1px solid #999999;
	font-size: 1em;
	padding: 3px;
}

#formFormular input.radio, #formFormular input.checkbox {
	margin-bottom: 3px;
}

fieldset {
	border: 1px solid #cccccc; 
	border-radius: 3px;
	padding: 20px;
}

fieldset legend {
	text-transform: uppercase;
	padding: 0px 5px;
	font-weight: bold;
}

/* @end */


/* @group Footer */

#footer {
	text-align: left;
}
	
/* @end */


/* @group Hidden */

#vText {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

/* @end */

/* @group Listing */

#listing a.listingRow1 {
	color: #000000;
	font-size: 11px;
	background: #dedede;
	display: block;
	text-decoration: none;
	padding: 5px 10px;
}

#listing a:hover.listingRow1 {
	color: #ffffff;
	background: #a9a9a9;
	text-decoration: none;
}

#listing a.listingRow2 {
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#listing a:hover.listingRow2 {
	color: #ffffff;
	background: #a9a9a9;
	text-decoration: none;
}

#listing a .listingInfo {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#listing a:hover .listingInfo {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
	
/* @end */

/* @group Login */

input.loginFelder {
	padding: 3px;
	color: #000000;
	font-size: 1.1em;
	border: 1px solid #999999;
	width: 90%;
	margin-bottom: 10px;
}

td.loginLabel {
	padding-bottom: 10px;
	padding-right: 10px;
}



/* @end */

/* @group Nachricht */

#nachrichten .textNachricht {
	margin-bottom: 20px;
	overflow: hidden;
}

#nachrichten .textNachricht h1 {
}

#nachrichten .textNachricht h2 {
}

#nachrichten .textNachrichtInfo {
	font-weight: normal;
}

#nachrichten .textNachrichtInfo a {
	font-weight: normal;
}
	
/* @end */

/* @group Navigator */

#navigator {
	
}

#navigator a {
	
}

#navigator .navigator_trenner {
	padding: 0px 6px;
}

/* @end */

/* @group OneClickLinks */

#oneClickLinks {
	
	/*overflow: hidden;*/
}

#oneClickLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#oneClickLinks ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#oneClickLinks a.navi, #oneClickLinks a.navi-aktiv {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


/* @end */

/* @group Produkte */

#produkte {
	margin-top: 2em;
}

#produkte h2 {
	margin:  0px 0px 0.3em 0px;
	padding: 0px;
}

#produkte table.tabProduktfilter {
	margin-bottom: 2em;
}

#produkte table.tabProduktfilter td {

}

#produkte div.textProdukt {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1em;
}

#produkte div.textProduktInlay {
	padding: 10px;
	overflow: hidden;
	height: 100%;
}

#produkte div.textProduktInlay:hover {

}

#produkte div.textProduktInlay:hover h1 {

}

/* @end */

/* @group SocialMedia */

#socialmedia {
	
}

#socialmedia a.socialmedia {
	margin-right: 5px;
}

#socialmedia a.socialmedia:hover {
	opacity:.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

/* @end */


/* @group Sprachen */
#sprachen ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sprachen ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#sprachen a.navi, #sprachen a.navi-aktiv {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/* @end */

/* @group Suche */

#suchergebnis {
	line-height: 1.7em;
}

#suchergebnis .sucheErgebnisbox {
	margin-bottom: 20px;
}

#suchergebnis .sucheErgebnisbox h1, #suchergebnis .sucheErgebnisbox h2, #suchergebnis .sucheErgebnisbox h3
{
	font-size: 1.1em;
	margin: 0px 0px 5px 0px;
}

#suchergebnis .sucheErgebnisbox a.katalogartikel {
	border: 1px solid #cccccc;
	text-align: center;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #999999;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

#suchergebnis .sucheErgebnisbox a.katalogartikelLeer {
	border: 0px solid #cccccc;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #999999;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
}

#suchergebnis .sucheErgebnisbox a.katalogartikel:hover {
	text-decoration: none;
}

#suchergebnis .sucheErgebnisbox a.suchTitel {
	font-size: 1.1em;
	text-transform: uppercase;
}

#suchergebnis .sucheInfo {
	font-size: 0.9em;
}



/* @end */

/* @group Teaser */

#teaser {
	line-height: 1.4em;
}

#teaser .teaser {
	clear: both;
}

#teaser .teaser .teaserBild img {
	display: block;
	margin-bottom: 3px;
}

/* @end */

/* @group Termin */

#termine .textTermin {
	margin-bottom: 15px;
	overflow: hidden;
}

#termine .textTermin h1 {
}

#termine .textTermin .datum {
	line-height: 1.3em;
}

#termine .textTermin .uhrzeit {
	line-height: 1.3em;
}

#termine .textTermin .ort {
	line-height: 1.3em;
}

#termine #kal th {
	padding-bottom: 1.5em;
}

#termine #kal a.buttonMonat {
	font-size: 1.6em;
	text-decoration: none;
	padding: 3px 10px;
	background-color: #d8d8d8;
	color: #000000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#termine #kal a.buttonMonat:hover {
	background-color: #e9e9e9;
	text-decoration: none;
}

#termine #kal .monatHeader {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0em;
}

#termine #kal .wochentagHeader, #termine #kal .wochenendHeader {
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px;
	color: #000000;
}

#termine #kal .wochenendHeader {
	color: #999999;
}

#termine #kal .tag {
	height: 70px;
	width: 14%;
	vertical-align: top;
	background-color: #e9e9e9;
	border-bottom: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	/*border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
	overflow: inherit;
}

#termine #kal .leer {
	background-color: #f1f1f1;
}

#termine #kal .tagLabel {
	text-align: right;
	float: right;
	margin: 5px;
	padding: 3px;
	background-color: #ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#termine #kal .heute {
	background-color: #990000;
	color: #ffffff;
	font-weight: normal;
}

#termine #kal .samstag {
	background-color: #d8d8d8;
	color: #000000;
	font-weight: normal;
}

#termine #kal .sonntag {
	background-color: #d8d8d8;
	color: #000000;
	font-weight: normal;
}

#termine #kal a.termin
{
	clear: both;
	display: block;
	font-size: 0.9em;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	margin: 0px 5px 3px 5px;
	background-color: #d8d8d8;
	color: #000000;
	border-color: #d8d8d8;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

#termine #kal a.kal1
{
	border-left: 3px solid #d8d8d8;
}

#termine #kal a.kal2
{
	border-left: 3px solid #990000;
}

#termine #kal a.kal3
{
	border-left: 3px solid #3366cc;
}

#termine #kal a.kal4
{
	border-left: 3px solid #cc6600;
}

#termine #kal a.kal5
{
	border-left: 3px solid #009900;
}

/* @end */

/* @group Umfrage */

#umfrage {
	
}

#umfrageFrage {
	font-weight: bold;
	margin-bottom: 0.5em;
}

#umfrageWait {
	text-align: left;
}

#umfrageAntworten {
	line-height: 2em;
}

.umfrageBalken {
	border-top: 1px solid #002244;
	border-right: 1px solid #002244;
	border-bottom: 1px solid #002244;
	background-color: #336699;
	height: 20px;
	margin-bottom: 0.5em;
}

#umfrageGesamt {
	margin-top: 1em;
	font-size: 0.9em;
}



/* @end */

/* @group Template */

/* @group csvTabelle1 */

table.csvTabelle1 {
	
}

table.csvTabelle1 th {
	padding: 5px 10px 5px 3px;
	font-weight: bold;
	text-transform: uppercase;
}

table.csvTabelle1 td {
	padding: 3px 10px 3px 3px;
}

table.csvTabelle1 tr.row1 {
	background-color: #ffffff;
}

table.csvTabelle1 tr.row2 {
	background-color: #ededed;
}



/* @end */

/* @group csvTabelle2 */

table.csvTabelle2 {
	
}

table.csvTabelle2 th {
	padding: 5px 10px;
	color: #ffffff;
	background-color: #666666;
	text-transform: uppercase;
}

table.csvTabelle2 td {
	padding: 3px 10px;
}

table.csvTabelle2 tr.row1 {
	background-color: #999999;
	color: #ffffff;
}

table.csvTabelle2 tr.row2 {
	background-color: #eeeeee;
}



/* @end */

/* @group Tiny Tabellen */

table.tableeng {
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}

table.tableeng tr, table.tableeng td {
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}

table.tableabstand {
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}

table.tableabstand tr, table.tableabstand td {
	padding: 3px;
	margin: 0px;
	vertical-align: text-top;
}

table.tableweit {
	padding: 0px;
	margin: 0px;
}

table.tableweit tr, table.tableweit td {
	padding: 6px;
	margin: 0px;
	vertical-align: text-top;
}



/* @end */

/* @group zInhaltsverzeichnis */

.zInhaltsverzeichnis {
	text-align: left;
}

a.inhaltslink {
	color: #999999;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

.zInhaltsverzeichnis td {
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 0px;
}
	
/* @end */

/* @group zSitemap */

#sitemap {
}

#sitemap ul {
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
}

#sitemap li {
	outline: 0;
	padding: 0;
	margin: 0 0 0 1.5em;
	line-height: 1.8em;
}



/* @end */

/*.cycle-slideshow img {
	display: none;
}

.cycle-slideshow img.first {
	display: block;
}*/

/* @end */

/* @group Date */


/* the input field */
.date {
    /*border:1px solid #ccc;
    font-size:18px;
    padding:4px;*/
    text-align:center;
    width: 180px;
    /*-moz-box-shadow:0 0 10px #eee inset;*/
}

/* calendar root element */
#calroot {
    /* place on top of other elements. set a higher value if nessessary */
    z-index:10000;

    margin-top:-1px;
    width:198px;
    padding:2px;
    background-color:#fff;
    font-size:11px;
    border:1px solid #ccc;

    -moz-border-radius:5px;
    -webkit-border-radius:5px;

    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead {
    padding:2px 0;
    height:22px;
}

#caltitle {
    font-size:14px;
    color:#0150D1;
    float:left;
    text-align:center;
    width:155px;
    line-height:20px;
    text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev {
    display:block;
    width:20px;
    height:20px;
    background:transparent url(date_prev.gif) no-repeat scroll center center;
    float:left;
    cursor:pointer;
}

#calnext {
    background-image:url(date_next.gif);
    float:right;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility:hidden;
}

/* year/month selector */
#caltitle select {
    font-size:10px;
}

/* names of the days */
#caldays {
    height:14px;
    border-bottom:1px solid #ddd;
}

#caldays span {
    display:block;
    float:left;
    width:28px;
    text-align:center;
}

/* container for weeks */
#calweeks {
    background-color:#fff;
    margin-top:4px;
}

/* single week */
.calweek {
    clear:left;
    height:22px;
}

/* single day */
.calweek a {
    display:block;
    float:left;
    width:27px;
    height:20px;
    text-decoration:none;
    font-size:11px;
    margin-left:1px;
    text-align:center;
    line-height:20px;
    color:#666;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

/* different states */
.calweek a:hover, .calfocus {
    background-color:#ddd;
}

/* sunday */
a.calsun {
    color:red;
}

/* offmonth day */
a.caloff {
    color:#ccc;
}

a.caloff:hover {
    background-color:rgb(245, 245, 250);
}


/* unselecteble day */
a.caldisabled {
    background-color:#efefef !important;
    color:#ccc	!important;
    cursor:default;
}

/* current day */
#calcurrent {
    background-color:#498CE2;
    color:#fff;
}

/* today */
#caltoday {
    background-color:#333;
    color:#fff;
}

/* @end */

/* @group Makros */

/* KSeite */
.kseite1, .kseite2 {
	padding: 30px 0px;
	border-top:  1px solid #cccccc;
}

.kseite2 {
	/*background-color: #eeeeee;*/
}

/* @end */