
body{
	background:#788AB6;
	background-image:url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	margin: 0px;
	padding:0px;
}


h1{
	font-size: 48px;
	margin: auto;
}

#container{
	width: 950px;
	margin: auto;
	margin-right: 10%;
}

#aktiverLink{
	color: #d62e35;
}

.menue{
	width: 850px;
	font-size: 28px;
	list-style-type: none;
	text-align: center;
	margin: auto;
	margin-left: -40px;
}

.menue li{
	display: inline;
}
.menue a:link, .menue a:visited{
	color: #000000;
	text-decoration: none;
}
.menue a:hover, .menue a:active, .menue a:focus{
	color: #d62e35;
	text-decoration: none;
}



.menue_home{
	width: 200px;
	font-size: 28px;
	list-style-type: none;
	text-align: left;
	line-height: 2;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 60px;
}

.menue_home li{
	display: block;
}
.menue_home a:link, .menue_home a:visited{
	color: #000000;
	text-decoration: none;
}
.menue_home a:hover, .menue_home a:active, .menue_home a:focus{
	color: #d62e35;
	text-decoration: none;
}



#textbox{
	padding: 50px;
	padding-bottom: 80px;
	width: 850px;
	margin: auto;
	font-weight: normal;
	background: #ffffff;
	text-align: justify;
	min-height: 738px;
	font-size: 24px;
	line-height: 1.5;
}
#text a:link, #text a:visited{
	color: #d62e35;
	text-decoration: none;
}
#text a:hover, #text a:active, #text a:focus{
	color: #d62e35;
	text-decoration: none;
}

#bilder{
	width: 150px;
	margin-left: 40px;
	padding-top: 50px;
}


a:link, a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus{
	color: #d62e35;
	text-decoration: none;
}
