
body {
	margin: 0px;
	font-family: Arial;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	/* color: #d5aa70; */
	color: #d68b26;
}

div.banner img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

div.banner-right-big {
	width: 100px;
	background-color: #d5aa70; /* Lydia */
	/* background-image: url(/appearance/streifen_gross.jpg); */
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	z-index: 2;
	height: 151px;
}

div.banner-right-small {
	width: 100px;
	background-color: #e0c8ae; /* Lydia */
	/* background-image: url(/appearance/streifen_klein.jpg); */
	position: absolute;
	left: 0px;
	top: 213px;
	width: 100%;
	z-index: 2;
	height: 27px;
}

ul.nav1 {
	list-style: none;
	text-align: center;
	position: absolute;
	z-index: 4;
	top: 48px;	left: 59px;
	width: 80%; /* Opera fix */
}

ul.nav1 li {
	padding-top: 151px;
	float: left;
	border-right: 1px solid #ffffff;
}

ul.nav1 li a, ul.nav1 li span.link {
	display: block;
	font-weight: bold;
	color: #ffffff;
	width: 100px;
	height: 29px;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	border-top: 2px solid #ffffff;		background-color: #d5aa70;
	/* background-image: url(/appearance/streifen_gross.jpg); */
	border-top: 2px solid #ffffff;
}

ul.nav1 li a.aktiv, ul.nav1 li.aktiv a {
	background-image: none;
	background-color: #563f23;
}

ul.nav1 li a:hover {
	background-image: none;
	background-color: #a66532;
}

div.bar {
	position: absolute;
	top: 270px;
	left: 0px;
	width: 199px;
	height: 13px;
	background-color: #563f23;
}

ul.nav2 {
	list-style: none;
	position: absolute;
	top: 301px;	left: 0px;	padding-left: 0px;
}

ul.nav2 li {
	text-align: right;
}

ul.nav2 li a, ul.nav2 li span.link {
	font-size: 12px;
	display: block;
	height: 24px;
	width: 184px;	padding-right: 15px;
	color: #000000;
	display: table-cell;
	vertical-align: middle;
	}

ul.nav2 li a.aktiv, ul.nav2 li.aktiv a {
	background-color: #d5aa70;
	/* background-image: url(/appearance/nav2_aktiv.jpg); */
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

ul.nav2 li a:hover {
	background-color: #d5aa70;
	/* background-image: url(/appearance/nav2_hover.jpg); */
}

div#news {
  position: absolute;
  top: 220px;
  left: 830px;
  z-index: 5;
  font-size: bold;
}

div#news a {
  display: block;
  font-size: 14px;
  color: #563f23;

}

div#news a:hover {
  color: #943a00;

}

div.content {
	width: 783px;
	font-size: 12px;
	position: absolute;
	top: 267px;
	left: 225px;
	text-align: justify;
}

div.content table tr td {
	font-size: 12px;
}

div.text {
	padding-right: 200px;
	min-width: 400px;
	min-height: 450px;
}

img#image1, div.content div object {
	float: right;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 20px;
}

div.banner-pop img {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 30;
}

div.banner-pop {
	width: 100px;
	background-color: #d5aa70; /* Lydia */
	/* background-image: url(/appearance/streifen_gross.jpg); */
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	z-index: 20;
	height: 75px;
}

div.content-pop {
	width: 370px;
	font-size: 12px;
	position: absolute;
	top: 75px;
	left: 20px;
	text-align: justify;
	z-index: 10;
}

div.content-pop table tr td {
	font-size: 12px;
}



div.text-pop {
	padding-right: 20px;
	min-width: 100px;
	min-height: 100px;
}

div.banner-java-pop {
	background-color: #e0c8ae; 
	position: absolute;
	left: 0px;
	top: 180px;
	width: 100%;
	z-index: 10;
	height: 20px;
}
div.java-pop {
	padding-right: 20px;
	width: 350px;
	position: absolute;
	left: 0px;
	top: 180px;
	z-index: 40;
}


h1.title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 32px;}

h2.subtitle {
	font-size: 13px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 8px;}

div#fixed {
	position: fixed;
	bottom: 10px;
  width: 199px;
  text-align: right;
}

div.debug {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background-color: red;
	padding: 20px;
	color: white;
	font-weight: normal;
}

/* Admin Anfang */

#adminMenuBar {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 50;
}

select.pageviewthickbox {
	width: 300px;
}

.small {
	font-weight: normal;
	font-size: 7;
	text-align: right;
	float: right;

}

.bold {
	font-weight: bold;
}

.farbe {
	color: #943a00;
}

.menu_admin a img {
	border: 0;
}

.darkcell {
	background-color:#EEEEEE;
	font-weight: bold;
}

.menu_admin ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 20px;
	padding-left: 25px;
}

.content_admin h1 {
	font-weight: bold;
	font-size: 13px;
}
.content_admin h2 {
	font-weight: bold;
	font-size: 12px;
}

.content_admin p, li, body {
	font-size: 12px;
}

body.admin {
}
/* Admin Ende */




div.banner-right-big {
	background-color: #d8b285;
}

div.banner-right-small {
	background-color: #e2d1bb;
}

ul.nav1 li a:hover {
	background-color: #ac6f3f;
}
