/* main css */
body {
    background-color: #eeeeee;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial;
    font-size: 94%;
    line-height: 20px;
    text-align: center;
    margin: 20px;
}
h1
{
	font-size: 150%;
	font-weight: bold;
	font-family: Arial;
	color: #396d10;
}
h2
{
	font-size: 110%;
}
h3
{
	font-size: 90%;
	font-weight: bold;
}
li
{
	list-style-type: square;
}
a
{
	color: #396d10;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	font-style: italic;
}
#main
{
	position: relative;
	background-color: White;
	background-image: url(../images/bg.jpg);
	background-position: 80px 120px;
	background-repeat: no-repeat;
	width: 1000px;
	height: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #396d10;
    -moz-box-shadow: 0 0 3px 3px #aaa;
    -webkit-box-shadow: 0 0 3px 3px #aaa;
    box-shadow: 0 0 3px 3px #aaa;
}
#header2 {
    background-color: White;
    background-image: url("../images/booden.jpg");
    background-position: 0 16px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #396D10;
    cursor: pointer;
    height: 110px;
    width: 100%;
}
#header2 .headline {
    color: #396D10;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    left: 150px;
    position: relative;
    top: 86px;
}
#header
{
	background-color: White;
	background-image: url(../images/booden.jpg);
	background-position: 0px 16px;
	background-repeat: no-repeat;
	width: 100%;
	height: 110px;
	cursor: pointer;
	border-bottom: dotted 1px #396d10;
}
#header .heading
{
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: 36px;
    left: 100px;
    font-size: 20px;
    color: #396D10;
}
#header .headline
{
    font-weight: bold;
    font-style: italic;
    position: relative;
    top: 86px;
    left: 150px;
    font-size: 16px;
    color: #396D10;
}
.logo
{
	padding: 16px 0px 0px 0px;
}
#content
{
	background-color: Transparent;
	width: 100%;
}
#leftmenu
{
	display: inline;
	float: left;
	background-color: transparent;
	padding-top: 10px;
	padding-left: 3px;
	padding-right: 3px;
	width: 160px;
	margin-left: 0px;
    overflow: hidden;
    height: 100%;
}
.menuitem
{
	font-weight: bold;
	cursor: pointer;
	padding-left: 10px;
	border: solid 1px white;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.menuitem a
{
    text-decoration: none;
}
.menuitem.archived {
    color: grey;
    font-style: italic;
}
div.menuitem:hover
{
	border: solid 1px #396d10;
	background-color: #cdefb1;
}
.menulist .menuitem {
    padding-left: 20px;
}
.lastclicked
{
	font-style: italic;
}
#contentpanel
{
	float: right;
	display: inline;
	width: 790px;
	padding: 20px;
	height: 430px;
	overflow: auto;
}
.notice 
{
    color: #333333;
    font-size: 70%;
    font-style: italic;
    border: 1px solid #cdefb1;
    padding: 6px 6px 6px 6px;
}
.noticeMain {
    color: #333333;
    border: 1px solid #cdefb1;
    padding: 6px 6px 6px 6px;
}
.noticeMain h2 {
    color: #396d10;
}
#footer
{
	clear: right;
	width: 1000px;
	height: 28px;
	background-color: #396d10;
}
#footer a.privacy {
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    float: right;
    color: white;
    padding-top: 3px;
    padding-right: 20px;
}
.box {
    margin-top: -10px;
}
.left
{
	display: inline-block;
	width: 550px; 
	margin-top: -20px;
	vertical-align: top;
}
.right
{
	display: inline-block;
	width: 210px;
	vertical-align: top;
}
.languageswitch
{
	float: right;
	font-weight: bold;
}
/* end main css */

/* softwareitem css */

.softwareitem
{
	display: block;
	padding-bottom: 10px;
}

.softwareitem .heading
{
	display: block;
	font-weight: bold;
}

/* end softwareitem css */

/* news css */

.news
{
	border-left: dotted 1px #396d10;
}
.news .header
{
	width: 100%;
	background-color: #396d10;
	color: #cdefb1;
	font-weight: bold;
	text-transform: uppercase;
}
.news .item
{
	padding-top: 10px;
}
.news .title
{
	font-weight: bold;
}

/* end news css */

.footnote
{
    font-size: 8px;
    font-style: italic;
}
.block
{
    display: inline-block;
    width: 360px;
    vertical-align: top;
    clear: both;
}
.logos {
    margin: 0px auto;
    max-width: 310px;
}
.logos img
{
    margin: 34px 24px 24px 24px;
    width: 100px;
}
.profile
{
    overflow: hidden;
	width: 100%;
}
.profile .resume
{
    width: 48%;
    float: left;
}
.profile .linkedin
{
    float: right;
    text-align: right;
}

.date 
{
    font-size: 9px;
    position: relative;
    top: -10px;
    font-style: italic;
}
.updated {
    position: relative;
    top: -36px;
    height: 0px;
    width: 200px;
    font-style: italic;
}
.loading {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    padding: 4px;
    border: 1px solid #cdefb1;
    margin: 10px 2px 10px 2px;
}
.maxwidth {
    width: 100%;
}
.changedNotice {
    color: #396D10;
    font-style: italic;
    font-weight: bold;
}
.importantNotice {
    color: #396D10;
    font-weight: bold;
}