/* CSS Document /*

/* Links der Seite Standard */
a:link {
	color: Navy;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: Navy;
	text-decoration: none;
	font-size: 11px;
}
a:active  {
	color: Navy;
	text-decoration: none;
	font-size: 11px;
}
a:hover  {
	color: #20B2AA;
	text-decoration: none;
	font-size: 11px;
}

/* Kleines Menü oben*/
a.mk:link {
	color: #696969;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.mk:visited {
	color: #696969;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.mk:active  {
	color: #696969;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.mk:hover  {
	color: #A52A2A;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

/* Links rot */
a.rot:link {
	color: #A52A2A;
	text-decoration: none;
	font-size: 11px;
}
a.rot:visited {
	color: #A52A2A;
	text-decoration: none;
	font-size: 11px;
}
a.rot:active  {
	color: #A52A2A;
	text-decoration: none;
	font-size: 11px;
}
a.rot:hover  {
	color: #20B2AA;
	text-decoration: none;
	font-size: 11px;
}

/* Links Footer */
a.fo:link {
	color: Navy;
	text-decoration: none;
	font-size: 9px;
}
a.fo:visited {
	color: Navy;
	text-decoration: none;
	font-size: 9px;
}
a.fo:active  {
	color: Navy;
	text-decoration: none;
	font-size: 9px;
}
a.fo:hover  {
	color: #20B2AA;
	text-decoration: none;
	font-size: 9px;
}

/* Body und Tabellen Standardschrift 11er */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
}

/* Tabellenzellen allgemein */
td,table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

/* Tabelle Inhalt Darstellung */
.rand{
	 height:200px;
	 width:900px;
	 border-left: 1px dotted #DCDCDC;
	 border-right: 1px dotted #DCDCDC;
}

/* Unterer Rand Tabellenzelle in der Artikeldarstellung */
.tabu{
	border-bottom: 1px dotted #DCDCDC;
}

li,ul{
	line-height: 16px;
}

/* Tabellenzelle für den Inhalt */
.inhalt {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
	line-height: 14px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 20px;
}

/* Tabellenzelle für Referenzen */
.ref {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #696969;
	line-height: 14px;
	border-left: 1px solid #F5F5F5;
}

/* Überschrift Referenzen */
#ref2{
	background-color: #f4f4f4;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;	
}

/* h1 Überschriften */
h1 {
	font-family: Verdana, Courier New, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #696969;
	line-height: 22px;
}


/* h2 Überschriften */
h2 {
	font-family: Verdana, Courier New, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
}

/* 9er Text */
.txt9 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}

/* 11er Text */
.txtrot {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
}


/* Tabellenumrandung */
fieldset{
	width: 520px;
	/*border: 1px solid #DCDCDC;*/
}

/* Legende Tabellenrand */
legend {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	font-weight: bold;
}

/* Textfelder Formular */
textarea{
	border-top: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	width: 340px;
}


/* Textfelder Formular */
.input{
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid Silver;
	border-left: 0px;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	width: 340px;
}


/* Selectbox Formular */
select{
	border: 1px solid Silver;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
}

/* Formularbutton */
.formbutton{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: 0px;
}

/*ENDE*/

