@charset "utf-8";
/* CSS Document */

body, td, th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	background-image: url(bg-pattern.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* Hauptmenu */
.menu_main {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:0.7em;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	color:#235C8B;
	text-decoration: none;
}
.menu_main a:hover {
	color: #235C8B;
	text-decoration: underline;
}
/* Untermenu */
.menu_law {
	text-align:center;
	font-size:11px;
}
.menu_law a:link, .menu_law a:visited, .menu_law a:active {
	color:#235C8B;
	text-decoration: none;
}
.menu_law a:hover {
	color: #235C8B;
	text-decoration: underline;
}
/* Hauptinhalt oben*/
.main {
	text-align:justify;
	font-size:12px;
	line-height:1.4em;
}
.main a:link, .main a:visited, .main a:active {
	color:#235C8B;
	text-decoration: none;
	font-weight:bold;
}
.main a:hover {
	color: #235C8B;
	text-decoration: underline;
	font-weight:bold;
}
/* Hauptinhalt unten*/
.main2 {
	text-align:justify;
	font-size:12px;
	line-height:1.4em;
}
.main2 a:link, .main2 a:visited, .main2 a:active {
	color:#235C8B;
	text-decoration: none;
	font-weight:bold;
}
.main2 a:hover {
	color: #235C8B;
	text-decoration: underline;
	font-weight:bold;
}
/* Spalte links */
.conl {
	text-align:justify;
	font-size:12px;
	line-height:1.4em;
}
.conl a:link, .conl a:visited, .conl a:active {
	color:#235C8B;
	text-decoration: none;
	font-weight:bold;
}
.conl a:hover {
	color: #235C8B;
	text-decoration: underline;
	font-weight:bold;
}
.conl img {
	border:1px dotted #235C8B;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin-bottom:20px;
}
/* Inhalt Footer */
.footer {
	text-align:center;
	font-size:11px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color:#666666;
	text-decoration: none;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
/* SONSTIGES */
hr {
	height:1px;
	border:dashed 0.3pt #CCCCCC;
}
