/*
  Stylesheetdatei fuer Rosenschon - Stiefler - Waha - Partnerschaft
  (c) 11/2005
  last update 2006/08/08
*/


/* ALLGEMEINE TAGDEFINITIONEN */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a69;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(/gfx/bg_.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838a69;
	font-weight: bold;
	line-height: 16px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838a69;
	font-weight: bold;
	line-height: 14px;
   margin-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a69;
	font-weight: bold;
	line-height: 14px;
   margin-bottom: 2px;
}

h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a69;
	font-weight: bold;
	line-height: 14px;
   margin-bottom: 2px;
}

a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a69;
	font-weight: bold;
	text-decoration: underline;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838a69;
	line-height: 12px;
	margin-left: 20px;
	padding-left: 20px;
	list-style-image: url(/gfx/listenzeichen.gif);
}

li ul {
	margin: 0px;
	padding-left: 10px;
}

li {
	margin-bottom: 5px;
}

input, select, textarea {
   border: solid 1px #C3C3C3;
}
.noinput {
   border: 0px;
}

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

/* ZENTRIERUNG DER SEITE UND UMRAHMNUNG */
#container {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3C3C3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	background-color: #FFFFFF;
}


/* GRÜNE KOPFZEILE MIT RAHMEN UND ABSTÄNDEN */
#kopfzeile {
	margin: 0px;
	padding: 0px;
	width: 998px;
	height: 26px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	background-color: #d5e79d;
}


/* HEADERBILDBEREICH MIT RAHMEN UND ABSTÄNDEN */
#header {
	width: 998px;
	height: 130px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}


/* LAYER FÜR DAS MAINMENÜ MIT RAHMEN UND ABSTÄNDEN */
#menucontainer {
	width: 998px;
	height: 20px;
	margin: 0px;
	background-color: #d5e79d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	text-align: right;
}

/* KLASSE FÜR DEN ERSTEN MENÜPUNKT IM MENÜCONTAINER */
.mm_first {
	height: 19px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	padding-top: 1px;
}

/* KLASSE FÜR DIE MAINMENÜPUNKTELAYER */
.mm {
	height: 19px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	padding-top: 1px;
}

/* DEFINITION DER MAINMENÜLINKS */
.mm a:link, .mm a:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

.mm a:hover, .mm a:active {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

/* KLASSE FÜR EINEN AKTIVEN MAINMENÜPUNKT (NICHT DER ERSTE MENÜPUNKT) */
.active_mm {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

/* DEFINITION DES ERSTEN MAINMENÜLINKS */
.mm_first a:link, .mm_first a:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

.mm_first a:hover, .mm_first a:active {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

a.active_mm:link, a.active_mm:visited {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

a.active_mm:hover, a.active_mm:active {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

a.tipp:link, a.tipp:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a.tipp:hover, a.tipp:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838a69;
	text-decoration: none;
}

/* KLASSE FÜR DEN AKTIVEN ERSTEN MAINMENÜPUNKT */
a.active_mm_first:link, a.active_mm_first:visited {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

a.active_mm_first:hover, a.active_mm_first:active {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

/* LAYER FÜR DIE SUBMENÜPUNKTE MIT ABSTÄNDEN UND RAHMEN */
#sm_container {
	width: 998px;
	height: 20px;
	margin-top: 4px;
	background-color: #dff0ba;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
}
#suchfeld {
	margin: 0px;
	float: right;
	height: 20px;
	vertical-align: top;
	padding: 0px;
	border-left: 1px solid #C3C3C3;
	padding-left: 2px;
	width: 196px;
}
.suchbutton {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}


#sucheingabe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 12px;
	width: 131px;
	border: 1px solid #8f976e;
	display: block;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}



/* KLASSE FÜR DEN ERSTEN SUBMENÜPUNKT */
.sm_first {
	height: 19px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	padding-top: 1px;
}

/* KLASSE FÜR DIE ALLE ANDEREN SUBMENÜPUNKTE */
.sm {
	height: 19px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	padding-top: 1px;
}

/* KLASSE FÜR DIE NORMALEN SUBMENÜLINKS */
.sm a:link, .sm a:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

.sm a:hover, .sm a:active {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

/* KLASSE FÜR DEN AKTIVEN SUBMENÜPUNKT (NICHT DER ERSTE MENÜPUNKT) */
a.active_sm:link, a.active_sm:visited {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

a.active_sm:hover, a.active_sm:active {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

/* KLASSE FÜR DEN ERSTEN SUBMENÜLINK */
.sm_first a:link, .sm_first a:visited {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

.sm_first a:hover, .sm_first a:active {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

/* KLASSE FÜR DEN ERSTEN AKTIVEN SUBMENÜPUNKT */
a.active_sm_first:link, a.active_sm_first:visited {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #232e5c;
	text-decoration: none;
	border-bottom: 5px solid #232e5c;
	background-color: #e5f0c6;
}

a.active_sm_first:hover, a.active_sm_first:active {
	height: 13px;
	display: block;
	float: left;
	border-right: 1px solid #C3C3C3;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 5px solid #C3C3C3;
}

/* DEFINITION FÜR DEN LAYER UM DEN INHALT */
#content {
	width: 998px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	background-color: #ffffff;
	margin-bottom: 4px;
}
#inhaltcontainer {
	margin-left: 283px;
	background-image: url(/gfx/inhalt_bg.gif);
	background-repeat: repeat-y;
}
#inhalt {
	float: left;
	width: 470px;
	border-top: 1px solid #b9c691;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(/gfx/content_bg.gif);
	background-repeat: no-repeat;
}
#panelcontainer {
	float: right;
	width: 185px;
	border-top: 4px solid #b9c691;
	height: 200px;
}
#seitenanfang {
	background-color: #F7F9EB;
	width: 185px;
	float: right;
	text-align: center;
	padding-bottom: 20px;
}
#seitenanfang2 {
	width: 185px;
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



#sonderfunktionen {
	float: right;
	height: 20px;
}



/* DEFINITION DES TITELBILDES AM LINKEN SEITENRAND */
#contenttitle {
	text-align: right;
	margin-top: 15px;
}
#kategoriebild {
	text-align: right;
	float: left;
}
#inhaltscontainer {
	text-align: left;
	width: 998px;
}



.sonderbuttons {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C3C3C3;
}


/* DEFINITION FÜR DEN TEXTINHALT DER SEITE ( CMS - EDITOR) */
#contentinhalt {
	width: 670px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 140px;
	padding-right: 140px;
}

/* DEFINITION DER ZUSATZFUNKTIONEN UNTER DEM CONTENTBEREICH */
#zusatzfunktionen {
	width: 718px;
	height: 20px;
	padding-left: 140px;
	padding-right: 140px;
}

#suchen {
	float: right;
	height: 26px;
}

#drucken {
	float: left;
	padding-left: 30px;
}

#top {
	float: right;
}

/* DEFINITION FÜR DIE FUSSZEILE */
#fusszeile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
	width: 843px;
	height: 13px;
	background-color: #D5E79D;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
	padding-left: 140px;
	padding-right: 15px;
	letter-spacing: 4px;
}

/* DEFINITION FÜR DEN PLATZ UNTER DER FUSSZEILE */
#abstandshalter {
	width: 998px;
	height: 4px;
}

/* CMS-EDITOR KLASSE */
.tableimage {
	display: block;
}

.bildrahmen_links {
	border: 1px solid #838a69;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}

.bildrahmen_rechts {
	border: 1px solid #838a69;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}

.bildrahmen_zentriert {
	border: 1px solid #838a69;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

#inhaltcontainer_ohne_panel {

	margin-left: 283px;
}
#inhalt_ohne_panel {

	float: left;
	width: 650px;
	border-top: 1px solid #b9c691;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(/gfx/content_bg.gif);
	background-repeat: no-repeat;
}

.spalten_bg {
   background-image: url(/gfx/spalten_bg.gif);
   background-repeat: repeat-y;
}



/* MAP24 */
.map24_input 
	{
		background-color	: #ffffff;
		width				: 232px;
		color				: #0D3D6A;
		font-family			: Arial, Verdana, Helvetica;
		font-size			: 11px;
		font-weight			: normal;
		border				: 1px #bebebe solid;
	}
	
.map24_list	 
	{
		background-color	: #FFFFFF; 
		border-style		: groove;
		font-family			: Arial, Arial,  Geneva, Arial, Helvetica, sans-serif; 
		font-size			: 9px;
	}
	
.map24_text   
	{
		font-family			: Arial; 
		font-size			: 11px; 
		color				: #586A75;
	}
	
.map24_margin 
	{
		margin-left			: 10px;
	}
.map24_padding
	{
		padding-left		: 10px;
	}
	
	
.map24_title  
	{
      height: 51px;
      text-align: left;
      vertical-align: top;
		font-family			: Arial; 
		font-size			: 11px; 
		color				:#FFFFFF; 
		padding-left		: 10px; 
		padding-top			: 33px; 
		font-weight			: bold;
      background-image: url(/gfx/map24/routeto_header.gif); 
      background-repeat: no-repeat;
	}
	
.map24_cell   
	{
		padding-left		: 10px; 
		padding-top			: 5px; 
		padding-right		: 5px; 
		padding-bottom		: 5px; 
		background-color	: #F8F9FA;
	}
	
.map24_blockborder
	{
		border-bottom-width	: 1px;
		border-bottom-style	: solid;
		border-top-width	: 1px;
		border-top-style	: solid;
		border-left-width	: 1px;
		border-left-style	: solid;
		border-right-width	: 1px;
		border-right-style	: solid;
		border-color		: #BEBEBE;
	}	

