		html{
			height: 100%;
		}
		body{
			margin:0;
			background: #aaaaaa;
			font-size: 1.3em;
		}
		header h1{
			margin: 0 0;

		}
		h2{

		} 
		header{
			background:#04B431;
			width:100%;
			padding:10px;
			background-image: -webkit-linear-gradient(top,#04B431,#03a22c);
			margin-bottom: 0px;
		}
		

		nav{
			height:100%;
			width:15%;
			margin: 0.5%;
			padding:0.2%;
			background: #dfdfdf;
			float:left;
		} 
		.navLink{
			text-decoration:none;
			color:#eeeeee;
		}
		nav li{
			list-style: none;
			background:#04B431;
			background-image: -webkit-linear-gradient(top,#04B431,#03a22c);
			margin:2px;
		}
		ul{
			padding: 0px;
			margin:0px;
			margin-right: 0px;
			
		}
		#spalte_2{
			height: 100%;
			/*position:fixed;*/
			margin-left: 18%;

			margin-top:5px;
		}
		#kontakt{
		}
		#kontakt>input{
			position: relative;
			left:0;
		}
		#warning{ 
			background: #222222;
			bottom: 0;
			margin: 0;
      left: 0;
			padding: 0.5em 0.5em;
			position: fixed;
			right: 0;
			color:#eeeeee;
		}
		label{
			display: inline-block;
			min-width: 6em;
		}
		table{
			border:1px;
			border-color: grey;
		}
