﻿/* CSS Document */

html {
	height: 101%;
	background: #FFF; 
	font-size: 62.5%;
}

body {
	min-height: 100%;
	font-size: 1.6em;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	text-align: center;
	color: #1989c8;
	font-weight:500;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Century Gothic", sans-serif;
	color: #000;
}

h1 {}

h2 {}

h3 {}

h4 {}

a {}
a:link {}
a:hover {}

/* ---------------------- ID - Selektoren index --------------------------- */

div#container {
	margin-top: 100px;
	text-align: left;
	background: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#kontakt {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 700px;
	height: 100px;
}

#kontakt p.z1 {
	position: relative;
	width: 200px;
	height: 20px;
	left: 450px;
}

#kontakt p.z2 {
	position: relative;
	width: 350px;
	height: 20px;
	top: 5px;
	left: 330px;
}

#kontakt p.z3 {
	position: relative;
	width: 630px;
	height: 20px;
	top: 10px;
	left: 20px;
}
#kontakt p.z4 {
	position: relative;
	width: 630px;
	height: 20px;
	top: 15px;
	left: 5px;
}

#container img.bild1 {
	margin-top: 30px;
	margin-left: 117px;
	
}

#container img.bild2 {
	margin-top: 30px;
	margin-left: 117px;

}
