@charset "utf-8";
/* CSS Document */

body {
	background: #F5F6FA;
	color: #006;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}

a{
	color: #006;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: none;
}

h3 {
	margin-top: 1px;
}

#header {
	background-image: url(Hintergrund.jpg);
	height: 110px;
}

.logo {
	width:  960px;
	border-color: #006;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	margin-left: auto;
	margin-right: auto;
}

.logotext {
	width: 150px;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 700px;
	color: #900;
}

.logotext li {
	list-style: square;
}

#container {
	background: #FFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-color: #006;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.navi {
	height: 35px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.navi2 {
	height: 45px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.titel {
	height: 22px;
	width: 760px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.content {
	height: 505px;
	width: 675px;
	overflow: auto;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	float: left;
}

.content li {
	list-style: square;
}

.sidebar {
	height: 222px;
	width: 160px;
	overflow: auto;
	padding-top: 315px;
	padding-left: 10px;
	padding-right: 10px;
}

#bilder {
	position: absolute;
	background: #FFF;
	height: 260px;
	width: 200px;
	margin-left: 775px;
	margin-top: -505px;
	-moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
	padding: 10px;
	border-color: #006;
	border-style: dashed;
	border-width: thin;
}

#klammer {
	position: absolute;
	background: url(klammer.gif) no-repeat;
	height: 20px;
	width: 23px;
	margin-left: 945px;
	margin-top: -506px;
	-moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
	padding: 10px;
}

.footer {
	border-color: #006;
	border-top-style: dashed;
	border-top-width: thin;
	padding-left: 15px;
	font-size: 12px;
}