body {
	color: Black;
	background-color: White;
	font-size: 100%;
	font-family: Garamond;
	margin: 0;
	padding: 1em;
	background-image: url(bg1.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: repeat-x;
}

#title2 {
	background: White;
	margin-left: 0em;
	margin-right: 30em;
	text-align: right;
	padding: 0;
	font-weight: normal;
	border: 1px solid silver;
	float: left;
	width: 766px;
}

#title2 a:link {
	color: Gray;
	background-color: #eee;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
}

#title2 a:hover {
	color: Red;
	background-color: White;
}

#title2 a:active {
	color: white;
	background-color: Red;
}

#title {
	background: rgb(255, 255, 255) url(header1.jpg) no-repeat top left;
	margin-left: 0em;
   margin-right: 15em;
	margin-top: 30px;
	height: 120px;
	text-align: left;
	padding: 0;
	font-weight: normal;
	border: 1px solid silver;
	width: 766px;
}

ul#navigation {
	font-size: 1em;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid silver;
}
ul#navigation li {
  list-style: none;
  margin: 0; padding: 0em;
}
ul#navigation a {
	display: block;
	padding: 0.2em;
	font-weight: bold;
	height: 30px
}
ul#navigation a:link {
	color: Black;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
	background-color: #92ff25;
}

ul#navigation a:hover {
	background-color: White;
	color: Red;
}
ul#navigation a:active {
	color: Black;
	background-color: #92ff25;
}

ul#navigation a:visited {
	color: Black;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
	background-color: #92ff25;
}

div#rechts {
        float: right;
        width: 150px;
        padding: 0px;
        margin-right: 60em;
        background-color: #92ff25;
        height: 100%;
		  font-size: 1em;
		  font-family: Garamond;
		  	border: 1px solid silver;
			color: Black;
		  
}

div#content {
	margin-left: 10em;
	margin-right: 30em;
	padding: 0 1em;
	border: 1px solid silver;
	background: White;
	min-height: 500px;
	width: 576px;
}
div#content h1 {
	font-size: 1.2em;
	margin: 0 0 0;
}
div#content h2 {
  font-size: 1.2em;
  margin: 0 0 1em;
}
div#content p {
  font-size:1em;
  margin: 1em 0;
}

#content a:link {
	color: Gray;
	background-color: #eee;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
}

#content a:hover {
	color: Red;
	background-color: White;
}

#content a:active {
	color: white;
	background-color: Red;
}


