/* CSS Document */

/*Allgemeine Definitionen*/

body {
	top: 0px;
	left: 0px;
	background-image: url(images/hgsteine.jpg);
}


h1 {
	border: 0.2em groove #9999ff;
	padding: 0.5em;
	font-family: georgia, times, serif;
	color: #000099;
	font-size: 4em;
	text-align: center;
	
}

h3 {
	font-family: georgia, times, serif;
	color: #990000;
}

hr {
	color: #0000CC;
}

a {
	text-decoration: none;
	color: #000099;
}

/*Spalten Definition*/

#menu1 {
	float: left;
	width: 20%;
}

#mitte {
	float: left;
	width: 59.9%;
	margin: auto;
	text-align: center;
}

#menu2 {
	float: right;
	width: 20%;
	text-align: right;
}

/*Menu Liste*/

.def {
	font-family: georgia, "Times New Roman", times, serif;
	font-size: 0.8em;
	color: #990000;
}

.menu {
	list-style: none;
	color: #000099;
	font: 1.2em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menu a:hover {
	color: #009900;
}

/*Mittel Text*/

.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #222299;
	width: 450px;
	text-align: justify;
	margin: auto;
}


.lauftext a {
	color: red;
}

.lauftext a:hover {
	color: #009900;
}