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

/*body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	color:#000000;
	line-height:1.4em;
	font-size: 12px;
	text-align:justify;
}
.content a:link, .content a:visited, .content a:active {
	color:#CC0000;
	text-decoration: underline;
}
.content a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.content h1 {
	color:#000000;
	font-size: 15px;
	font-weight:bold;
}

.content h2 {
	color:#CC0000;
	font-size: 13px;
	font-weight:bold;
}


/* HAUPTMENU */
.menu {
	font-family: Arial, Helvetica, Verdana;
	font-size:13px;
	color:#333333;
	text-align:right;
	font-weight:bold;
}
.menu a:link {
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
.menu a:visited {
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}
.menu a:hover {
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#CC0000;
}
.menu a:active {
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	color:#333333;
}

/* UNTERMENU */
.menu_sub {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.menu_sub a:link {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.menu_sub a:visited {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.menu_sub a:hover {
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.menu_sub a:active {
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

/* ADRESSBLOCK */

.block2 {
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
}

.block2 a:link, .block2 a:visited, .block2 a:active {
	color:#000000;
	text-decoration:none;
}

.block2 a:hover {
	color: #000000;
	text-decoration: none;
	background-color:#CCCCCC;
}

.block2 h2{
	color:#CC0000;
	font-size: 15px;
	font-weight:bold;
}

/* LINKS IMPRESSUM */

.menu_law {
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight:bold;
}

.menu_law a:link, .menu_law a:visited, .menu_law a:active {
	font-size: 12px;
	color:#CC0000;
	text-decoration: none;
	font-weight:bold;
}

.menu_law a:hover {
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
}

/* FOOTER */
.footer {
	color:#000000;
	font-size: 10px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color:#CC0000;
	text-decoration: underline;
}

.footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* STANDORTE FOOTER */
.locale {
	font-size: 18px;
	color: #CC0000;
	line-height: 1.5em;
}

.locale a:link, .locale a:visited, .locale a:active, .locale a:hover {
	font-size: 18px;
	color:#CC0000;
	text-decoration: none;
	font-weight:bold;
}

/* SONSTIGES */

hr {
	height:1px;
	border:dashed 0.3pt #CCCCCC;
}

