/* Style_01.css */


img#logo {
text-align: right;
background-color: white;
color: black;
}


p#untertitel {
	font-size:	200%;
	letter-spacing: 4px;
	text-align: center;
	font-style:italic;
}

#main_ueberschrift {
	text-align: right;	 	
	font-size:	60%;
	letter-spacing: 2px;
	font-style:italic;
}	

h1#ueberschrift {
	font-size:	200%;
	letter-spacing: 4px;
	text-align: left;
}


body { 
		background-color: #6BBF59; 
		background-image: ;
		background-repeat: repeat;
	}

div#wrapper {
		color:black;
		background-color: white;
		width: 1240px;
		margin: auto;  
		margin-top:0px
}

header#kopfbereich {
	background-color: white;
	color:black;
	text-align: right;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
}

nav#navibereich {
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 20px;
}

main#hauptbereich {
	margin-bottom: 20px;
	padding-top:20px;
	padding-bottom: 22x;
	padding-left: 22px;
	padding-right: 20px;
}	

footer#fussbereich {
	border-top: 1px solid blue;
	font-size: 90%;
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
