*{
	padding: 0;
	margin: 0;
}

body{
	background:#f1f1f1;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	float: middle;
}

#header{
	float: left;
	width: 100%;
	height: 180px;
	background: #fff;
	border-radius: 5px;
}

#logo{
	float: left;
	margin: 10px 30px;
}

#header h1{
	float: left;
	margin: -5px -25px;
	font-family: arial;
	font-weight: lighter;
	font-size: 30px;
	color: #000;
}

/*
.navigation_hover_shadow{
	float: right;
	margin: 88px 410px;
	width: 600px;
	position: absolute;
	z-index: -1;
}

.navigation_hover_shadow li{
	float: left;
	list-style: none;
	float: left;
	color: #fff;
	padding: 4px 15px;
	font-size: 16px;
	text-shadow: 2px 5px 7px #333;
	font-style: serif;
	font-weight: bolder;
}*/

.navigation{
	float: left;
	width: 561px;
}

.navigation li{
	list-style: none;
	margin: -9px 35px;
}

.navigation li a{
	float: left;	
	color: #333;
	padding: 15px 6px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
}

.navigation li a:hover{
	background-color: #f1f1f1;
	color: #333;
}

#main_content{
	float: left;
	padding: 0px 20px;
	width: 620px;
	background: #fff;
	margin: 20px 0px;
	height: 500px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px #333;
}

#main_content h2{
	font: 40px Verdana sans-serif;
}

#main_content p{
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bold;
}

#sidebar{
	float: right;
	background: #fff;
	width: 230px;
	border-radius: 5px;
	margin: 20px 0px;
	height: 500px;
	box-shadow: 3px 3px 5px #333;
	padding: 0px 20px;
}

#sidebar h2{
	font: 40px Verdana sans-serif;
}

#footer{
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	height: 270px;
}

#footer_logo{
	margin: auto;
	text-align: center;
}

#footer h3{
	clear: both;
	float: right;
	font-family: arial;
	font-weight: lighter;
	font-size: 30px;
	color: #000;
	margin: -35px 55px;
}

#kontakt{
	float: left;
	width: 960px;
	padding: 10px 0px;
	font: 16px arial;
	margin: 15px 250px;
}

#kontakt li{
	list-style: none;
	float: left;
	padding: 5px 10px;
}

#kontakt li a{
	padding: 5px 20px;
	border-left: 1px solid #333;
}

#mail{
	border-right: 1px solid #333;
}

#footer a{
	text-decoration:none;
	color: #000;
}

#footer p{
	padding: 3px;
}

.navigation_footer{
	float: left;
	width: 561px;
}

.navigation_footer li{
	list-style: none;
	margin: -9px 35px;
}

.navigation_footer li a{
	float: left;	
	color: #333;
	padding: 15px 6px;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
}

.navigation_footer li a:hover{
	background-color: #f1f1f1;
	color: #333;
}