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

/*
@media only screen and (min-width: 520px) {
	body {
		color: orange;
		background-image: url("../images/background/HKbackground1.jpg");
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position: center; 
		background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size:cover;
		
	}
}
*/
/* befindet sich oben, enthät Navigationsbereich, Banner, und "zweiten Streifen"*/
/*Höhe änderts sich je nach Bildschirmgröße*/
#backgroundFix {
	position: absolute;
	z-index: -1;
	top: -20px;
	left: 0px;
	
	
	
}



#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: 350px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

/*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;	
	text-decoration: underline;
}



/*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;
	margin-bottom: 15px;
	background: rgba(245, 245, 220, .5);
}
/*width wird von 333px auf 460px erhöht*/
#linkeSpalte {
	width: 310px;
}
/*
ul {
	margin: 0px;
	
}
*/
/*width wird von 333px auf 460px erhöht*/
#mittelSpalte {
	width: 310px;
}

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

.midPic1{
    width: 100%;
}

.midPic2 {
	width: 50%;
	float: left;
}

/*wird Verwendet, da es Probleme gab die #michSpalte zu zentrieren*/

.per70CentralWrapper {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	overflow: hidden ;
}


/*anfang nur für über mich*/
@media only screen and (max-width: 750px) {
	.per70CentralWrapper {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		padding-left: 0%;
		padding-right: 0%;
	}
}

#michPic {
	width: 50%;
	padding-left: 5px;
	float: right;
}

/*ende nur für über mich */
#videoSpalte {
}
/*anfang nur für video*/

/* für Kontakt.html */
#d1 {
	visibility: hidden;
	height: 0px;
	padding: 0px;
	margin: 0px;
}


a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;
}

.navLi a {
	color: gray;
}
.navLi a:hover {
	color: darkgray;
}
.subLinks {
	font-size: 18px;
	text-decoration: none;
	color: black;
}
