/*  DESIGN */
html, body {
	margin: 0;
	background-image: url(../images/b1.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#container {
	width: 1000px;
	margin: 0 auto;
	}
#header {
	width: 800px;
	float: right;
	height: 210px;
	background-image: url(../images/header.jpg);
	}
#content {
	float: right;
	width: 800px;
	}
#left {
	width: 145px;
	height: 598px;
	float: left;
	background-image: url(../images/m1.jpg);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 30px;
	padding-top: 2px;
	}
#copy {
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 9px
}


/*  GRUNDSTRUKTUR */
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	color: #000000;
	}


/*  MENÜ */
/*	1) Überschrift */	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	}

/*	2) Separator */
.separator {
	font-weight: bold;
	display: block;
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #000000;
}

/*	3) Menüpunkte */
div.moduletable, div.moduletable_menu, div.moduletable_text {
	margin           : 0;
	width            : 100%;
}

/*	4) Liste 
	a) Aufzählungszeichen 
	aa)Menüpunkte */
div.moduletable_menu ul{
	display: block;
	padding: 0;
	margin: 0;
}
/*	ab)Unterpunkte */
div.moduletable_menu ul li{
	display: block;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
	padding-top: 0;
}

/*	b) Menüpunkte einrücken; Hintergrund der Menüpunkte */
div.moduletable_menu ul li a, div.moduletable_menu ul li a:link, div.moduletable_menu ul li a:visited {
	display: block;
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #d2d2d2;
}
div.moduletable_menu ul li a:hover {
	display: block;
	padding: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0074c1;
}
div.moduletable_menu ul li.active a:link, div.moduletable_menu ul li.active  a:visited {
	display: block;
	padding: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #0074c1;
}


/*	5) ANZEIGE - Überschrift */
.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
