/* DESIGNED BY KEVIN MARLEY [GASKINDER.DE] */
html, body
{
background-color: #99ccff;
}
body {
 width: auto;
 margin: 0px auto;
 font-family: Ubuntu;
}
@import url(http://fonts.googleapis.com/css?family=Ubuntu);

#logo {
	background-image:url('../img/logo.png');
	width: 327px;
	height: 154px;
	position: absolute;
	margin-left: 100px;
}
#balken {
	background: #333333;
	color: white;
	font-size: 12px;
	width: auto;
	height: 20px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
}
div#navigation-bar{
	margin: 0 auto;
	border-top: 2px solid #0A90A8;
	background-color: #066072;
        background: -o-linear-gradient(top, #3399cc 0%, #006699 100%);
        background: -moz-linear-gradient(top, #3399cc 0%, #006699 100%);
        background: -ms-linear-gradient(top, #3399cc 0%, #006699 100%);
	background-image: linear-gradient(to bottom, #3399cc 0%, #006699 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399cc', endColorstr='#006699',GradientType=0 );
	border-bottom: 2px solid #044451;
	border-radius: 2px;
	width: 1200px;
	height: 24px;
	padding: 6px;
	margin-top: -20px;
	font-size: 16px;
        overflow: hidden;
	color: #EEE;
	text-transform: capitals;
        position: relative;
        z-index: 40;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
#wrapper {
	background-image: url('../img/wrapperb.png');
	background-color: #0099ff;
	width: auto;
	height: 240px;

}
.content {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}
.footer {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	overflow: hidden;
}
#footer { 
	margin-right: 20px;
	margin-bottom: 20px;
	width: auto; 
	padding: 8px; 
	background-image:url('../img/44.gif');
	border-radius: 2px;
	font-size: 13px;
	font-family: Ubuntu;
	font-weight: medium;
	color: white;
	box-shadow: 1px 1px 1px #333;
	text-align: right;
}
#box { 
	margin-right: 20px;
	margin-bottom: 20px;
	width: 750px; 
	padding: 8px; 
	background: #ffffff;
	border-radius: 5px;
	font-size: 12px;
	font-family: Ubuntu;
	font-weight: medium;
	box-shadow: 0px 2px 4px 1px #333;
}
#minibox { 
	margin-right: 20px;
	margin-bottom: 20px;
	width: 350px; 
	padding: 8px; 
	background: #ffffff;
	border-radius: 5px;
	font-size: 12px;
	font-family: Ubuntu;
	font-weight: medium;
	box-shadow: 0px 2px 4px 1px #333;
}
#bigbox { 
	margin-right: 20px;
	margin-bottom: 20px;
	width: 1100px; 
	padding: 8px; 
	background: #ffffff;
	border-radius: 5px;
	font-size: 14px;
	font-family: Ubuntu;
	font-weight: medium;
	box-shadow: 0px 2px 4px 1px #333;
}

div.navigation-item{
	padding: 0px 23px;
	text-align: center;
	float: left;
	font-weight: bold;
	cursor: pointer;
	color: #EEE;
        text-shadow: 0px -1px 0px #044451; 
        transition: color 0.5s;
}
.left {
float: left;
margin: 5px;
}
.right {
float: right;
margin: 5px;
}
.leftzeile {
    width: auto;
    height: 1px;
    background-color: #CACACA;
}


a {
    text-decoration: none;
    text-underline: none;
}
hr{
		color: #ccc;
		margin-left: 14px;
		margin-right: 14px;
		margin-bottom: 10px;
	}