/* CSS Document */

/* körper html styles */
body {
	color:#000000;
	background-color:#F0F0F0;
	margin:0px;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
}

/* LINKS STYLE START */

/* allgemeine links styles */
a:link {
	text-decoration:none;
	font-weight:none;
	color:#3c85d7;
}
a:visited {
	text-decoration:none;
	font-weight:none;
	color:#3c85d7;
}
a:hover {
	text-decoration:underline;
	font-weight:none;
	color:#0a5ab3;
}
a:active {
	text-decoration:none;
	font-weight:none;
	color:#3c85d7;
}
a:focus {
	text-decoration:none;
	font-weight:none;
	color:#3c85d7;
}
	/* link2 link styles */
	
a.link2:link {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.link2:visited  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.link2:hover {
	text-decoration:none;
	font-weight:none;
	color:#ff6001;
}
a.link2:active  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.link2:focus  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
	
	
	
	
	
/* header navi link styles */
a.header_nav:link {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.header_nav:visited  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.header_nav:hover {
	text-decoration:none;
	font-weight:none;
	color:#ff6001;
}
a.header_nav:active  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}
a.header_nav:focus  {
	text-decoration:none;
	font-weight:none;
	color:#000000;
}

/* header navi link styles */
a.left_nav:link {
	text-decoration:none;
	font-weight:none;
	color:#0570b7;
}
a.left_nav:visited  {
	text-decoration:none;
	font-weight:none;
	color:#0570b7;
}
a.left_nav:hover {
	text-decoration:none;
	font-weight:none;
	color:#ff6001;
}
a.left_nav:active  {
	text-decoration:none;
	font-weight:none;
	color:#0570b7;
}
a.left_nav:focus  {
	text-decoration:none;
	font-weight:none;
	color:#0570b7;
}

/* header navi link styles */
a.left_nav2:link {
	text-decoration:none;
	font-weight:none;
	color:#478400;
}
a.left_nav2:visited  {
	text-decoration:none;
	font-weight:none;
	color:#478400;
}
a.left_nav2:hover {
	text-decoration:none;
	font-weight:none;
	color:#0a5ab3;
}
a.left_nav2:active  {
	text-decoration:none;
	font-weight:none;
	color:#478400;
}
a.left_nav2:focus  {
	text-decoration:none;
	font-weight:none;
	color:#478400;
}

/* LINKS STYLE ENDE */


/* FARBEN STYLE START */

/* body rahmen */
.body { border-left:1px solid #000; border-right:1px solid #000 }

/* header balken oben */
.header_balken {
	color:#00000;
	background-color:#FFFFFF;
}

/* header line oben */
.header_line {
 background-color: #00000;
}

/* header navi */
.header_navi {
	color: #0d6cd7;
	background-color: #F0F0F0;
	border-top:1px solid #dbdbdb;
	border-bottom:1px solid #dbdbdb;
}

/* footer line unten */
.footer_line {
	background-color: #d2d0d0;
}

/* footer balken unten */
.footer_balken {
	color:#333333;
	background-color:#edeeee;
}

/* FARBEN STYLE ENDE */