/******************* general *************************/
/* Hintergrundgrau: #efefe9  239, 239, 233
Dunkles Grün: #063 0, 102, 51 #006633
helleres Grün: #396*/
* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
}

hr {
	width: 100%;
	color: #AFAFAF;
	height: 1px;
}
img {
	border: 0px;
	vertical-align: middle;
}
p {
	margin-bottom: 15px;
	padding:0;
	text-align:justify;
}
ul {
	list-style-type:none;
	margin:8px 0 15px 20px;
}
li {
  list-style-type:none;
	background: url("../icons/square.gif") no-repeat 0 1px;
	padding: 0 0 0 14px;
}
ul.linklist li {
	background: url("../icons/link_s.gif") no-repeat 0 4px;
	padding-bottom: 3px;
}
li a {
	font-size: 1.0em;
	line-height: 135%;
}
i {
	color: #063;
}
td {
	font-size: 0.9em;
}
a {
	color: #063;
	text-decoration: underline;
}
a:visited {
	color: #686;
	text-decoration: underline;
}
a:hover {
	color: #063;
	text-decoration: none;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin: 20px 0 10px 0;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin:12px 0 2px 0;
}
h3 {
	font-size: 1em;
	font-weight:bold;
	color:#666;
	margin:8px 0 10px 0;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	color:#7A7979;
	margin: 8px 0 10px 0;
}
h5 {
	font-size: .9em;
	font-weight:normal;
	color:#7A7979;
	margin: 8px 0 0 0;
}
h6 {
	font-size: .8em;
	font-weight:normal;
	font-style: italic;
	color:#7A7979;
	margin: 6px 0 0 0;
}

.small_text {
	font-size:smaller;
}

.center {
	display:block;
	margin:0 auto;
}

/************* Struktur *************/
#wrapper {
	width: 975px;
	margin: 0 auto;
	text-align: left;
	/*position: relative;*/
}
#header {
	position: relative;
	/*left: 0px;
	background: #efefe9 url(../pict/background.jpg) no-repeat;*/
	height: 210px;
	width: 975px;
}
#funktionen {
	position:absolute;
	/*top:155px;*/
	bottom:28px;
	width:975px;
	height:26px;
	font-size:.8em;
	color:white;
}
#funktionen div {
	float:left;
	height:100%;
}
#funktionen a, #funktionen a:visited {
	text-decoration:none;
	color:#063;
	margin:0 2px;
	font-weight:bold;
	color:white;
}
#funktionen a:hover {
	text-decoration:underline;
}
#funktionen #suche {
	width:200px;
}
#funktionen #wichtige_links {
	width:555px;
	margin:0 20px;
}
#funktionen #sprachwahl {
	width:180px;
}

#content {
	/*position: absolute;
	left: 200px;
	top: 181px;*/
	width: 555px;
	margin:0 20px;
	padding:10px 0 20px 0;
	text-align: left;
	float:left;
	border-top:1px solid #AFAFAF;
}
#leiste_rechts {
	/*position: absolute;
	top: 175px;
	right: 0px;*/
	width: 180px;
	min-height: 350px;
	float:left;
}
#leiste_rechts ul {
	margin: 0 0 20px 6px;
}
#leiste_rechts h1 {
	text-transform:uppercase;
	border-top:1px solid #AFAFAF;
	font-weight:normal;
	font-size:1em;
	margin:0 0 5px 0;
	padding:2px 0 2px 5px;
}
#leiste_rechts a, #leiste_rechts a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#063
}
#leiste_rechts a:hover {
	text-decoration:underline;
}
#footer {
	width:975px;
	clear:left;
	border-top:1px solid #AFAFAF;
	margin:0 auto 20px auto;
	padding:5px 0 0 0;
	font-size: 0.8em;
	text-align:center;
	color: #999;
}
#footer a {
	color: #063;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}
/**************** navigation *************************/
ul#navi {
	/*position: absolute;
	left: 0px;
	top: 164px;*/
	float:left;
	width: 200px;
	background: #FFF;
	vertical-align: middle;
	text-align: left;
	min-height: 300px;
	list-style-type: none;
	list-style-image:none;
	margin:0 0 5px 0;
	padding:0;
}
ul.subnavi {
	margin:0;
}
ul.subnavi li {
	padding:0;
}
ul#navi li {
	padding:0;
	background-image:none;
}
ul#navi li span {
	font-weight:bold;
	display:block;
	margin:4px 0;
}
.navigationspunkt a {
	text-transform: uppercase;
	font-size:1.1em;
	display: block;
	text-decoration: none;
	font-weight:normal;
	color: #000;
	padding: 5px 0 5px 2px;
	border-top: 1px solid #AFAFAF;
}
.navigationspunkt a:hover, .subnavi a:hover {
	background-color: #EFEFE9;
}
.navigationspunkt.aktiv a, .navigationspunkt.aktiv a:hover {
	background-color: #EFEFE9;
}

.navigationspunkt.aktiv ul li a, .navigationspunkt.aktiv ul li a:hover {
	background-color: transparent;
}

.unternavigationspunkt a {
  text-transform:none;
	display: block;
	text-decoration: none;
	color: #000;
	font-size:1em;
	font-weight:normal;
	border:none;
	background-color: transparent;
	padding: 2px 0 5px 15px;
}

.navigationspunkt.aktiv ul li a:hover {
	background: #EFEFE9;
}
ul li.unternavigationspunkt.aktiv a, ul li.unternavigationspunkt.aktiv a:hover {
	background-color: #EFEFE9;
}
/****************** Elemente im Inhaltsbereich **********************/
#text {
	min-height: 300px;
	overflow-y: visible;
}
#quick {
	position: relative;
	left: 0px;
	top: 200px;
	width: 70px;
	height: 20px;
}
#pfad {
	font-size: 0.8em;
	color: #999;
}
#pfad i {
	font-size: 1em;
	color: #900;
}
#lmulink1 {
	position: absolute;
	left: 11px;
	top: 11px;
	width: 90px;
	height: 90px;
}
#lmulink2 {
	position: absolute;
	left: 114px;
	top: 11px;
	width: 90px;
	height: 90px;
}
#didlink1 {
	position: absolute;
	left: 215px;
	top: 11px;
	width: 550px;
	height: 90px;
}
/**************************blog*****************************/
.entry {
	background-color: #fff;
	border: 1px dotted #063;
	margin-bottom: 30px;
	padding: 10px 10px 0;
	font-size: 0.9em;
	line-height: 135%;
}
.entry h2 {
	margin: 0 0 0.5em;
	color: #060;
}
.entryfooter {
	margin: 10px -10px 0;
	padding: 5px 10px;
	border-top: 1px dotted #396;
	background-color: #eee;
	font-size: 0.7em;
	color: #666;
}
.entryfooter a {
	margin: 0 5px;
	text-decoration: none;
	color: #336;
}
#menubar {
	position: absolute;
	top: 400px;
	right: -180px;
	width: 170px;
}
#menubar h3 {
	border-bottom: 1px solid #396;
	margin: 0 0 10px 0;
	padding: 2px 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #063;
}
#menubar p, #menubar form {
	margin: 0 10px 30px 10px;
}
.rotebox {
	margin: 5px;
	padding: 10px;
	border: 2px solid #FF0000;
}
.gruenebox {
	margin: 5px;
	padding: 10px;
	border: 2px solid #063;
}
.grauebox {
	margin: 0px;
	padding: 10px;
	border: 2px groove #999;
}

/*************photobox*************/
#photobox {
	position: absolute;
	top: 70px;
	left: 317px;
	z-index: 3;
}
#photobox a {
	color: #ffffff;
	background: #efefe9;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 250px;
	border: 0px solid black;
}
#photobox a i {
	position: absolute;
	right: 4px;
	font-size: 0.7em;
	color: #999;
	text-align: right;
}
#photobox a:hover {
	color: black;
	background: #efefe9;
	text-align: center;
	width: 250px;
}
#photobox a span {
	display: none;
}
#photobox a:hover span {
	position: absolute;
	top: 0px;
	right: -200px;
	z-index: 3;
	width: 847px;
	color: black;
	background: rgba(99, 99, 99, 0.9);
	font: normal 16px courier, sans-serif;
	border: 2px solid white;
	display: block;
	text-align: center;
	padding: 7px;
}
#photobox a:hover span img {
	filter: alpha(opacity=100);
	z-index: 4;
	-moz-opacity: 1;
	opacity: 1;
}
/*************************/
