body {width:100%; height:100%; padding:0; margin:0; background:url(../images/hg001.jpg) repeat-x #f0f0f0; font-family: Arial, Helvetica, sans-serif; font-size:13px;
-webkit-box-shadow: inset 0px 0px 100px -20px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0px 0px 100px -20px rgba(0, 0, 0, 0.5);
}
* { font-family: 'Open Sans', sans-serif; color: #333; }

h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0; color: #999; font-family: 'Open Sans', sans-serif; }
h1 { font-size: 1.8em; font-weight: bold; letter-spacing: -0.5px; text-transform: uppercase;
	text-shadow: 0px 0.5px 0px #bbb;
}
h2 { font-size: 1.3em; letter-spacing: 0.5px; text-transform: uppercase; text-shadow: 0px 0.5px 0px #bbb; }
img { border: none; }
strong { color: #999; }
div.logo { float:right; color:white; margin-bottom: -10px;}

hr.clear {clear:both; border:none;}

nav {height:auto; margin-bottom:35px; text-transform:uppercase;}
a, a:active, a.hover {text-decoration:none;}
nav a, footer a {color:#999; }
nav a:hover, footer a:hover {color:#bbb;}
nav a.active {color: #000;}
nav span.navline {padding: 0 6px; color: #bbb;}


.page {
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(65%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 100%); /* W3C */
}
.outerwrapp
{
	width: 998px;
	min-height: 100%;
	margin: 0px auto;
	padding: 25px 0;
}

.innerwrapp
{
	width:100%;
	height:100%;
	min-height: 500px;
	background:#f0f0f0;
	margin:0 -10px;
	padding:0;
	border: solid 10px #909090;
	-webkit-box-shadow: 0 28px 16px -16px #0D5040, inset 0px 0px 10px 3px #b0b0b0;
	   -moz-box-shadow: 0 28px 16px -16px #0D5040, inset 0px 0px 10px 3px #b0b0b0;
	        box-shadow: 0 28px 16px -16px #0D5040, inset 0px 0px 10px 3px #b0b0b0;	
}

section.content {
	width:960px; height:100%; padding:20px; 
	text-shadow: 0px 0.5px 0px #fff;

}
div.imagetop {
		width:998px; 
		height:293px; padding:0; margin:0; overflow: hidden; 
}
div.imagetop img { margin:0; padding: 0; border: none; }

div.imageleft {
	float:left;
	width:470px;
	min-height: 400px;
	margin-bottom:-30px;
	background:url(../images/Alter-LKW.jpg) center center no-repeat;
}

aside.left {width:470px; height:100%; padding-right: 10px; float:left;}
aside.right {width:470px; height: 100%; padding-left: 10px; float:right;}

footer {
	height:100%;
	min-height: 50px;
	margin:20px 0;
	color:#999;
	text-transform:uppercase;
}

ul { list-style-type: square; margin: 0 0 0 15px; padding: 0; }
li { margin-bottom: 10px; }