body {
	font-family: Arial, Verdana, sans-serif;
	text-align: left;
    letter-spacing: 0.05em;
	margin: 0px;
	font-size: 18px;
    min-height:100%;
}

/* befindet sich oben, enthät Navigationsbereich, Banner, und "zweiten Streifen"*/
/*Höhe änderts sich je nach Bildschirmgröße*/
#topArea {
	width: 100%;
	height: 250px;
}

/*Höhe änderts sich je nach Bildschirmgröße*/
/*
.trennStreifen {
	height: 50px;
	background-image: url("../images/HK/dark-wood.jpg");
	margin: 0px;
}
*/
/*für den Banner oben*/
/*Höhe änderts sich je nach Bildschirmgröße*/
#mitteTopArea {
	height: 150px;
/*	background-image: url("../images/HK/head1.jpg");
    background-position: center center; 
    background-repeat: no-repeat;
	background-size: cover;
*/	
	
}

/* zur vertikalen zentrierung der Hautüberschrift*/
/*
#tableWrapper {
	display: table;
}
*/
/* Ist für die Hautüberschrift und gleichzeitig die Höhe des Banners*/
/*Höhe änderts sich je nach Bildschirmgröße und ist gleich groß wie die von #mitteTopArea. Schriftgröße muss angepasst werden */
#stefansBlog {
/*	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; */
	height: 150px;
/*	text-align: center;
	display: table-cell;
	vertical-align: middle; */
	font-size: 50px;	
}

/* Gibt gesamtbreite des Kontents an und zentriert in*/
.centerClass {
	width: 500px;
/*	margin: 0px auto 0px auto; */
}

/*Navigationsleiste*/
#navBar {
/*	float: right;
	margin: 0px auto 0px auto;
	height: 30px; */
	padding: 10px;
}

/*Listeneinträge im Navigationsbereich*/
.navLi {
/*	display: inline-block; */
	font-size: 18px;
/*	
	margin-left: 5px;
	margin-right: 5px;
*/	padding-left: 10px;	
}

/*centralClass macht das gleiche. #mainArea wird im Moment nicht verwendet*/
/*
#mainArea {
	width: 350px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
*/

/*margin und padding wird von 5px auf 10px erhöht*/
.spalten {
/*	float: left; */
	margin: 10px;
	padding: 10px;
	margin-top: 15px;
/*	background-color: beige;*/
}
/*width wird von 333px auf 460px erhöht*/
#linkeSpalte {
	width: 460px;
}


/*width wird von 333px auf 460px erhöht*/
#mittelSpalte {
	width: 460px;
}

/*width wird von 333px auf 460px erhöht*/
#rechteSpalte {
/*	width: 460px; */
	display: none;
}

.midPic1{
    width: 100%;
}




a {
	color: black;}
a:hover {
	color: blue;
}
.navLi a {
	color: gray;
}