/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body{
	height: 100%; /* needed to display bkgnd2 at full height in IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #4B4B4B;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_body.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 1.15em;
	font-weight: normal !important;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
}

h2{
 font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 font-size: 1.8em;
 font-weight: normal;
 color: #656565;
 margin: 0px 0px 4px 0px;
 padding: 5px 0px 5px 0px;
 /*border-bottom: 1px solid #ddd;*/
 background: url(/fileadmin/pictures/layout/hintergrund/bg_strichlinie_h2.gif) repeat-x left bottom;
 /*clear: both;*/
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #2678b0;
 margin: 0px;
 padding: 0px;
}

h4 {
	font-size: 100%;
	margin: 0px 0px 8px 0px;
	color: #CE180F;
}

h5{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.abschluss {
	line-height: 0px;
	font-size: 0px;
}

dt {
	margin: 0px;
	padding: 0px;
}

dl {
	margin: 0px;
	padding: 0px;
}

dd {
	margin: 0px;
	padding: 0px;
}

i {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

em {
	font-style: normal;
	color: #CE180F;
}

form {
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#seite {
	position: absolute; /*needed to expand to full height beyond content in FF */
	top: 0px;
	/*right: 0px;*/
	left: 0px;
	height:auto; /* FF needs this setting to expand div to fit long content */
	min-height:100%; /*sets minimum height in FF*/
	width:100%;
	background-color:transparent;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_spalte_right_ohne_banner.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

* html #seite {
	height: 100%; /*sets bkgnd2 to full height in IE w short content -- also need height:100% in body*/
}

#headerbild {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 7px solid white;
	background-color: #fff;
	/*background-color: #eff5ff;*/
	text-align: center;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100px;
}

#wappen {
	position: absolute;
	left: 17px;
	top: 0px;
}

#oben {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_horizontal.gif);
	background-repeat: repeat-x;
	overflow: visible;
}

#navigation {
	font-size: 0.75em;
	float: left;
	width: 192px;
	margin-top: 0px;
	border: 0;
	padding: 6px 0px 0px 0px;
	background-color: #dbe7ff;
	border-right: 1px solid #fff;
	min-height: 100%;
	max-width: 192px;
}

* html #navigation {
	height: 100%;
}

#rechts {
	float: right;
	width: 180px;
}

* html #rechts {
	height: 100%;
	background-color:transparent;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_spalte_right.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#banner {
	position: absolute;
	z-index: 1;
	top: 9em;
	right: 0;
	width: 190px;
	background-color: #eff5ff;
	text-align: center;
}

* html #banner {
	height: 100%;
}

#banner a {
	display: block;
	margin-bottom: 8px;
}

#banner img {
	border: 2px solid #8aa0c2;
	text-align: center !important;
}

#banner .csi-image {
	border: none;
}

#inhalt {
	height: 100%;
	font-size: 0.75em;
	padding: 0px 0px 0px 20px;
	margin-left: 192px;
	margin-right: 200px;
	border: 0;
	color: #4b4b4b;
	line-height: 1.3;
	background-color: #fff;
}

#inhaltMitBanner #inhalt {
	margin-right: 370px !important;
	padding-right: 20px;
}

#inhaltMitBanner #rechts {
	margin-right: 190px !important;
}

* html #inhaltMitBanner #rechts {
	margin-right: 95px !important;
}

#inhaltMitBanner #seite {
	background-color:transparent;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_spalte_right.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

#inhalt .story .inhaltselement {
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 100%;
}

#inhalt h3 {
	padding-top: 2px;
	padding-bottom: 7px;
	font-size: 1.2em;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #globalNav styles **************/

#globalNav {
	font-size: 0.7em;
	color: #ebebeb;
	background-color: #2678B0;
	height: 2.2em;
	border-bottom: 1px solid white;
}

#globalNav strong a{
	color: #fdfbd4 !important;
}

#globalNav img{
	display: block;
}

#globalNav a {
	color: #ebebeb;
	padding: 0 6px 0 0;
}

#globalNav ul {
	float: right;
	margin: 0.5em 7em 0px 22em;
	padding: 0;
	white-space: nowrap;
}

#globalNav li {
	display: inline;
 	margin: 0.3em;
	padding: 0;
}

#globalNav #icon_4 {
	background: url(/fileadmin/pictures/layout/icons/startseite.gif) no-repeat left center;
	padding-left: 1.3em;
}

#globalNav #icon_22 {
	background: url(/fileadmin/pictures/layout/icons/kontakt.gif) no-repeat left center;
	padding-left: 1.4em;
}

#globalNav #icon_21 {
	background: url(/fileadmin/pictures/layout/icons/rechtliches.gif) no-repeat left center;
	padding-left: 1.2em;
}

#globalNav #icon_25 {
	background: url(/fileadmin/pictures/layout/icons/seitenuebersicht.gif) no-repeat left center;
	padding-left: 2.0em;
}

#globalNav #drucken {
	background: url(/fileadmin/pictures/layout/icons/drucken.gif) no-repeat left center;
	padding-left: 1.4em;
}

/************* #bildLeiste styles **************/

#bildLeiste{
	background-color: #6D95BC;
	border-bottom: 1px solid #fff;
}

/************* #logo styles **************/

#logo{
	position: absolute;
}

/************* #breadCrumb styles *************/

#breadCrumb {
	color: #4b4b4b;
	margin-top: 11px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em !important;
	width: 100%;
	white-space: normal;
}

#breadCrumb a {
	color: #196192;
	border-bottom: 1px dotted #196192;
}

#breadCrumb a:hover {
	border-bottom: 1px solid #196192;
	text-decoration: none;
}

/************** .story styles *****************/

.story {
	padding: 8px 0px 0px 0px;
}

.story p {
	padding: 0px;
	margin: 0px 0px 14px 0px;
}

.story a:link, .story a:visited{
	color: #036BB2;
	text-decoration: underline;
}

.story .bildLinks{
	float: left;
	margin: 0 10px 10px 0;
}

.story ul {
	margin: 0px 10px 5px 5px;
	list-style-type: none;
}

* html .story ul {
	height: 1em;
}

html>body .story ul {
	/*overflow: auto;*/
	margin-left: 0px;
	padding-left: 5px;
}

.story ol li {
	background: none;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 1px;
}

.story li {
	padding-left: 8px;
	padding-bottom: 5px;
	background: url(/fileadmin/pictures/layout/icons/listpoint.gif) no-repeat 0px 0.6em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.story table tr td {
	font-size: 100%;
}

.story td h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #2D4A82;
	margin: 0px 0px 15px 0px;
	padding: 5px 0 0 0;
	background: url(/fileadmin/pictures/layout/strichlinie.gif) repeat-x left bottom;
	clear: both;
}

.story td em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #D03220;
	margin: 0px 0px 0px 0px;
	padding: 5px 0 5px 0;
	clear: both;
	font-style: normal;
}

.story td em a {
  text-decoration: none !important; 
}

.story td h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 101%;
	font-weight: bold;
	color: #2D4A82;
	margin: 0px 0px 5px 0px;
	padding: 1px 0 1px 0px;
	clear: both;
}

.story p {
	margin: 0px 0px 7px 0px;
}

.story .sitemap ul {
	margin: 0 10px 0 10px;
	padding: 0 0 7px 0;
	list-style-type: none;
}

.story .sitemap li {
	padding-left: 12px;
	padding-bottom: 4px;
	background: url(/fileadmin/pictures/layout/icons/pfeil_blau.gif) no-repeat 0px 45%;
}

/************** .aktuelles styles *****************/

.aktuelles {
	width: 100%;
}

.aktuelles, .keinEintrag {
	padding: 3px 0 0 0;
	margin-top: 2px;
}

html>body .aktuelles, html>body .keinEintrag {
	float: left;
}

.keinEintrag {
	clear:both;
	float: left;
}

#aktuellesStartseite {
	margin-top: -10px;
}

.aktuelles h3 {
	background-color: #EFF5FF;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 4px 9px 4px 9px !important;
	font-weight: bold;
	font-size: 1.0em !important;
}

.aktuelles .bildlist {
	float: left;
	margin: 5px 20px -5px 0px;
}

.aktuelles .untertitel {
	padding-left: 22px;
	font-size: 0.9em;
	color: #4E7EAF;
}

.aktuelles h4 {
	padding: 4px 0px 6px 22px !important;
	margin: 0px !important;
	font-size: 1.0em !important;
	font-weight: normal;
	background: url(/fileadmin/pictures/layout/icons/pfeil_rot.gif) no-repeat 9px 0.8em;
}

.aktuelles h4 a, .aktuelles h4 a:visited, .aktuelles a, .aktuelles a:visited {
	text-decoration: none !important;
	color: #4B4B4B !important;
}

.aktuelles .rahmen {
	border-bottom: 1px solid #ddd;
	margin-bottom: -1px;
	padding-bottom: 10px;
	width: 100%;
}

.aktuelles .backListe {
	margin-top: -1px;
}

.aktuelles .backListe a {
	display: block;
	color: #333 !important;
	text-decoration: none !important;
	padding: 2px 0px;
}

.aktuelles .backListe a:hover, .aktuelles h4 a:hover {
	text-decoration: underline !important;
}

.aktuelles .backListe a img {
	border: none;
	margin-right: 5px;
	vertical-align: 1px;
}

.aktuelles .datum{
	color: #D03220;
	text-decoration: none;
	font-size: 90%;
	line-height: 1.5;
}

.aktuelles .bildSingle {
	float: left;
	margin-right: 20px;
}


.aktuelles .bildSingle img{
	display: block;
	margin-bottom: 10px;
}

.weitere{
	float: right;
	margin-top: -1.6em;
	padding-right: 10px;
	padding-left: 44px;
	background: url(/fileadmin/pictures/layout/icons/doppelpfeil_blau_weitere.gif) no-repeat 0px 40%;
}

.weitere a:link, a:visited{
	color: #333;
}

#terminkalender{
	background: url(/fileadmin/pictures/layout/icons/pdf_icon.gif) no-repeat 10px;
	margin-top: 20px;
	padding: 2px 0 2px 30px;
	background-color: #ECE9DA;
}

#termineSingle{
	margin-left: 10px;
}

.mehr {
	margin-top: 0px;
	padding-left: 22px;
	font-size: 0.9em;
	color: #4E7EAF;
}

.mehr a:link, .mehr a:visited {
	text-decoration: underline !important;
	color: #4E7EAF !important;
}

.mehr a:hover {
	text-decoration: none !important;
}

/************** #unten styles **************/

#unten {
	padding: 0px;
	margin: 10px 0px 9px 0px;
	float: right;
	text-align: right;
}

#unten strong a {
	color: #2D4A82 !important;
}

#unten ul {
  margin: 0;
	padding: 0;
	background: none;
}

#unten li {
	display: inline;
  margin: 0.4em;
	padding: 0;
	background: none;
}

#unten li a {
	color: #333;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}

#unten li img {
	border: none;
	margin-right: 0px;
	vertical-align: -1px;
}

#unten li a strong {
	text-decoration: underline;
}

#unten #drucken {
	background: url(/fileadmin/pictures/layout/icons/drucken.gif) no-repeat left center;
	padding-left: 1.4em;
}

#unten #icon_24 {
	background: url(/fileadmin/pictures/layout/icons/hilfe.gif) no-repeat left center;
	padding-left: 0.5em;
}

/************ oeffnungszeiten ***************/

#offzeiten {
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 0px;
}

#offzeitenLabel {
	background-color: #8AA0C2;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 3px 8px;
	border-bottom: 1px solid white;
	font-size: 0.9em;
}

#offzeitenInhalt {
	padding: 3px 8px;	
}

/************* #search styles ***************/

#searchBlock {
	position: relative;
}

#search {
	margin: 0px 0px 6px 0px;
	padding: 10px 0px 0px 0px;
}

#search fieldset{
	margin-left: 8px;
}

* html #search {
	margin-bottom: 10px;
}

#search form {
  margin: 0px;
  padding: 0px;
}

#searchLabel {
	background-color: #8AA0C2;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 3px 8px;
	border-bottom: 1px solid white;
	font-size: 0.9em;
}

#search #searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 2px 3px 2px;
	margin: 0px 8px 0px 0px;
	border: 1px solid #000;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	width: 94px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

* html #search #searchInput {
	margin-left: 0px !important;
}

#search #searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	border-top: none;
	border-left: none;
	
	
}

#search #searchButton input {
	border: none;
	background-image: url(/fileadmin/pictures/layout/hintergrund/bg_lupe.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 1px 2px 1px 4px !important;
	margin: 1px 0px 0px 0px !important;
	text-align: left;
	font-size: 0.9em;
}

html>/**/body #search #searchButton input {
	padding-right: 16px !important;
	padding-left: 0px !important;
}

#searchLabel {
	background-color: #8AA0C2;
}

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

/************* #search ausgabe ***************/

.tx-erweitertesuche-pi1 h3 {
	background-color: #EFF5FF;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 6px 9px 8px 9px !important;
	color: #036BB2;
	font-size: 1.0em !important;
}

.tx-erweitertesuche-pi1 a {
	display: block;
	padding: 2px 0px;
}

.tx-erweitertesuche-pi1 .ergebnis {
	margin: 10px 0px 20px 10px;
}

.tx-erweitertesuche-pi1 .ergebnis a {
	padding-left: 10px;
	background: url(/fileadmin/pictures/layout/icons/doppelpfeil_blau.gif) no-repeat 0px 40%;
}

/*********** #navigation link styles ***********/

#navigation ul li {
	background-image: url(../pictures/layout/hintergrund/bg_navigation.jpg);
	background-repeat: repeat-x;
}

#navigation .lineWhite {
	border-bottom: 1px solid #fff;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
}

#navigation ul {
	list-style: none; margin: 0; padding: 0;
}

#navigation .aktiv, #navigation .aktiv a:hover {
	background-color: #e11c12;
	font-weight: bold;
}

#navigation .aktiv ul li a:hover {
	background-color: #fff;
	font-weight: normal;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	position: relative;
	display: block;
	padding: 4px 0px 5px 19px;
	color: #224257;
	font-weight: bold;
}

#sectionLinks em a:link , #sectionLinks em a:visited {
	padding: 3px 0px 3px 19px !important;
}

#sectionLinks a:hover{
	background-color: #2678B0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#navigation em a {
	font-style: normal;
	margin-left: 12px;
	margin-right: 10px;
	font-weight: normal !important;
}

#navigation .ausblenden {	
	background-color: #000 !important;
	display: block;
	background: url(/fileadmin/pictures/layout/hintergrund/bg_submenue.gif) repeat;
	margin-left: -500px;
	font-size: 0.5em;
}

#navigation em {
	background: url(/fileadmin/pictures/layout/icons/pfeil_rot.gif) no-repeat 20px 0.7em;
}

#navigation em a:hover {
	background-color: #dbe7ff;
	font-weight: normal;
	color: #036BB2;
	text-decoration: underline;
}

#navigation em {
	background-color: #dbe7ff;
	display: block;
}

/*********** #subLinks styles ***********/

#subLinks {
	border-bottom: none;
	margin-bottom: 01px;
	background: url(/fileadmin/pictures/layout/icons/pfeil_white.gif) no-repeat 8px 50%;
}

#subLinks ul {
	background-color: #F4F3EC;
}

#subLinks a:link, #subLinks a:visited {
	border-top: none;
	color: #fff !important;
}

#subLinks a:hover {
	border-top: none;
	background-color: #dbe7ff;
	font-weight: bold;
}

#subLinkAktiv a {
	position: relative;
	font-weight: bold;
	color: #036BB2 !important;
}

#subLinkAktiv em a {
	font-weight: bold !important;
}

#subLinkAktiv a:hover {
	
}

/*********** #subSubLinks styles ***********/

.subSubLinkDeaktiv a, #subSubLinkAktiv a {
	position: relative;
	font-weight: normal;
	margin: 0px 0px 0px 0px !important;
	font-size: 0.95em;
	background-color: #FFE9E8;
	border-left: 12px solid #FFE9E8 !important;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #FFE9E8;
}

.subSubLinkDeaktiv a:hover, #subSubLinkAktiv a:hover {
	background-color: #FFE9E8 !important;
	color: #e11c12 !important;
}

#subSubLinkAktiv a:hover {
	text-decoration: none !important;
	cursor: default;
}

#subSubLinkAktiv a {
	color: #e11c12 !important;
}

html>body .subSubLinkDeaktiv a, html>body #subSubLinkAktiv a {
	background-position: 7px 0.7em;
}

.subSubLinkDeaktiv em, #subSubLinkAktiv em {
	background-image: none !important;
	background-color: #FFE9E8 !important;
}


/************** #az styles **************/

#az h4 {
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #C2C7CB;
}

#az a, #az a:visited {
	color: #006699;
	display: block;
	width: 1.5em;
	text-align: center;
}

#az a:hover {
	text-decoration: none;
	background-color: #DBE7FF !important;
}

#azAktiv a, #azAktiv a:hover {
	color: #CE180F !important;
	background-color: #EFF5FF !important;
	cursor: default;
}

/************** #rechts styles **************/

#rechts{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	border: 0;
	font-size: 75%;
	color: #224257;
}

#rechteSpalteContainer{
	padding: 0px;
	margin: 0;
	border: 0;
}

#rechts h3{
	background-color: #8AA0C2;
	color: #fff;
	font-weight: bold;
	margin-bottom: 7px;
	padding: 3px 8px;
	border-bottom: 1px solid white;
	font-size: 0.9em;
}

#rechts a{
	color: #224257;
}

#rechts ul{
	margin: 0 10px 0 10px;
	padding: 0 0 7px 0;
	list-style-type: none;
	background: url(/fileadmin/pictures/layout/strichlinie.gif) repeat-x bottom;
}

#rechts li{
	padding-left: 12px;
	padding-bottom: 4px;
	background: url(/fileadmin/pictures/layout/icons/pfeil_blau.gif) no-repeat 0px 45%;
}

#rechts p{
	margin: 7px 0px;
	padding: 0px;
}

#vgReichling{
	background: url(/fileadmin/pictures/layout/strichlinie.gif) repeat-x bottom;
	margin-bottom: 10px;
}

#vgReichling img{
	vertical-align: middle;
	margin: 5px;
}

#vgReichling a{
	font-weight: bold;
	color: #2D4A82;
	padding-right: 10px;
	background: url(/fileadmin/pictures/layout/icons/doppelpfeil_blau.gif) no-repeat right center;
}

#gemeindeverwaltung, #ortsplanBild {
	margin-top: -7px;
}

#ortsplan {
	text-align: center;
}

/*.ortsplanLupe{
	position: absolute;
	right: 10px;
	margin: -7px 0 0 0;
	padding: 0 5px 0 5px;
	background: url(/fileadmin/pictures/layout/icons/lupe.gif) no-repeat center;
	background-color: #FFFED8;
	display: block;
	width: 30px;
	height: 30px;
	border-left: 1px dotted #6A82B1;
	border-bottom: 1px dotted #6A82B1;
	cursor: pointer;
}*/

#ortsplan img{
	border: none;
}

/************** Umfliessen **************/

.umfliessenLinks	{
	float: left;
}

.umfliessenRechts	{
	float: right;
}

/************** Umfliessen verhindern **************/

.fixfloat	{
	float: none;
	clear: both;
	width: 1px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

/************** Trennlinien **************/

.trennlinie {
	background: url(/fileadmin/pictures/layout/strichlinie.gif) repeat-x top;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0.5em;
}

.trennlinieGrau {
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	float: left;
	width: 100%;
}

* html .trennlinieGrauIE {
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}

/************** Farben **************/

.blau{
	color: #2D4A82;
}

/************** Sitemap **************/

.sitemapEins  {
	display: none;
}

.sitemapZwei {
	padding: 8px 0 5px 18px;
	background: url(/fileadmin/pictures/layout/icons/sitemap.gif) no-repeat 2px 60%;
}

.sitemapZwei a:link, .sitemapZwei a:visited {
	font-weight: bold;
	color: #006699;
}

.sitemapDrei {
	background-image: url(/fileadmin/pictures/layout/icons/doppelpfeil_blau.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	padding: 0.5em 0px 0.6em 32px;
}

.sitemapDrei a:link, .sitemapDrei a:visited {
	color: #333;
}

.sitemapVier {
	background-image: url(/fileadmin/pictures/layout/icons/sub2_bullet.gif);
	background-repeat: no-repeat;
	background-position: 33px 5px;
	padding: 0px 0px 0.5em 43px;
}

.sitemapVier a:link, .sitemapVier a:visited {
	color: #666;
}

/************** CSS styled IMGTEXT **************/

.csi-intext-left .csi-imagewrap {
	margin-right: 20px;
	margin-bottom: 10px;
}

.csi-intext-right .csi-imagewrap {
	margin-left: 20px;
	margin-bottom: 10px;
}

.csi-intext-left-nowrap .csi-text {
	margin-left: 20px;
}

.csi-intext-right-nowrap .csi-text {
	margin-right: 20px;
}

.csi-left .csi-imagewrap, .csi-right .csi-imagewrap {
	margin-bottom: 0px;
}

.csi-textpic csi-intext-left img {
	/*float: left;*/
}

.csi-textpic csi-intext-right img {
	/*float: right;*/
}

.csi-textpic .bu {
	font-size: 0.9em;
	padding: 2px 6px 3px 6px;
}

.csi-image {
	border: 1px solid #6b6b6b;
}

.csi-imagewrap dl {
	margin-bottom: 4px !important;
	margin-top: 4px !important;
}

/************** tools **************/
.schriftgrad  {
	position: relative;
	clear: both;
	height: 40px;
}

#schriftgroesse_text {
	color: #fff;
}

.schriftgroesse  {
	float: left;
	padding: 0px 5px 10px 5px;
	display: block;
	position: relative;
}

.schriftgrad .schriftgroesse a:link img, .schriftgrad .schriftgroesse a:visited img {
	border: 1px solid #fff;
	margin-bottom: 4px;
	margin-left: 3px;
	background-color: white;
	border: 1px solid white;
	border-bottom: 1px solid #a7b0c2;
	border-right: 1px solid #a7b0c2;
	margin-right: 2px;
}

.schriftgrad .schriftgroesse a:hover img {
	border-color: #D03220;
	background-color: #fff;
}

/************** wetter **************/

#rechts #wetter {
	padding: 0px 5px;
}

/************** abavo logo **************/

#abavo {
	float: right;
	right: 20px;
	text-decoration: none;
}

/************** Acronym Manager **************/

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

#routenplaner {
	background-color: #ECE9DA;
	border: 1px solid white;
	padding: 10px 15px;
	width: 200px;
}

#routenplaner input, #routenplaner select {
	border: 1px solid #6A82B1;
	color: #333;
	padding: 2px 5px;
	width: 188px;
	margin-top: 4px;
}

#routenplaner select {
	width: 100%;
}

#routenplaner .button {
	width: 100%;
	background-color: #6A82B1;
	color: white;
	font-weight: bold;
	border: 1px solid white;
	margin-top: 15px;
}

/****************** BILDERGALERIE ***************/

.galleryImage a img {
	border: 5px solid #E5DFC3;
	float: left;
}

.galleryImage a:hover img {
	border: 5px solid #C7C2AC;
}

#gallerySingle {
	position: relative;
	margin-top: -23px;
}

.galleryBack {
	background-image: url(/fileadmin/pictures/layout/icons/doppelpfeil_rot_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	margin: 0px 10px 0px 0px;
}

.galleryControl {
	padding-left: 10px;
	margin: 12px 0px 0px 0px;
}

.galleryCategory {
	margin: 0px 1px 0px 0px;
	background-color: #EFF5FF;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 8px 9px 10px 9px;
	color: #4B4B4B;
}

.galleryCategory a {
	white-space: nowrap;
}

.galleryPhoto img {
	border: 5px solid #C7C2AC;
	margin-right: 10px;
}

.galleryPhoto {
	clear:both;
	float: left;
}

.galleryInfo {
	float: left;
	margin-top: 10px;
}

.galleryThumbnail img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

#galleryPages {
	clear: both;
	padding-top: 10px;
	margin-bottom: 8px;
}

/****************** kontaktformular ***************/

#kontaktformular label {
	width: 312px;
	display: block;
	padding-top: 3px;
}

#kontaktformular fieldset {
	border: none;
}

#kontaktformular input {
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 300px;
	clear: both;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#kontaktformular select {
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#kontaktformular textarea {
	border: 1px solid #6698CC;
	background-color: #F6F9FC;
	border-bottom-color: #91B2D4;
	border-right-color: #91B2D4;
	margin-bottom: 10px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	width: 300px;
}

#kontaktformular #kontaktformulartv {
	border: none !important;
	width: 20px !important;
}

.csc-mailform-submit {
	border: 1px solid #6698CC !important;
	border-right: 2px solid #333 !important;
	border-bottom: 2px solid #333 !important;
	width: 110px  !important;
	margin-top: 20px;
	background-image: url(../pictures/layout/hintergrund/bg_grau.jpg);
	background-repeat: repeat-x;
	padding: 3px 0px;
	cursor: pointer;
}

/****************** map24 ***************/

.map24_text {
	font-size: 1em !important;
	color: #4B4B4B !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

* html .map24_title {
	padding-top: 16px !important;
}

/************** RTE **************/

#inhalt .markerrot {
	background-color: #FFDBDC;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 8px 9px 10px 9px;
}

#inhalt .markerblau {
	background-color: #EFF5FF;
	border-bottom: 1px solid #C4D1D7;
	border-right: 1px solid #C4D1D7;
	padding: 8px 9px 10px 9px;
	color: #4B4B4B;
}

#inhalt .pfeil {
	background-image: url(../pictures/layout/icons/pfeil.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

#inhalt .pdf {
	background-image: url(../pictures/layout/icons/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 22px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* textstyle */

.rot {
	color: #B80003 !important;
}

.rot_fett {
	color: #B80003 !important;
	font-weight: bold;
}

.blau {
	color: #4E7EAF !important;
}

.blau_fett {
	color: #4E7EAF !important;
	font-weight: bold;
}

