* { padding:0; margin:0; }
html { height: 101%; } /*Erzwingt Scrollbar im Firefox */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/background-grau.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
}

a:visited {
	color: #FF0000;
}
a:hover {
	color: #333333;
}

a:active {
	color: #FF0000;
}

a.tabellenlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
	line-height: 15px;
}

a.tabellenlink:visited {
	color: #FF0000;
}
a.tabellenlink:hover {
	color: #333333;
}

a.tabellenlink:active {
	color: #FF0000;
}

.tr_rot {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/background-rot.jpg);
	background-repeat: repeat-x;
	background-position:center top;
}

.tr_118 {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/background-rot-118.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.text_fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	line-height: 15px;
}
.text_transparent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.text_fett_überschrift {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
}

hr {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}

.button {
	cursor: pointer;
	color:#000000;
	background-color: #CCCCCC;
	width:80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.menu_list {
	cursor: pointer;
	color:#000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.form_feld {
	cursor: text;
	color:#000000;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tab_ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.tab_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.tab_text_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	line-height: 20px;
}

.admin_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: #E9E9E9;
	border: 1px solid #EAEAEA;
}
.text_top {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #333333;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	height: 30px;
	margin: auto;
	margin-top:-20px;
	position: relative;
	background-color: #666666;
}

/* LINKS: Beginn Aussehen der Linke im footer */
a.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: none;
} 	
a.footer_link:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer_link:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer_link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/* LINKS: Ende Aussehen der Linke im footer */

/*########################## Begin NAVIGATION ###############################*/

ul.navleiste { 
	list-style-type: none; 
	margin-left: 0px; /* anz Pizel von Rand bis 1 Navigationspunkt*/
	margin-bottom: 0px;
	margin-top: -1px;
	margin-right: 0px; 
	padding-left: 1px;
}

ul.navleiste li {
	display: inline;
	float: left;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}

ul.navleiste li a {
	display: block;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
}

ul.navleiste li a:hover { 
	background: #CC6666;	
}

a.navleiste { /* Darstellung Vom TEXT in der Box braucht es fuer IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
} 	
a.navleiste:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.navleiste:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.navleiste:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*########################## End NAVIGATION ###############################*/

/*Wenn Menuepunkt ausgewaelt ist "Aktiv"*/
#organisation #navi01 a,
#ausruestung #navi02 a,
#praevention #navi03 a,
#aktuell #navi04 a,
#einsaetze #navi05 a,
#fotogalerie #navi06 a,
#links #navi07 a,
#home #navi08 a,
#kontakt #navi09 a,
#suche #navi10 a,
#gaestebuch #navi11 a,
#impressum #navi12 a,
#intern #navi13 a,
#admin #navi14 a
{
  background-color: #CC6666;
}

/*########################## Begin META_NAVIGATION ########################*/

ul.meta_navleiste { 
	list-style-type: none; 
	margin-left: 0px; /* anz Pizel von Rand bis 1 Navigationspunkt*/
	margin-bottom: 0px;
	margin-top: 1px;
	margin-right: 1px; 
	padding-left: 0px;
}

ul.meta_navleiste li {
	display: inline;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

ul.meta_navleiste li a {
	display: block;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}

ul.meta_navleiste li a:hover { 
	background: #CC6666;	
}

/*########################## End META_NAVIGATION ########################*/

/*########################## Begin SUB_ NAVIGATION ######################*/
#sub_navibereich ul {
	list-style-type: none;/*unterdrückt die Ausgabe des Listenpunkts und eliminiert das Einrücken von Listen in Mozilla und Internet Explorer*/
	margin-left: 0px; /* anz Pizel von Rand bis 1 Navigationspunkt*/
	padding-left: 1px;/* anz Pizel von Rand bis 1 Navigationspunkt*/
	margin-bottom: 0px;
	margin-top: 1px;
	margin-right: 0px;
}

#sub_navibereich li {
	display: inline; /*li untereinander anzeigen */
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sub_navibereich_ist {
	background-color: #CC6666;
}

/* Dahrstellung Sub Navibereich */
#sub_navibereich a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	/*width: 180px;*/
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}

#sub_navibereich a:hover
{
	background-color: #CC6666;
}

#sub_navibereich a:active {
background-color: #CC6666;
}

/*########################## End SUB_ NAVIGATION ########################*/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

a.breadcrumb_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-transform: none;
}

a.breadcrumb_link:visited {
	color: #FF0000;
}
a.breadcrumb_link:hover {
	color: #333333;
}

a.breadcrumb_link:active {
	color: #FF0000;
}


/******* Darstellung der Sub_Nav Boxen ********/
.box_sub_nav{
	width: 196px;
	border:1px solid #FFFFFF;
	background-color: #999999;
	margin-bottom: 14px;
}

/******* Darstellung der Breadcrumb Boxen ********/
.box_breadcrumb{
	width: 697px;
	border:1px solid #FFFFFF;
	background-color: #CCCCCC;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

.box_breadcrumb_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
	display: block;
}

/******* Darstellung der Contet Boxen ********/
.box_content{
	width: 697px;
	border:1px solid #FFFFFF;
	background-color: #CCCCCC;
	margin-top:14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}
.box_content_titel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 15px;	
	/*background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}

.box_content_auswbalken{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: 15px;
	padding: 10px;	/*background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
}

.box_content_linie{
	width: 670px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 8px;
}
/******* Darstellung der Info Boxen *********/
.box_info{
	width: 196px;
	border:1px solid #FFFFFF;
	background-color: #CCCCCC;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.box_titel_info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/******* Boxen Text der INFO und Contetn Boxen ***********************/
.box_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	padding: 10px;
}
/******* Boxen Fotogalerie ***********************/
.box_info_foto{
	width: 196px;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
.box_titel_foto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.box_foto{
	/*width: 196px;*/
	/*display: table-cell;*/
	text-align: center;
	border: 1px solid #FFFFFF;
}

/******* Boxen iFrame ***********************/
.box_iframe{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/*****************************************/

/* ==================================
	Styles für den INFO TEXT
   ================================== */
   a.info{ z-index: 10; }
   a.info:hover {
	position: relative;
	z-index: 100;
	text-decoration: none;
	          }
   a.info span { display:none; }
   a.info:hover span {
	display: block;
	position: absolute;
	float: left;
	white-space: nowrap;
	top: -2.2em;
	left: .5em;
	border: 1px solid #000000;
	color: #000000;
	z-index: 10;
	text-decoration: none;
	background-color:#FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

