* {
	padding:0;
	margin:0;
}

html {
  background: url('img/bg.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
}

body {
	margin:0; padding:0;
	width:100%; height:100%;
	font-family: verdana, tahoma, sans-serif;
	font-size:11pt; line-height:26pt;
	color:#00233f;

	/* Hyphenation
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
 	hyphens: auto;
	*/

}

img {
	border:none;
}

a {
	/*
	color:#5298af;
	*/
	color:#486900;
	text-decoration:underline;
}
a:hover {color:#093949;}

a:focus, a:active {
	color:#093949;
}

/* ab hier die divs */

#menu {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}

.item, .aitem {
	float:left;
	width:25%;
	background: url('img/bgm.png') repeat;

	text-align:center;
	text-decoration:none;
	font-size:120%;
	padding:10px 0;
	color:#ffffff;
}

.aitem, .item:hover {
	background: url('img/bgr.png') repeat;
	color:#00233f;
}

#wrapper {
	width:80%;
	float:left;
	margin-top:3%;
	margin-left:10%;

	overflow:hidden;

}

#logo {
	width:100%;
	margin-bottom:0px;
}

#container1{
	position:relative;
	float:left;
	width:100%;
	right:76%;

	/* background: url('img/bgr.png') repeat; */
}

#container2 {
	position:relative;
	float:left;
	width:100%;

	overflow:hidden;

	/*
	background:yellow;
	*/
}

#leftcol {
	position:relative;
	float:left;
	left:76%;
	width:24%;
	display:block;
	margin:0 0 0 0;

	line-height:150%;
	letter-spacing:0;
	background: url('img/bgr.png') repeat;
}

#rightcol {
	position:relative;
	float:left;
	left:76%;
	width:73%;
	margin:0 0 0 3%;
	background: url('img/bgr.png') repeat;
}

#singlecol {
	position: relative;
	float: left;
	left: 76%;
	width: 94%;
	display: block;
	margin: 0;
	padding:3em;
	background: url('img/bgr.png') repeat;
}

.content {
	/*width:100%;*/
	text-align:justify;
	margin:30px;
	height:100%;
}

#footer{
	position:relative;
	float:left;
	width:98%; height:20px;
	margin:0 1% 20px 1%;
	/*
	background:green;
	*/
	font-size:80%;
	color:#dddddd;
}

h1 {
	padding:5px 10px 10px 20px;
	padding-left:50px;
	background: url('img/ginkgo.png') no-repeat left;
	font-size:140%;
	font-weight:bold;
	line-height:120%
}

h2 {
	font-size:110%;
}

h3 {
	font-size:100%;
	font-weight:bold;
}

p {
	margin-bottom:10px;
}

ul {
	padding-left:35px;
}

.profilbild {
	width:100%;
	border:none;
}
