@charset "utf-8";
body {
	background-color: #CCC;
}
body,td,th {
	color: #B5604E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	background-image: url(02_Images/Backstein%20Background.jpg);
	background-repeat: repeat;
	width: 80%;
	border: 5px solid #333;
	border-radius: 7px;
	min-width: 1200px;
}
#container #navi ul {
	list-style-type: none;
}
#frame {
	float: left;
	position: relative;
	background-image: none;
	height: 700px;
	width: 900px;
}
#framepic {
	float: left;
	position: absolute;
	z-index: 5;
}
#logo {
	width: 80%;
	margin-bottom: 10px;
	float: left;
}
#langselect {
	width: 18%;
	clear: right;
	height: 362px;
	float: left;
	color: #FFF;
	font-weight: bolder;
	font-size: 25px;
	padding-right: 2%;
}

#navi {
	float: left;
	width: 250px;
}
#content {
	float: left;
	padding: 10px;
	z-index: 20;
	position: absolute;
	margin-top: 45px;
	margin-left: 45px;
	width: 682px;
	height: 533px;
	border: 3px solid #333;
	background-image: url(02_Images/wolken3.jpg);
	background-repeat: no-repeat;
	overflow: scroll;
}
p {
	text-align: left;
	font-weight: bold;
}
#footer {
	color: #333;
	width: 100%;
	height: 200px;
}
#wrapper #footer p {
	text-align: center;
}
.clearfloat {
	clear: both;
}
a {
	font-style: italic;
}
a:link {
	color: #857B63;
	text-decoration: none;
}
a:visited {
	color: #625A48;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #844537;
}
a:active {
	text-decoration: none;
}
h1 {
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: underline;
}
.fb-like {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h3 {
	font-size: 16px;
	font-style: italic;
}
#footer p a {
	color: #333;
}
#footer p a:hover {
	color: #666;
}
#langselect p a{
	text-align: right;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: bolder;
	-webkit-transition: all 0s 0s;
	-moz-transition: all 0s 0s;
	-ms-transition: all 0s 0s;
	-o-transition: all 0s 0s;
}
#langselect p a:hover {
	color: #FFF;
}
