html, body {
	color: black;
	height: 100%;
	background-color: white;
	margin: 0;
	
	font-family: Century Gothic, Verdana;
}

h1, h2, h3, h4, h5, h6 {
	padding-top: 0px;
	margin-top: 0px;
}

div {
	/*border: 1px dotted black;*/
}

div#Container {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../images/background/Menu.png');
    background-repeat: repeat-y;
	background-position: 0px 324px;
	clear: both;
	min-height:100%;
	position:relative;
}

div#Head {
	text-align: right;
	height: 314px;
	padding-top: 10px;
	padding-right: 20px;
	background-image: url('../images/background/Head.png');
    background-repeat: no-repeat;
	background-position: top left;
}

div#Wrapper {
	
}

div#Menu {
	width: 300px;
	float: left;
}

.fixed {
	position: fixed;
	top: 0;
}

div#Menu ul {
	list-style-type: none;
}

div#Menu ul li {
	padding-bottom: 8px;
}

div#Menu ul li  a {
	color: black;
	text-decoration: none;
	font-size: 1.1em;
}

div#Menu ul li a:hover {
	color: #0000ff;
	text-decoration: underline;
}

div#Content {
	width: auto;
	float: none;
	padding-right: 40px;
	padding-bottom: 120px;
	padding-left: 300px;	
}

div#Content div > iframe {
	margin: 10px;
}

div#Foot {
	background-image: url('../images/background/Foot.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	clear: both;
	height: 27px;
	
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}

div#Foot #guellewagen {
	bottom: 2px;
	position: absolute;
}

ul {
	list-style-type: none;
}

a[href*=".pdf"]:before {
	display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
	padding: 0 10px 0 0;
    background: transparent url('../images/pdf.png') no-repeat;
	vertical-align: middle;
}