
/* html (41) */
html {
	width: 100%;
	height: 100%;
}

/* body (40) */
body {
	color: black;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

/* a (61) */
a {
	text-decoration: none;
}

/* a:link (62) */
a:link {
	color: #404040;
}

/* a:hover (63) */
a:hover {
	color: #c00000;
}

/* content (37) */
#content {
	position: absolute;
	left: 0px;
	right: 251px;
	top: 101px;
	bottom: 0px;
	z-index: 3;
	padding: 10px;
	background-color: white;
	color: #404040;
}

/* contentblocksatz (69) */
.contentblocksatz {
	/* width: 620px; */
	text-align: justify;
}

/* content a (72) */
#content a {
	color: #125021;
}

/* content a:visited (73) */
#content a:visited {
	color: #024011;
}

/* content a:hover (74) */
#content a:hover {
	color: #c00000;
}

/* biotext (76) */
.biotext {
	font-size: 0.9em;
	color: #707070;
}

/* float left top (77) */
.floatlefttop {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	top: 0px;
}

/* float right bottom (78) */
.floatrightbottom {
	float: right;
	bottom: 0px;
	margin-left: 10px;
}

/* float breaker (80) */
.floatbreaker {
	float: none;
	margin-top: 10px;
}

/* float right top (81) */
.floatrighttop {
	float: right;
	top: 0px;
	margin-left: 10px;
}

/* image distance keeper (82) */
.imagedistancekeeper {
	margin: 10px;
}

/* topbar (56) */
#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 64px;
	border-bottom: solid 2px #c0c0c0;
	background-color: #125021;
	color: #d2dba2;
	font-family: times;
	font-weight: normal;
	font-size: 31px;
	padding-top: 30px;
	padding-left: 30px;
	z-index: 10;
}

/* topbar a (64) */
#topbar a {
	color: #d2dba2;
}

/* otherlinks (67) */
#otherlinks {
	position: absolute;
	top: 20px;
	right: 8px;
	text-align: right;
	font-family: times;
	font-weight: normal;
	font-size: 14px;
	color: #a3aa7a;
}

/* otherlinks link (68) */
#otherlinks a {
	color: #a3aa7a;
}

/* sitetitle (75) */
#sitetitle {
	/* font-variant: small-caps; */
}

/* rightbar (55) */
#rightbar {
	position: absolute;
	top: 88px;
	right: 0px;
	width: 250px;
	bottom: 0px;
	border: 0px;
	border-left: 2px solid #c0c0c0;
	background-color: #d2dba2;
	padding-top: 10px;
	margin-left: -8px;
	overflow: hidden;
}

/* rightbar link (59) */
#rightbar a {
	text-decoration: none;
	color: #506050;
}

/* rightbar link (hover) (65) */
#rightbar a:hover {
	text-decoration: none;
	color: #c00000;
}

