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

#title2 {
	background: White;
	margin-left: 0em;
	margin-right: 30em;
	text-align: right;
	padding: 0;
	font-weight: normal;
	border: 1px solid black;
	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: Black;
	background-color: White;
}

#title {
	background: rgb(255, 255, 255) url(header2.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 black;
	width: 766px;
}

ul#navigation {
	font-size: 1em;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid black;
}
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: White;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
	background-color: #373737;
}

ul#navigation a:hover {
	background-color: White;
	color: Black;
}
ul#navigation a:active {
	color: white;
	background-color: Black;
}

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

div#rechts {
    	float: right;
        width: 150px;
        padding: 0px;
        margin-right: 10em;
        background-color: #63160e;
        height: 100%;
		  font-size: 1em;
		  font-family: Garamond;
		  	border: 1px solid black;
			color: white;
		  
}

div#content {
	margin-left: 10em;
	margin-right: 30em;
	padding: 0 1em;
	border: 1px solid black;
	background: White;
	min-height: 500px;
	width: 574px;
}
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: Black;
	background-color: White;
}

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


