body {
	background-color: #FFFAE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

html {
	overflow:hidden;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.clear {
	clear: both;
}

/* NAVIGATION */

#nav {
	width: 120px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(navi.gif);
	background-repeat: repeat-y;
	z-index: 2;
}

#nav ul {
	margin: 0;
	padding: 0;
	padding-top: 52px;
	list-style-type: none;
	font-size: 90%;
}
#nav.loaded ul {
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav ul li {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border-left: 7px solid #e7e7e7;
	width: 103px;
	margin-bottom: 1em;
}

#nav ul li.firstLanguageLink {
	margin-top: 5em;
}

#nav ul li.active {
	border-left-color: #999999;
}

#nav ul li a {
	display: block;
	border-left: 7px solid #e7e7e7;

}

#nav ul li a:hover {
	border-left-color: #DCBE9A;
}

#content {
	padding: 53px 60px 42px 198px;
	overflow: auto;
}
#content.loaded {
	height: 500px;
}

p {
	line-height: 2.0em;
}
p, ul, ol {
	text-align: justify;
}

table p, table ul, table ol {
	text-align: left;
	margin: 0;
}

ul  {
	list-style-image: url(navi.gif);
}

ul li {
	margin-bottom: 0.5em;
	line-height: 2.0em;
}

ul ul {
	margin-top: 0.5em;
}

h1 {
	font-size: 150%;
	font-weight:bold;
	color:#555C77;
}

h2 {
	font-size: 120%;
	font-weight:bold;
	color:#555C77;
}

h3, body.templatestartseite h2 {
	font-size: 100%;
	font-weight:bold;
	color:#555C77;
}

signature {
	font-size: 75%
	border-width: 0;
	border-left: 1px solid rgb(220, 190, 154);
	border-top: 1px solid rgb(220, 190, 154);
}

img.portrait {
	float: left;
	margin-top: 6px;
}
a {
	color: #555C77;
	text-decoration: none;
}

img {
	border-width: 0px;
}

.previous-sibling {
	float: left;
}

.next-sibling {
	float: right;
}

/* AKTUELLES-KASTEN STARTSEITE */

.kastentop {
	background-color: #dcbe9a;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin:0px;
}

.kastencontent {
	padding: 5px 10px 5px 10px;
	font-size: 90%;
}

.kasten {
	background-color: #E7E7E7;
	color: #000000;
	text-decoration: none;
	margin:0px;
	line-height: 140%;
}

div.kasten  {
	width: 500px;
}

#aktuell p.kasten.more {
	text-align: right;
	margin-bottom: 0;
}

#aktuell p.kasten.more a {
	font-weight: bold;
}

#aktuell p{
	text-align: left;
	line-height: 120%;
}

#aktuell {
	float:right;
	width: 40%;
	margin-left: 30px;
	margin-top: 20px;
	background-color: #E7E7E7;
	margin-bottom: 30px;
}

.kastencontent p{
	margin-bottom: 15px;
}
