/** DESIGN BY KEVIN NEUBERT **/
body{
    margin: 0px;
    background-color: #1d2329;
    background-repeat: repeat;
    font-family: 'Ubuntu';
	width: 1000px;
    margin: 0px auto;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

.header{
	background:url("img/kneipe_2.jpg") 50% 50% no-repeat;
	width: 960px;
	height: 140px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	border-radius: 5px;
}
#logo{
	color: white;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}
#content{
	background-color: #313c46;
	width: 960px;
	height: auto;
	padding: 20px 20px;
	font-size: 14px;
	position: absolute;
	color: white;
	border-radius: 10px;
	margin-bottom: 30px;
}
#navi{
	background-color: #313c46;
	width: auto;
	height: 60px;
	margin: 0 auto;
	position: relative;
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.navigation-item{
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 8px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	color: white;
	position: relative;
}
.navigation-item:hover{
	background: #42515f;
	overflow:hidden; 
	height: auto;
	width: auto;
}
.navigation-item:active{background: #232b32;}

h1{
	font-size: 20px;
	color: #1687f9;
	margin-bottom: 10px;
}
h12{
	font-size: 14px;
	color: white;
}
hr { border: none; background-color: #62798e; height: 1px; margin-top: 40px;}
a {
    text-decoration: none;
}
.clear{
	clear:float;
	clear:both;
}