﻿
html {
	height: 100%;
}

body {
	font-family: sans-serif;
	font-size: 10pt;
	background: url("../img/back.jpg") no-repeat center center fixed;

	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0;
	
	height: 100%;
	height: calc(100% - 50px);
	height: -webkit-calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -ie-calc(100% - 100px);
	height: -op-calc(100% - 100px);
}

div#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255, 0.7);
	background-image: url("../img/stuttgart.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 100%;
	box-shadow: 7px 7px 20px rgba(100,100,100, 0.4);
}

header nav#topnav,
header div.logo  {
	display: inline-block;
}
.logo {
	float: right;
}

header div.row {
	background-color: #333;
}

header nav#topnav ul { 
	padding: 0;
	margin: 0;
}

header nav#topnav li a {
	display: block;
	height: 100%;
	color: #f83;
}

header nav#topnav li {
	list-style: none;
	float: left;
	height: 30px;
	width: 132px;
	text-align: center;
	padding-top: 12px;
	border-right: 1px solid #f83;
	font-size: 13pt;
}

header nav#topnav li.last {
	border-right: none;
}

header nav#topnav li.active,
header nav#topnav li:hover {
	background-color: #f83;
}

header nav#topnav li.active a,
header nav#topnav li:hover a {
	color: #333;
}

div#main {
	width: 764px;
	padding: 0px 8px;
	float: left;
}

aside#right {
	width: 175px;
	float: right;
	font-size: 0.9em;
}

footer {
	width: 100%;
}

footer div.inside {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}	

footer div.inside p {
	text-align: right;
}


div.clear {
	clear: both;
}

a {
	text-decoration: none;
}
h4 {
margin:0;
}



