/* CSS Document */

/* körper html styles */
body {
	color:#000000;
	background-color:#dddddd;
	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;
}
	
/* 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:#0a5ab3;
}
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:#dd5d0c;
}
a.left_nav:visited  {
	text-decoration:none;
	font-weight:none;
	color:#dd5d0c;
}
a.left_nav:hover {
	text-decoration:none;
	font-weight:none;
	color:#0a5ab3;
}
a.left_nav:active  {
	text-decoration:none;
	font-weight:none;
	color:#dd5d0c;
}
a.left_nav:focus  {
	text-decoration:none;
	font-weight:none;
	color:#dd5d0c;
}

/* 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;
}

/* header navi link styles */
a.left_nav3:link {
	text-decoration:none;
	font-weight:none;
	color:#585858;
}
a.left_nav3:visited  {
	text-decoration:none;
	font-weight:none;
	color:#585858;
}
a.left_nav3:hover {
	text-decoration:none;
	font-weight:none;
	color:#436bff;
}
a.left_nav3:active  {
	text-decoration:none;
	font-weight:none;
	color:#585858;
}
a.left_nav3:focus  {
	text-decoration:none;
	font-weight:none;
	color:#585858;
}

/* 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:#edeeee;
}

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

/* header navi */
.header_navi {
	color: #0d6cd7;
	background-color: #cacaca;
	border-top:1px solid #fff;
	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 */