
body{
	background: #ffffff;
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding:0;
	text-align: justify;
	line-height: 1.5;
}


h1{
	font-size: 30px;
	margin: auto;
	font-style: italic;
	padding-bottom: 30px;
	border-bottom: 1px solid black;
	color: #e55600;

}
h2{
	font-size: 18px;
	font-weight: bold;
}

#container{
	width:1000px;
	height: 100%;

}
#spalte{
	width: 300px;
	background-image: url(images/14.jpg);
	background-repeat:repeat-y;
	float: left;
	min-height: 1140px;
}
#content{
	width: 700px;
	min-height: 860px;
	float: right;
	background: #f6f1d7;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat; 
}

#textbox{
	width: 640px;
	padding: 30px;
	font-size: 14px;
}


#aktiverLink{
	color: #e55600;
}

.navi{
	width: 680px;
	font-size: 20px;
	list-style-type: none;
	margin-left: -40px;
}

.navi li{
	display: inline;
}
.navi a:link, .navi a:visited{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.navi a:hover, .navi a:active, .navi a:focus{
	color: #e55600;
	font-weight: normal;
	text-decoration: none;
}

#tabelle{
	width: 640px;
	border-top:1px solid black;
	background: #f6f1d7;
}

#tabelle a:link, #tabelle a:visited{
	color: #e55600;
	text-decoration: none;
	font-weight: bold;
	
}
#tabelle a:hover, #tabelle a:active, #tabelle a:focus{
	color: #e55600;
	text-decoration: underline;
}

#bilder{
	margin-left: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 500px;
}


