/* CSS-Stile mosaikchen.de */

body {
	text-align: center;
	background-color: #6F9
}
.text {
	font-family: Times New Roman, Times, Georgia, serif;
	color: black;
	font-size: 15px;
}
/*.deadlink {
	color: #060;
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
}*/
ul.menu_left {
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#060;
	font-weight:bold;
	line-height:40px;
	text-indent:-10px;
	list-style:none;
	list-style-type:none;
}
ul.menu_left a {
	color:black;
	text-decoration:none;
}
ul.menu_left a:hover {
	color:#666;
}
/*a {
	color:#333;
	text-decoration: none;
}
a:hover {
	color: #666;
}
a:visited {
	color: black;
}*/
h1 {
	font-weight:bold;
	color: #08087c;
	font-size: 36px;
	font-family: Times New Roman, Times, Georgia, serif;
	margin-bottom:0;
	padding-bottom:0;
}
h2 {
	font-weight: bold;
	color: #08087c;
	font-size: 18px;
	line-height:22px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top:4px;
	padding-top:0;
}
#main {
	margin:40px auto;
	position:relative;
	width:950px;
	height:600px;
	border:2px solid  #6C3;
	background-image:url(bilder/hg_mosaik.jpg);
	z-index: 1;
}
#navigation {
	position:absolute;
	width:220px;
	height:570px;
	background-color:;
	text-align: left;
	padding-top: 25px;
	padding-left:20px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#inhalt {
	position:absolute;
	left: 220px;
	top: 0px;
	width:730px;
	height:600px;
	background-color:;
	text-align:left;
	z-index: 3;
}
