/*
Farben
rot: #D92819;
schwarz: #000000; (schrift)
dunkelgrau: #999999; (hover sprachen, hover shortcuts)
grau: #666666; (active navi)
hellblau: #E8ECF7; (hintergrund inhalt)
blau: #C5D0E9; (hintergrund body)
*/


body
{
	margin: 10px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
}

a {
	font-size: 11px;
	color: #D92819;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #000000;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #D92819;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D92819;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D92819;
}

hr {
	color: #999999;
	height: 1px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

/******************************
	layout
******************************/

#main {
	width: 780px;
	text-align: left;
}

#banner_oben {
	width: 780px;
	height: 85px;
}

#banner_oben img {
	width: 780px;
	height: 85px;
}

#logo {
	float: left;
	width: 390px;
	height: 70px;
	background-color: #D92819;
}

#logo img {
	width: 200px;
	height: 70px;
}

#sprachenlinks {
	float: left;
	width: 210px;
	height: 30px;
	padding-top: 40px;
	background-color: #D92819;
}

#shortcutlinks {
	float: left;
	width: 180px;
	height: 30px;
	padding-top: 40px;
	background-color: #D92819;
}

#banner_unten {
	clear: both;
	width: 780px;
	height: 85px;
}

#banner_unten img {
	width: 780px;
	height: 85px;
}

#inhaltcontainer {
	width: 780px;
	min-height: 400px;
	background-color: #E8ECF7;
}

* html #inhaltcontainer {
	height: 400px;
}

#ueberschrift {
	width: 580px;
	height: 40px;
	padding: 30px 0px 0px 200px;
}

#spalteLinks
{
	float: left;
	width:200px;
}

#navcontainer {
	/*float: left;*/
	width: 140px;
	padding: 0px 15px 20px 45px;
}

#inhalt_schmal {
	float: left;
	width: 375px;
	padding: 0px 25px 10px 0px;
	overflow:hidden;
}

* html #inhalt_schmal {
	float: left;
	width: 375px;
	padding: 0px 20px 10px 0px;
	overflow:hidden;
}

#zusatz {
	float: left;
	width: 175px;
	padding-right: 5px;
	overflow:hidden;
}

* html #zusatz {
	width: 180px;
}

#fusszeile {
	width: 780px;
	text-align: left;
}

#siteby {
	float: left;
	width: 140px;
	padding: 10px 15px 10px 45px;
}

* html #siteby {
	width: 200px;
}

#adresse {
	float: left;
	width: 580px;
	padding: 10px 0px;
}

/*------------------------------------------------------------------------*/


/******************************
	navigation 
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer ul {
	font-size: 11px; 
	font-style: italic;
	color: #000000;
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	display: block;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #000000;
	padding: 4px 0px;
}

#navcontainer ul a:hover {
	color: #D92819;
}

#navcontainer ul a.parentactive {
	color: #666666;
}

#navcontainer ul a.active {
	color: #666666;
}

#navcontainer ul a.active_no_kids {
	color: #666666;
}

/******************************
	stufe 2 
******************************/
#navcontainer ul ul a {
	padding-left: 10px;
}

/******************************
	stufe 3 
******************************/
#navcontainer ul ul ul a {
	padding-left: 20px;
}
/*------------------------------------------------------------------------*/

/******************************
	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;
}

/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding: 0px 2px;
}

#shortcutlinks li.first
{
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#shortcutlinks a:hover.tools 
{
	color: #999999;
}
/*------------------------------------------------------------------------*/

/******************************
	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 2px;
}

#sprachenlinks li.first
{
	padding-left: 0px;
}

#sprachenlinks a.sprachwahl 
{
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}

#sprachenlinks a:hover.sprachwahl 
{
	color: #666666;
}

#sprachenlinks a.currentSprachwahl  
{
	font-size: 11px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

#sprachenlinks a:hover.currentSprachwahl 
{
	color: #000000;
}
/*------------------------------------------------------------------------*/

/******************************
	impressum
******************************/
#siteby a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#siteby a:hover {
	color: #D92819;
}
/*------------------------------------------------------------------------*/

/******************************
	adresse
******************************/
#adresse p {
	font-size: 10px;
}

#adresse a {
	font-size: 10px;
}
/*------------------------------------------------------------------------*/

/*--------------------------------------------------*/

/******************************
	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;
}

/*--------------------------------------------------*/

/******************************
	shop 
******************************/

#shop input, #shop select
{
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 0px;
}

#shop h2 {
	margin-top: 0px;
}

#shopKasse input, select
{
	font-size: 11px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}

.zebra0
{
	background-color: #ffffff;
}

.zebra1
{
	background-color: #C5D0E9;
}

/*Formular Login */

.inputLogin
{
	width: 120px;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #F6F6F7;
}

#agbs
{
	margin: 10px 0px;
	border-top: solid 1px #C5D0E9;
	border-bottom: solid 1px #C5D0E9;
}

/*--------------------------------------------------*/

/******************************
	teaser 
******************************/
#teaser_body {
	z-index: 2000;
	position: absolute;
	top: 450px;
	left: 290px;
	border: 1px solid black;
	width: 370px;
	background-image: url(/bilder/bg.gif);
	background-repeat: repeat-x;
	background-color: white;
}

* html #teaser_body {
	width: 372px;
	top: 470px;
	left: 280px;
}

#teaser_logo {
	float: left;
	width: 230px;
	height: 80px;
}

#teaser_kopfrechts {
	float: left;
	width: 140px;
	height: 80px;
}

#teaser_close {
	width: 15px;
	height: 15px;
	padding: 10px 10px 0px 115px;
	background-color: #D92819;
}

* html #teaser_close {
	width: 140px;
	height: 25px;
	text-align: right;
}

#teaser_sprache {
	width: 140px;
	height: 12px;
	padding: 33px 0px 10px 0px;
	background-color: #D92819;
}

* html #teaser_sprache {
	height: 55px;
	padding: 33px 0px 0px 0px;
}

#teaser_sprache ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#teaser_sprache li
{
	display: inline;
	margin: 0px;
	padding: 0px 10px;
	border-left: 1px solid #B22C1B;
}

#teaser_sprache li.first
{
	border-left: none;
}

#teaser_sprache a.sprachwahl 
{
	font-size: 12px;
	font-weight: bold;
	color: #B22C1B;
	text-decoration: none;
}

#teaser_sprache a:hover.sprachwahl 
{
	color: #333333;
}

#teaser_sprache a.currentSprachwahl  
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#teaser_sprache a:hover.currentSprachwahl 
{
	color: #333333;
}

#teaser_content {
	width: 370px;
	height: 140px;
	padding: 0px;
	text-align: left;
	clear: both;
}

#teaser_fuss {
	width: 370px;
	height: 70px;
	background-color: #DEE7F7;
}

/*--------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}

/*--------------------------------------------------*/

/*
Style für das Jubiläumslogo 20 Jahre
*/

#jubiLogo
{
	position: absolute;
	z-index: 1000;
}



