@charset "UTF-8";
/*CSS Shorthand benutzt (was ist das ?)*/
/*HTML Tag Stile*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
p, ol, ul, dl, dd {
	margin: 0px 20px 7px;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0.6em;
}
h1 {
	color: #800000;
}
h2 {
	font-variant: small-caps;
	color: #717b7e;
	margin-left: 10px;
}
h3 {
	font-weight: normal;
	font-variant: small-caps;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
table {
	margin-left: 20px;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
img {
	margin: 0px;
	padding: 0px;
}
ul {
	font-style: italic;
	list-style: disc outside;
}
/*Link Stile - alle vier müssen genau in dieser Reihenfolge angegeben werden - wie in LoVe and HAte*/
a:link {
	color: #f30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #f30;
}
a:hover {
	text-decoration: underline;
	color: #800;
}
a:active {
	text-decoration: none;
	color: #f30;
}
.hochgestellt {
	vertical-align: super;
}
/*Klassen Stile - können so oft wie gewünscht pro Seite verwendet werden*/
.rechts_ausrichten {
	float: right;
}
.fettWort {
	font-weight: bold;
	color: #099;
}
.hervorZei {
	font-weight: bold;
	color: #009;
	text-decoration: underline;
}
.hiLite {
	font-style: italic;
	color: #900;
	font-weight: bolder;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.mpw_logo_txt {
	font-size: 4em;
	font-style: normal;
	font-weight: 900;
	color: #800000;
	text-align: left;
}
.tit_bv {
	font-weight: bolder;
	color: #333;
	font-size: 1.5em;
}
.tit_bo {
	font-weight: bolder;
	color: #800;
	font-size: 1.5em;
}
.kat_bv {
	font-size: 1.5em;
	font-weight: bolder;
	color: #800;
}
.blau {
	color: #009;
}
.mpw_rot {
	color: #800000;
}
.hellgrau {
	color: #CCC;
}
.dunkelgrau {
	color: #666;
}
.float_right {
	float: right;
}
.float_aufheben {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/*DIV ID Stile - können nur einmal pro Seite verwendet werden*/
#inhalt {
	margin: 0px auto;
	width: 760px;
	background: #CCC;
	text-align: left;
	padding: 10px;
	border-top: thin solid #f30;
	border-right: thin #f30;
	border-bottom: thin solid #f30;
	border-left: #666;
}
#inhalt #kopfzeile {
	background: #FFF url(../02_img/rgfr.jpg);
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	border-top: thin solid #666;
	border-bottom: thin solid #666;
	border-right: thin;
	position: relative;
}
#inhalt #kopfzeile #firmenname p {
	text-align: left;
	position: absolute;
	top: 30px;
	z-index: 0;
	width: 100%;
	left: 0px;
	right: auto;
	bottom: auto;
}
/*Link Stile - alle vier müssen genau in dieser Reihenfolge angegeben werden - wie in LoVe and HAte*/
/*hier ändern wir das Aussehen der Links für das mpw-Signet */
#inhalt #kopfzeile p .mpw_logo_txt a:link {
	color: #800;
	text-decoration: none;
}
#inhalt #kopfzeile p .mpw_logo_txt a:visited {
	text-decoration: none;
	color: #800;
}
#inhalt #kopfzeile p .mpw_logo_txt a:hover {
	text-decoration: underline;
	color: #f30;
}
#inhalt #kopfzeile p .mpw_logo_txt a:active {
	text-decoration: none;
	color: #800;
}
#inhalt #hauptinhalt {
	position: relative;
}
#fusszeile {
	background: #CCC url(../02_img/rgfr.jpg);
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-top: thin solid #666;
	border-bottom: thin solid #666;
	position:relative; /* muß angegeben sein, um die Position von links_global darauf beziehen zu können */
}
#fusszeile #info p a {
	color: #333;
	text-decoration: underline;
}
#fusszeile #links_global {
	position:absolute;
	right:0px;
	top:20px;
}
#linie {
	border-top: medium solid;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#freiZeile0 {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#freiZeile10 {
	clear: both;
	height: 10px;
}
