/* .text_menuebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

} */

a.text_menuebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.text_menuebar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: bold;
	color: #8C8A8C;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3B3B3B;
}

.text_klein_tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3B3B3B;
}

.text_tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;

}

.text_tabelle_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;

}

.ueberschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3B3B3B;
}
.teaser {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #97130A;
	text-align: right;

}
.teasertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-bottom : none;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #97130A;
	text-decoration : none;
	border-bottom : 1px dotted;
}

.articlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #97130A;
	text-decoration : none;
	border-bottom : 1px dotted;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}



.link_gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #3B3B3B;
	text-decoration: none;
	line-height: 16px;
	text-transform: uppercase;
	vertical-align: middle;
}

.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}
.text-klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3B3B3B;

}
.text-klein-schwarz {

	font-familAy: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text-schwarz {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}
.text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bolder;

}
.submenubkgr {
	background-color: #E4E4E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px none #CCCCCC;
	border-right: 1px inset #CCCCCC;
	border-bottom: 1px inset #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.dotlinex {

	background-image: url(../graphics/dot.gif);
	background-repeat: repeat-x;
}

.dotliney {
	background-image: url(../graphics/dot.gif);
	background-repeat: repeat-y;
}
.intro {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3B3B3B;
}

.button_orange {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #FFA900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: hand;
	width: 100px;
	color: white;
	font-weight: bold;
}

// simulation of the static-positioning
.fixmenu { /* Wird später fix dargestellt werden */
   z-index: 1; /* Um zu verhindern, daß diese Ebene in älteren Browsern verdeckt wird, der Z-Index */
   border: 1px solid black;
   background-color: #FFA07A;
   color: white;
   position: absolute; /*absolute Positionierung */
   top: 0px; /* vom oberen Rand 0px entfernt */
   left: 0px; /* und vom linken rand ebenfalls 0px entfernt */
   width: 200px; /* Gleiche Breite und */
   height: 300px; /* Höhe, wie auch bei den anderen Browsern. */
}

.container {
	height: 100%;
	width: 100%;
	overflow: auto;
}

.inhalt {
  position: static; /* WICHTIG !!! */
} 

.textfieldmid {
	border-width: 1px;
	border-style: solid;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-color : gray;
	border-left-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
}

