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 kann msn je nach Bildschirmgröße ändern*/
#topArea {
	width: 100%;
	height: 350px;
}

/*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 Höhe von #topArea*/
#mitteTopArea {
	height: 250px;
	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 #topArea 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: 250px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 90px;	
}

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

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

/*Listeneinträge im Navigationsbereich*/
/*padding und font-size ändern sich je nach Seitengröße*/
.navLi {
	display: inline-block;
	font-size: 24px;
/*	
	margin-left: 5px;
	margin-right: 5px;
*/	padding-left: 30px;	
	padding-right: 30px; /*padding left kam bei newbase4.css hinzu*/
}

/*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*/
/* margin-top wurde von 15px auf 30px erhöht */
/*font-size wird zum erstem Mal geändert*/
.spalten {
	float: left;
	margin: 10px;
	padding: 10px;
	margin-top: 30px;
	font-size: 20px;
}
/*width wird von 333px auf 460px erhöht*/
#linkeSpalte {
	width: 315px;
}


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

/*width wird von 333px auf 460px erhöht*/
/*wird bei newbase4.css auf display: true; gestellt */
#rechteSpalte {
	width: 315px;
	display: block;
}

.midPic1{
    width: 100%;
}

.placeA {
	color: black;
	text-decoration: none;
}
