@charset "UTF-8";
/* CSS Document */

html {
	background-image:url(../bilder/background_02.jpg);
	-moz-background-size:cover; /* Firefox */
	-webkit-background-size:cover; /* Safari, Chrome */
	background-size:cover; /* Opera, IE, W3C Standard */
	height:100%;
	width:100%;
	background-position:bottom;
}
body {
	margin-top:0px;
	margin-left:0px;
	background: transparent url(../bilder/pattern.png) repeat top left;
	width:100%;
	height:100%;
	margin-bottom:0px;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:auto;
	
}
#nav {
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:836px;
	height:90px;
	z-index:2;
	position:relative;
}
#logo {
	float:left;
	width:176px;
	height:40px;
	background-color:#0F0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: #9cba26; /* Old browsers */
	background: -moz-linear-gradient(top, #9cba26 0%, #9cba26 50%, #8aa510 51%, #9cba26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cba26), color-stop(50%,#9cba26), color-stop(51%,#8aa510), color-stop(100%,#9cba26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9cba26 0%,#9cba26 50%,#8aa510 51%,#9cba26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9cba26 0%,#9cba26 50%,#8aa510 51%,#9cba26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9cba26 0%,#9cba26 50%,#8aa510 51%,#9cba26 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9cba26 0%,#9cba26 50%,#8aa510 51%,#9cba26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cba26', endColorstr='#9cba26',GradientType=0 ); /* IE6-9 */
}
#nav_inner {
	float:right;
	width:660px;
	height:40px;
	background-color:red;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f0f0f0 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f0f0f0 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f0f0f0 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#f0f0f0 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#f0f0f0 51%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#logo img {
	margin-top:0px;
	margin-left:8px;
}
#post {
	height:172px;
	width:836px;
	background-color:#9cba26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	font-weight:normal;
	text-align:right;
	position: absolute;
	bottom: 0;
	margin-left:62px;
	margin-right:62px;
	z-index:1;
}
#post_inner {
	width:836px;
	height:132px;
	margin-left:auto;
	margin-right:auto;
}
#post p{
	margin-right: 65px;
	margin-top:15px;
}
#post a{
	color:#ffffff;
	text-decoration:none;
}