/* Reset */
	
	* { margin: 0; padding: 0; outline:none; } 
	
	a img {	border:none; }
	
	ul { list-style-type:none; }
	
	
/* Body Styles */
	
	html {
		min-height:100%;
	
	}
	
	body {
		/* background: radial-gradient(#1a1a1a, black); */
		background-color:white;
		min-height:100%;
	}
	
	#wrapper {
	}
	
/* Text Styles */
	
	body {		
		color:black;
		line-height:24px;
	}
	
	h1 {
		text-align:center;
		font-size:36px;
		line-height:1.2em;
		font-weight:bold;
	}

	h2 {
		text-align:center;
	}
	
	p {
		text-align:center;
		font-size:18px;
		margin:1em 0;
	}
	
		p:last-child {
			margin-bottom:0 !important;
		}
		

	a {
		color:black;
		background:#f2ff6d;
		text-decoration: none;
	}
	
	a:hover {
		color:#f2ff6d;
		background:black;
	}
		
/* Body */

	div#wrapper {
		width:600px;
		margin:0 auto;
	}

	img#logo {
		margin:140px 75px 30px;
	}
		
	/* Kontakt */
	
		p#kontakt {
			margin:40px 0 60px;
		}