html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdanan,sans-serif;
	font-size: 0.8em;
	background-color: white;
	background-image: url(images/bgwebsite.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#header embed{
	margin:0.9em;
	margin-left: 1em;
}

body.de [lang="en"] {
	display: none;
}

body.en [lang="de"] {
	display: none;
}

#wrapper {
	top: 0em;
	width: 39.1em;
	height: auto;
	margin: 0 auto auto auto;
	padding: 0 0 3em 0;
	background-image: url(images/bg_content_drk.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #666;
	border-top: none;
	background-color: #9f9f9f;
}

/* @group header */

#header {
	height: em;
	padding: 0em;
	margin: 0em 1.5em;
}

#header p {
	font-size: 0.8em;
	text-align: right;
	font-weight: lighter;
	color: #dddddd;
	margin-right: 1em;
	padding-top: 0.3em;
}

#header p a {
	color: white;
	margin: 0em;
}

#header a img {
	border: 1px solid white;
}

#header h1,h2 {
	color: white;
}

#header h1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 0.4em;
	padding-top: 3em;
}

#header h2 {
	font-style: bold;
	font-size: 1.3em;
	color: #bbb;
	margin-left: 0.7em;
	margin-bottom: 1em;
}

#header h3 {
	font-weight: normal;
	font-size: 0.8em;
	color: gray;
	margin-left: 1.1em;
	margin-bottom: 0.5em;
}

#header p a img {
	margin-left: 0.9em;
	margin-bottom: 0.6em;
}

#header p.intro {
	font-size: 1em;
	text-align: left;
	line-height: 2;
	margin-left: 1.0em;
	margin-top: 2em;
	color: white;
}

/* @end */

/* @group content */

em {
	font-style: italic;
}

#content {
	margin: 0 1.5em;
	margin-top: 3em;
	padding: 0;
	color: black;
}

#content p {
	margin: 1em;
	line-height: 2;
	text-align: left;
}
#content p a{
	line-height: 2;
	text-align: left;
text-decoration: none;
color:  #444444;
}
#content p a:hover{
	color:  #ffffff;
}



#content p img {
	border: 1px solid black;
	margin-top: 1em;
	margin-bottom: 1em;
	float: left;
	margin-right: 1.5em;
}

#content a img {
	border: 1px solid black;
	margin-right: 1.5em;
	margin-left: 0.7em;
	margin-top: 2em;
}
#content  ul{
	list-style-type: none;
	}


#content h3 {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 0.45em;
	margin-top: 1.4em;
	cursor: pointer;
	padding: 0;
	padding-left: 0.6em;
	background-image: url(images/marker.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#content h3:hover {
	background-position: 0.2em center;
}

/* @end */
