@font-face {
	font-family: Whiteboard;
	src: url(http://armageddon-industries.de/fileadmin/fonts/Whiteboard-Modern-Demo.ttf);
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 800px;
	min-width: 1212px;
	background: url(../img/bg.gif) #1f1f1f left 140px;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}
table, tbody, th, tr, td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	margin: auto;
}
#headerrow {
	height: 140px;
	background: black; 	
}
#headerwrap {
	position: relative;
	width: 1212px;
	height: 140px;
	margin: auto;
}
#header {
	position: absolute;
	bottom: 0px;
	left: 300px;
}
#footerrow {
	height: 114px;
	background: black;
}
#menucell {
	width: 230px;
	text-align: right;
}
#contentrow {
}
#contentrow td {
	background: transparent !important;
}
#contentcell {
	width: 940px !important;
	vertical-align: top;
	overflow: auto;
}
#content {
	margin: 40px 100px 40px 70px;
	overflow: auto;
	padding-right: 12px;
	height: 454px;
	width: 800px;
}
#footerwrap {
	position: relative;
	width: 1200px;
	margin: auto;
}
#footercontent {
	height: 98px;
	width: 1200px;
	margin: 8px 35px;
}
#logo {
	position: absolute;
	top: -55px;
	right: 15px;
}

.clear {
	clear: both;
}
a {
	color: #8e9d98;
	text-decoration: none;
}
#content a {
	font-weight: bold;
}
a:hover, a:focus, a:active {
	color: #6c7b76;
}
p.bodytext {
	margin-top: 0px; margin-bottom: 4px;
	text-align: justify;
}

#menucell ul {
	list-style: none;
}
#menucell ul ul {
	margin: 18px -8px; 
}
#menucell li {
	padding-right: 8px;
}
#menucell li.active {
	background: url(../img/actMenu.png) no-repeat right 7px;
}
#menucell a {
	text-decoration: none;
}

ul.mainmenu a {
	color: #8e9d98;
}
ul.mainmenu li.active a, ul.mainmenu a:hover, ul.mainmenu a:active {
	color: white;
}
ul.submenu1 a {
	color: #bbb;
}
ul.submenu1 a:hover, ul.submenu1 a:active {
	color: #888;
}
ul.submenu2 a {
	color: #888;
}
ul.submenu2 a:hover, ul.submenu2 a:active {
	color: #555;
}
#leftcolumn, #rightcolumn {
	float: left;
	width: 48%;
}
#leftcolumn {
	margin-right: 2%;
}
#rightcolumn {
	margin-right: 2%;
}
.profile-header {
	float: left;
	width: 105px;
	clear: both;
}
.profile-content {
	float: left;
	width: 243px;
	margin-bottom: 12px;
}
.profile-content p {
	text-align: left;
}
.cv-span {
	width: 80px;
	vertical-align: top;
}
.cv-occupation p {
	text-align: left;
	margin-bottom: 0px;
}
.hidden {
	display: none;
}
.cite {
	margin: 20px 100px;
	font-family: Whiteboard;
	font-size: 220%;
	opacity: 0.6;
}
}
