/*
Farben:

// WebTool-Blau
#0089bd; // Standard (100%)
#33A1CA; // (80%)
#66B8D7; // (60%) Titel Funktionen-Menu
#99D0E5; // (40%)
#CCE7F2; // (20%)
#E5F3F8; // (10%)
#F2F9FC; // (5%)
#F7FBFD; // (3%)

#666699; // (blau-violett) TabBig:hover

// Farben
#FEE9CE; // Hintergrund body
#FED095; // Hintergrund logo + navi
#A84300; // Hintergrund Tools
#a84300; // links, h1
#df5900; // links hover
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p, td, th, tr, li  {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

a {
	font-size: 11px; 
	line-height: 18px; 
	text-decoration: underline;
	color: #a84300;
}

a:hover {
	color: #df5900;
}

/*
a:hover.tools {
	color: #feae47;	
}
*/

h1 {
	font-size: 14px; 
	font-weight: normal;
	line-height: 16px; 
	color: #a84300; 
	text-transform: none;
	margin-bottom: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;  
	font-weight: normal;
	line-height: 16px; 
	color: #a84300;
	margin-bottom: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
	font-weight: bold;
	line-height: 16px; 
	color: #a84300;
	margin-bottom: 5px;
}


ul {
	list-style-type:disc;
	margin-left: 0.5em;
	padding-left: 0.5em;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
/*#body {
	width: 980px;
	background: url(../art/bgpage.gif) repeat-y;
}

#spalte_rechts {
	float: left;
	width: 250px;
}

#logo {
	width: 250px;
	height: 220px;
}

#navcontainer {
	width: 220px;
	padding-top: 25px 15px;
}

* html #navcontainer {
	width: 250px;
}

#inhalt_spalte_links {
	float: left;
	width: 730px;
}

#banner {
	width: 730px;
	height: 190px;
}

#sprachenlinks {
	float: left;
	width: 135px;
	height: 19px;
	padding: 4px 0px 2px 15px;
	background-color: #a84300;
}

* html #sprachenlinks {
	width: 150px;
}

#shortcutlinks {
	float: left;
	width: 565px;
	height: 19px;
	padding: 4px 15px 2px 0px;
	text-align: right;
	background-color: #a84300;
}

* html #shortcutlinks {
	width: 580px;
}

#inhalt {
	width: 515px;
	padding: 25px 15px;
}

* html #inhalt {
	width: 545px;
}*/

#page {
	width: 980px;
	margin: 0px;
	background-image: url(../art/bgpage.gif);
	background-repeat: repeat-y;
}

/* kopf */

#kopfcontainer {
	width: 980px;
}

#logo {
	width: 250px;
	height: 190px;
	background-color: #fed095;
	margin: 0px;
	padding: 0px;
	float: left;
}

#kopfbild {
	width: 730px;
	height: 190px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#toolbox {
	width: 980px;
	background-image: url(../art/bgtools.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f1dcc4;
	text-decoration: none;
}

#unterlogo {
	width: 250px;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background-color: #fed095;
	float: left;
}

#sprachenlinks {
	width: 135px;
	height: 19px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	background-color: #a84300;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f1dcc4;	
	text-decoration: none;	
	text-transform: none;
	list-style: none;
	line-height: normal;
	height: 25px;
}

* html #sprachenlinks
{
	width: 150px;
	padding-left: 0px;
}

#sprachenlinks ul
{
	list-style: none;
}

#shortcutlinks {
	width: 565px;
	height: 19px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 15px;
	text-align: right;
	background-color: #a84300;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f1dcc4;	
	text-decoration: none;	
	text-transform: none;
	list-style: none;
	line-height: normal;
	height: 25px;
}

* html #shortcutlinks {
	width: 580px;
	padding-right: 0px;
}


/* inhalt */

#inhaltcontainer {
	background: url(../art/bg_content2.jpg) repeat-y;
	width: 980px;
	float: left;
}

#navcontainer {
	width: 220px;
	margin: 0px;
	padding: 25px 15px;
	float: left;
}

/** html #navcontainer
{
	width: 250px;
}*/

#bluemen
{
	width: 220px;
	height: 70px;
	padding-top: 25px;
}


#textcontainer {
	width: 515px;
	padding: 25px 15px;
	float: left;
}

/** html #textcontainer
{
	width: 545px;
}*/

#rechtespalte
{
	width: 185px;
	padding-top: 10px;
	margin: 0px;
	text-align: center;
	float: left;
}

#bannervordergrund 
{
	padding: 5px 0px;
}

#rechtespalte #bannervordergrund img
{
	padding-top: 5px;
	padding-bottom: 10px;
	border: 0px;
}

/*fuss*/

#fusszeile {
	width: 980px;
}

* html #fusszeile {
	width: 980px;
	margin: 20px 0px;
}

#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ef9a4f;
	text-decoration: none;	
	text-transform: none;
	width: 220px;
	padding: 15px;
	float: left;
}

/** html #impressum {
	width: 250px;
}*/

#impressum a {
	color: #ef9a4f;
	text-decoration: none;	
	text-transform: none;
}

#impressum a:hover {
	color: #a84300;
	text-decoration: none;	
	text-transform: none;
}

#adresse {
	width: 520px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;	
	text-decoration: none;	
	text-transform: none;
	float: left;
}

/** html #adresse {
	width: 550px;
}*/

#adresse a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;	
	text-decoration: none;	
	text-transform: none;
}

#adresse a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #a84300;	
	text-decoration: none;	
	text-transform: none;
}

#konzept
{
	width: 180px;
	padding: 15px 0px;
	float: left;
}

*html #konzept
{
	
}

#konzept a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FEAF48;
	text-decoration: none;
	text-transform: none;
}

#konzept a:hover
{
	color: #a84300;
	text-decoration: none;	
	text-transform: none;
}
/*------------------------------------------------------------------------*/


/******************************
	navigation 
******************************/

/*	stufe 1  */

#navcontainer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FED094;
}

#navcontainer ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #bf7b3f;
}

#navcontainer ul a:hover {
	color: #a84300;
}

#navcontainer ul a.active, #navcontainer ul a.active_no_kids {
	color: #A84300;
}

#navcontainer ul a.parentactive {
	color: #A84300;
}

#navcontainer ul a:hover.active {
	color: #e8954d;
}

/*	stufe 2  */

#navcontainer ul ul li a {
	font-weight: normal;
}

#navcontainer ul ul li {
	padding-left: 10px;
	font-weight: normal;
}
#navcontainer ul ul a:hover {
	color: #a84300;
}
#navcontainer ul ul a.parentactive {
	color: #A84300;
}

#navcontainer ul ul a.active, #navcontainer ul ul a.active_no_kids {
	color: #A84300;
}

/*  stufe 3  */

#navcontainer ul ul ul li {
	padding-left: 20px;
}

/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/

#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#shortcutlinks li.first
{
	
}

#shortcutlinks a.tools 
{
	color: #FFFFFF;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #FEAE47;
}
/*------------------------------------------------------------------------*/

/******************************
	Sprach-Wechsel-Links
******************************/

#sprachenlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#sprachenlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
}

#sprachenlinks li.first
{

}

#sprachenlinks a.sprachwahl 
{
	color: #FFFFFF;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #FEAE47;
}

#sprachenlinks a.currentSprachwahl  
{
	color: #FEAE47;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #FFFFFF;
}
/*------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_events
******************************/

.listeKindinhalte_events ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_events ul li.zebra0
{
	background-color: #FFFFFF;
}

.listeKindinhalte_events ul li.zebra1
{
	background-color: #F5F5F5;
}

.listeKindinhalte_events ul li a
{
	display: block;
}

.listeKindinhalte_events ul li a:hover
{
	background-color: #E5F3F8;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: listeKindinhalte_dropdown
******************************/

.listeKindinhalte_dropdown form
{
	margin: 0px;
	padding: 0px;
}

.listeKindinhalte_dropdown form select
{
	font-size: 8pt;
	background-color: #CCE7F2;
}

.listeKindinhalte_dropdown form option.zebra0
{
	background-color: transparent;
}

.listeKindinhalte_dropdown form option.zebra1
{
	background-color: transparent;
}
/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/

/******************************
	bildgalerie 
******************************/
#galerieTabLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#galerieTabLinks ul li {
	float: left;
	display: block;
	padding-right: 10px;
}

#galerieTabLinks ul li.selected a{
	color: green;
}

.bild_klein {
	float: left;
	width: 170px;
	padding-bottom: 10px;
}

.submit {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	font-size: 11px;
}

.bildbeschreibung {
}


.galerie_thumbnails {
}

.galerie_thumbnails .galerie_bild {
	float: left;
	width: 50%;
}


.galerie_seitenzahlen 
{
	padding: 2px 5px;
}

.galerie_seitenzahlen ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_seitenzahlen ul li
{
	float: left;
	display: block;
	width: 2em;
	border-left: 1px solid dodgerblue;
}

.galerie_seitenzahlen ul li.first
{
	border-left: 0px solid dodgerblue;
}

.galerie_seitenzahlen ul li.last
{
}

.galerie_seitenzahlen ul li a
{
	display: block;
	text-align: center;
	background-color: aliceblue;
}

.galerie_seitenzahlen ul li a:hover
{
	background-color: lightskyblue;
}

.galerie_seitenzahlen ul li a.aktiv
{
	background-color: lightblue;
}


.galerie_zurueckSeiteWeiter 
{
	padding: 2px;
}

.galerie_zurueckSeiteWeiter ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.galerie_zurueckSeiteWeiter ul li {
	float: left;
	width: 33%;
	display: block;
}

.galerie_zurueckSeiteWeiter ul li.zurueck {
	
}

.galerie_zurueckSeiteWeiter ul li.seiteXvonY {
	text-align: center;
}

.galerie_zurueckSeiteWeiter ul li.weiter {
	text-align: right;
}

.galerie_zurueckSeiteWeiter ul li a {
	display: inline;
}


.galerie_navigation {
	clear: left;
}

.galerie_navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.galerie_navigation ul li {
	float: left;
	padding: 2px 6px;
}

.galerie_navigation ul li.zurueck {
	padding-left: 0px;
}

.galerie_navigation .galerie_seitenzahlen {
	float: left;
	margin: 0px;
	padding: 0px;
}

.galerie_navigation .galerie_seitenzahlen ul li {
	padding: 0px;
	border-left: 1px solid dodgerblue;
}

.galerie_navigation .galerie_seitenzahlen ul li.last
{
	border-right: 1px solid dodgerblue;
}

.galerie_navigation ul li.weiter {
	padding-right: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

/******************************
	RSS
******************************/
.rsslink img
{
	border: 0px;
}
.rsslink img.rsslogo
{
	padding: 0px 6px 0px 3px;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}



