/* Standard-CSS www.ff-muenchen.de */

/* DIV-DEFINITIONEN */

body {
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px; 
  color: #4B4B4D; 
  background-color: #ffffff;
}

#header {
  margin-top: 24px;
  margin-bottom: 6px;
}

#panelwrapper {
  width: 1024px;
}

#navbar {
  float: left;
  width: 200px;
  background-color: #ffffff;
  margin-top: 10px;
}

#navbar a.navbar_entry {
  display: block;

  height: 17px;
  margin-top: 2px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-left: 10px;

  color: #4b4b4b;
  font-size: 11px; 
  text-decoration: none;

  background-color: #f5f5f5;
}

#navbar a.navbar_entry:hover {
  background-color: #ececec;
}

#navbar a.navbar_curentry {
  display: block;

  height: 17px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-left: 10px;

  color: #ffffff;
  font-size: 11px; 
  font-weight: bold;
  text-decoration: none;

  background-color: #666666;
}

#navbar a.navbar_entry2 {
  display: block;

  height: 17px;
  margin-top: 2px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-left: 20px;

  color: #ffffff;
  font-size: 11px; 
  text-decoration: none;

  background-color: #999999;
}

#navbar a.navbar_entry2:hover {
  background-color: #828282;
}

#navbar a.navbar_curentry2 {
  display: block;

  height: 17px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 2px;
  padding-left: 20px;

  color: #ffffff;
  font-size: 11px; 
  font-weight: bold;
  text-decoration: none;

  background-color: #666666;
}

#content_area {
  float: left;
  min-height: 550px;
  background-color: #fafafa;
  padding-top: 12px;
}

#content {
  padding-left: 20px;
  padding-right: 16px;
  width: 540px;
}

#right_panel {
  float: left;
  width: 242px;
  height: 504px;
}

#right_panel2 {
  float: left;
  width: 242px;
  height: 520px;
}

#metamenu {
  background-color: #4b4b4b;
  height: 19px;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
  color: #cccccc;
  font-size: 10px; 
  font-weight: bold;
}

#metamenu a {
  text-decoration: none;
  color: #cccccc;
}

#metamenu_bottom {
  background-color: #b51434;
  height: 22px;
  margin-top: 3px;
  padding-left: 10px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 11px; 
  font-weight: bold;
}

#metamenu_bottom a:hover {
  text-decoration: none;
  color: #b51434;
}

#metamenu_bottom a {
  text-decoration: none;
  color: #ffffff;
}

#right_box {
  background-color: #f5f5f5;
  height: 100%;
}

#right_box h1 {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  margin-top:30px;
  margin-bottom: 10px;
}

#right_box h1.abstandobenklein {
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  margin-top:6px;
  margin-bottom: 10px;
}

#right_box h2 {
  font-size: 12px;
  padding-left: 10px;
  margin-top:16px;
  margin-bottom: 2px;
}

#right_box p {
  font-size: 12px;
  padding-left: 10px;
  margin-top: 0px;
}

#copyright {
  font-size: 9px;
  padding: 10px;
}


/* CONTENTNAVIGATION-AUSZEICHNUNGEN */

.totop {
  margin-top: 50px;
  margin-bottom: 20px;
}

.totop hr {
  width: 580px;
  border: 0px;
  color: #999999;
  background-color: #999999;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.totop a:link {
  color: #999999;
  font-size: 10px;
}

.totop a:visited {
  color: #999999;
  font-size: 10px;
}

.totop a:active {
  color: #999999;
  font-size: 10px;
}

.totop a:hover {
  color: #999999;
  font-size: 10px;
}

.totop img {
  border: 0px;
  margin-left: 10px;
  margin-right: 5px;
}




/* LINKS */
/* Standard-Textlinks */

a:link {
  color:#b51434; 
  font-size: 12px;
  text-decoration: none;
}

a:visited { 
  color:#ab6363; 
  font-size: 12px; 
  text-decoration: none;
}

a:hover {
  background-color: #ececec;
  color:#b51031;
  font-size: 12px;
  text-decoration: underline;
}

a:active {
  color:#b51031;
  font-size: 12px;
  text-decoration: none;
}




/* ALLGEMEINE TEXT-ANWEISUNGEN */

p, td, ul, ol, li, dl, dt, dd {
  color: #4b4b4d;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; 
  font-size: 12px;
}

p {
  line-height: 18px;
  margin-bottom: 9px;
}

h1, h2, h3, h4 {
  color: #4b4b4d;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  font-size: 20px; 
  font-weight: normal;
  margin-top: 0;  
}

h2 {
  font-size : 14px; 
  margin-top: 20px;
  margin-bottom: 6px;
}

h3 { 
  font-size: 12px; 
  font-weight: bold; 
  margin-bottom: 6px;
  margin-top: 10px;
}

h4 { 
  font-size: 12px; 
  font-weight : bold; 
}

td {
  text-align: left;  
  vertical-align:top;
  padding-top: 4px;
  padding-bottom: 4px;
}

hr {
  margin: 8px 16px 8px 0;  
  border: 0px;
  color: #4b4b4d;
  background-color: #4b4b4d;
  height: 1px;
}

.clear {
  clear:both;
}

.clearall {
  clear:both;
  margin:20px 0;
}




/* SPEZIELLE TEXT-ANWEISUNGEN */

.abstandunten {
  margin-bottom: 30px; 
}

.abstandoben {
  margin-top: 24px; 
}

.abstandobengross {
  margin-top: 60px; 
}
.abstandobenohne {
  margin-top: 0; 
}

.abstanduntenklein {
  margin-bottom: 4px; 
}

.abstandobenohne_links20 {
  margin-top: -10px; 
  margin-left: 20px; 
}

.portfolio {
  border-top: 1px dotted #999999;
  margin: 20px 0 10px 0;
  padding-top: 10px;
  width: 540px;
}

.beginn {
  margin-top: 0;
  margin-bottom: 8px;
}

.farbig1 {
  color: #004c93;
}

.farbig2 {
  color: #b51434;
}

.farbig2wichtig {
  color: #b51434;
  font-weight: bold; 
}

.haarliniemitte { 
  padding: 15px;
  margin-bottom: 15px;
  border: 1px #b5c0C9 solid;
  text-align: center;
}

.infotitel {
  color: #807A80;
  font-weight: bold; 
}

.infotrenner {
  border-top: 1px dotted #999999;
  margin: 30px 0 10px 0;
  width: 540px;
}

.zentriert {
  text-align: center;  
}

.rechts {
  float: right;
  margin-bottom: 6px;
  margin-left: 20px;
  text-align: center;  
}

.zentriertwichtig {
  text-align: center;  
  font-weight: bold; 
  color: #b51434;
}

.leftimg {
  float: left;
  margin-bottom: 16px;
  margin-right: 20px;
}

.rightimg {
  border: 0;
  float: right;
  margin-bottom: 6px;
  margin-left: 20px;
}

.centerimg {
  border: 0;
  float: center;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 180px;
}

.rightimg0 {
  border: 0;
  float: right;
  margin-left: 10px;
  margin-top: -80px;
}


.linieoben {
  border-top: 1px solid #999999;
  padding-top: 16px;
}

.linieunten {
  border-bottom: 1px solid #999999;
  padding-bottom: 16px;
}

.subtitle {
  margin: 0;
  text-transform:uppercase;
}

.wichtig {
  font-size: 12px; 
  font-weight: bold; 
  margin-bottom: 4px;
  margin-top: 10px;
}

.klein {
  font-size: 10px;
  font-style: italic;
}

.rahmenRot {
  border: 1px #b51434 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}


/* TABELLEN */

.info {
  text-align: left;
  width: 540px;
}

.info th {
  font-weight : normal; 
  padding-bottom: 2px;
  padding-top: 10px;
  padding-right: 10px;
  width: 220px;
}

.info td {
  width: 193px;
  padding-bottom: 10px;
  padding-right: 6px;
}

.fakten {
  width: 540px;
  text-align: left;  
}

.fakten tr td:first-child {
  width: 200px;
}

.fakten td {
  border-right: 1px solid #ffffff;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 10px;
  padding-top: 3px;
}

.fakten tr.altrow {
  background-color: #ececec;
  color: #000000;
}

.fakten-aek {
  border-collapse:collapse;
  text-align: left;  
  width: 540px;
}

.fakten-aek td {
  border: 1px dotted #999999;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 10px;
  padding-top: 6px;
}

.fakten1sp {
  border-collapse:collapse;
  text-align: left;  
  width: 540px;
}

.fakten1sp td {
  border: 1px solid #999999;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 10px;
  padding-top: 6px;
}

.fakten1sp tr.altrow {
  background-color: #ececec;
  color: #000000;
  font-weight: bold; 
}

.partner {
  width: 100%;
  border-spacing: 4px;
}

.partner td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.kontakt {
  width: 500px;
  text-align : left;
}

.kontakt td {
  width: 250px;
  padding-bottom: 10px;
}

.spalte1 {
  background-color: #ececec;
  color: #000000;
}

.spalte2 {
  background-color: #ffffff;
  color: #000000;
}

.text_unten {
  vertical-align:bottom;
}

fieldset {
 border: 1px dottet #000000;
 margin: 0;
 padding:0 0 0 20px;
 width: 400px;
}

legend {
 color: #4b4b4d;
 font: bold italic 16px Arial, sans-serif;
}

.kundenbefragung {
  font-size: 10px; 
  width: 500px;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0px;
  border-collapse:collapse;
  vertical-align: middle;
}

.kundenbefragung td {
  font-size: 10px;   
  border: 1px dotted #999999;
  border-collapse:collapse;
  padding: 2px;
}

.kb_spalte1 {
  background-color: #ffffff;
  text-align : right;
  vertical-align: t;
  border-right: 1px dotted #999999;
}

.kb_spalte2 {
  background-color: #ffffff;
  font-weight: bold;
  vertical-align: middle;
  border-right: 1px dotted #999999;
}

.kb_spalte3 {
  background-color: #ffffff;
  text-align : center;
  vertical-align: middle;
  border-right: 1px dotted #999999;
}

.kb_spalte3ohne {
  background-color: #ececec;
  vertical-align: middle;
  text-align : center;
}

.kb_zeile1 {
  text-align : center;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px dotted #999999;
  background-color: #ececec;
}

.kb_zeile1_1 {
  text-align : left;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px dotted #999999;
  background-color: #ececec;
}
.kb_zeile1links {
  text-align : center;
  vertical-align: middle;
  font-weight: bold;
  border-right: 1px dotted #999999;
  border-left: 1px dotted #999999;
  background-color: #ececec;
}

.kb_zeile1ohne {
  text-align : center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #ececec;
}

.kundenbefragung2 {
  width: 510px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.kb2_spalte1 {
  width: 172px;
  font-weight: bold;
}

.kb2_spalte2 {
  width: 290px;
}

.kundenbefragung3 {
  width: 510px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.kb3_label {
  font-weight: bold;
}

.kb2_spalte2 {
  width: 290px;
}



/* LISTEN */

ul {
  margin-top: -1px;
  margin-left: 0px;
  padding-left: 20px;
}

ul li {
  list-style-image: url(../images/quadrat.gif);
  line-height: 16px;
  margin-top: 4px;
  margin-left: -4px;
  padding-left: 4px;
  margin-bottom: 2px;
}

ul li li {
  list-style-image: url(../images/linie.gif);
  margin-left: -6px;
  padding-left: 6px;
}

ol {
  margin-left: 0px;
  padding-left: 20px;
}

ol li {
  margin-bottom: 4px;
}




/* SPEZIELLE SEITEN */

/* STARTSEITE */

.news_intro {
  font-size: 11px;
  padding-left: 10px;
  margin-top: 4px;
}

.news {
  font-size: 10px;
  padding-left: 10px;
}

.more {
  font-size: 11px;
}

.liniestartseite hr {
  width: 540px;
  border: 0px;
  color: #fafafa;
  background-color: #fafafa;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}



/* SUCHE */
input {
  font-size: 11px;
}

.search_pagesel {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.search_results hr {
  margin-top: 15px;
  border: 0px;
  color: #999999;
  background-color: #999999;
  height: 1px;
  margin-left: 0;
  margin-right: 0;
}

.search_results dl {
  margin-top: 15px;
  margin-bottom: 10px;
}

.search_results dt {
}

.search_results dd {
  margin-left: 40px;
  margin-top: 5px;
}

.search_results font {
  font-size: 11px;
}

.search_results strong {
  margin-right: 10px;
}

/* Formulare */
body.form {
	background-color: #FAFAFA;
	background-image:none;
	margin: 15px;
}
#event_form td {
	background-color: #CCCCCC;
	color: #B61332;
	font-size: 11px;
	padding: 3px;
}
#event_form textarea, #event_form input.formtext {
	width: 300px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color: #000000;
	background: #FFFFFF;
}
.formbutton { 
	color: #E0E6EA;
	background-color: #B61332;
	border: 1px #FFFFFF solid; 
	font-family:Verdana, Arial, Helvetica, sans-serif;  
	font-size: 11px;  
	font-weight: bold; 
	padding: 4px; 
	}

