html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body {
	background-color:#fff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
}
ul.links {
	margin:0 1em 0 1em;
	padding:0;
	list-style:none;
}
ul.links li {
	margin:0 1em 0 0;
	padding:0 0 0 1em;
	list-style:none;
	background: url(../bilder/list-arrow.gif) no-repeat left ;	
}
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#mainDiv {
	text-align:left;
	position:absolute;
	left:50%;
	top:-200px;
	width:700px;
	height:400px;
	margin:0 0 0 -350px;
	background:#eee url(../bilder/bkg.jpg);
	z-index:5
}
#mainPic {
	position:absolute;
	top:0;
	left:0;
	width:159px;
	height:400px;
}
li a{
	font-size:0.8em;
}
#nav {
	position:absolute;
	top:55px;
	left:159px;
	width:500px;
	padding:0;
	margin:0;
	height:20px;
	overflow:hidden;
}
#nav li {
	display:block;
	float:left;
	display:inline;
	padding:0;
	margin:0;
}
#nav li a {
	display:block;
	float:left;
	padding:4px 7px 4px 7px;
	font-size:0.8em;
	margin:0;
	color:#333;
	text-decoration:none;
}
#nav li a.active {
	background:#fff;
	color:#b32;
}
#nav li a:hover {
	background:#fff	
}
#content {
	position:absolute;
	left:219px;
	top:110px;
	height:260px;
	overflow:auto;
	width:280px
}
#homeContent, #omContent {
	position:absolute;
	left:219px;
	top:110px;
	width:436px;
	height:270px;
	overflow:auto;
}
h1 {
	font-size:1.6em;
	font-family:"Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	margin:0;
	font-weight:normal;
	color:#333;
}
h1 a {
	color:#333;
	text-decoration:none;
}
h1 a:hover {
	color:#b32;
	text-decoration:underline;
}
h2 {
	font-size:1.1em;
	font-family:"Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
	margin:0;
	font-weight:bold;
}
#homeContent h1, #omContent h1 {
	text-align:right;
	margin:0 0.6em 0.6em 0;
}
p {
	font-size:0.86em;
	line-height:1.5em;
	margin:0 1em 0.7em 0;
}
#homeContent p {
	margin:0 150px 1em 0;
}
p.linkP {
	text-align:right;
}
p.linkP a {
	font-weight:bold;
	text-decoration:none;
}
a{
	color:#b32;
}
.datum, .date {
	display:block;
	text-align:right;
	font-size:0.9em;
	font-family: Georgia,"Times New Roman",Times,serif;
}
input, textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;

}
form p, .box p  {
	clear:both;
	margin:2px 0;
	padding:0;
	overflow:hidden;
}
form p span,form p b {
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
}
form p input {
	width:165px
}

form textarea {
	clear:both;
	width:265px;
}
.submit, .right {
	text-align:right;
}
#subNav{
	position:absolute;
	left:540px;
	top:90px;
	height:290px;
	width:135px;
	background:url(../bilder/opaque.png);
	z-index:10;
	overflow:auto;
	border:1px solid #b32;
	margin:0;
	padding:0;
	list-style:none;
}
#subNav li {
	display:inline;
	padding:0;
	margin:0;
}
#subNav li a {
	display:block;
	padding:2px 9px 2px 9px;
	font-size:0.8em;
	margin:0;
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #eee;
}
#subNav li a:hover {
	background:#fff;	
}
.menu a{
	background:#fff;
	border-bottom:1px solid #b32 !important;
}
.menu a:hover{
	background:#eee !important;

}
.date a {
	text-decoration:none;
}
.date a:hover {
	text-decoration:underline;
}
.floatRight {
	float:right;
}
#subNav .floatRight {
	color:#b32;
}
#designer {
	position:absolute;
	right:3px;
	bottom:0;
}
#designer p {
	margin:0;
	padding:0;
	color:#ddd;
}
#designer a {
	color:#ddd;
	text-decoration:none;
}
