
body {
	  background: url("/img/shiny.jpg") repeat;
	  font-family: "Century Gothic",Tahoma,Verdana,"Trebuchet MS";
	  padding:5px 20px;
}
h1 { color:#006030; font-size:72px; }
h2 { color:#006030; font-size:24px; }
h3 { color:#006030; font-size:16px; }
h4 { color:#006030; font-size:10px; }

a:link { text-decoration:none; color:black; }
a:visited { text-decoration:none; color:black; }
a:hover { text-decoration:underline; font-weight: bold; }
a:active { text-decoration:underline; }


div.main_centered {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.headlinetext {

	font-weight: 700;
	color: #006030;
}
	
div.boxed {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

  border-width:1px;
  border-style:solid;
  border-color:black;
 
}

.listitem.hover {
	color: #006030;
	font-weight: bold;
}

.selected {
	background: #B7CAD0 !important;
	font-weight: bold;
}

div#surround {
	width: 810px;
	float:center;
	margin: 15px auto auto;
}

div.hidden {
	visibility: hidden;
	font-size: 2px;
	position:absolute;
}

div#headline {
	position: relative;
	padding: 6px;
	height: 90px;
}
div#mainlogo {
	float:left;
	padding: 0px 10px;
	text-shadow: 2px 2px #AAAAAA;
	display:run-in;

}
div#sidelogo {
	float:left;
	vertical-align: bottom;
	padding: 5px 3px 8px 214px;
	margin-top: -14px;
	display:inline;
}
div#sidelogo ul {
	list-style: none;
    color:#006030;
	font-size: 22px;
	text-shadow: 1px 1px #AAAAAA;
	font-family: Monaco, "Lucida Console", monospace;

}

#picture {
	background: url("/img/small_portrait.jpg");
	width: 142px;
	height: 183px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	float: left;
	position: relative;
	top: 9px;
	left: 4px;
}

div#maintext {
	z-index: 5;
	position: relative;
	top: 11px;
	left: 22px;
	padding-left: 20px;
	padding-right: 20px;
	height:200px;
}

.roundgrey {
	z-index: 3;
	clear: both;
	background: rgba(255,255,255,0.35);
	padding: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
div#contact {
	padding: 15px;
}

div#infobox {
	z-index: 5;
	position: relative;
	top: 17px;
	padding-left: 11px;
	padding-right: 20px;
	height:292px;	
}
img.star {
	vertical-align:text-top;
	margin-right:9px;
	margin-left:9px;
	margin-top:2px;
}
div.listitem {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	background: rgba(130,130,130,0.15);
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
	width:310px;
	height: 35px;
}
div#infobox #infoselection {
	position: absolute;

}
div#infobox #infocontent {
	position: absolute;

	border: 3px solid rgba(183,202,208,1.00);
	background: rgba(230,230,230,0.15);
	height: 290px;
	width:468px;
	left: 321px;
	margin-top:0px;
	border-radius: 0 9px 9px 0;
	padding: 0px;
	overflow: auto;
}
div#infocontent .infoitem {
	padding-top: 7px;
	padding-left: 12px;
}
div#infocontent ul {
	margin: 0px; 
	padding-left: 20px;
}
div#infocontent ul li {
	padding-bottom: 2px;
}

#infocontent a:link {text-decoration: underline;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	border-radius: 5px;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;

}
#tooltip h3, #tooltip div { margin: 0; 	font-size: 10pt;}

#se1 p {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 2px;
}
#se5 p {
	padding: 0px;
	margin: 5px 16px 15px 2px;
}
table.profile {
	border: 0px;
	border-collapse:collapse;

}

#knowledge_profile td {
	padding: 5px 3px 8px 1px;
}
#education_profile td {
	padding: 3px 3px 10px 1px;
}
#hobby_profile td {
	padding: 3px 3px 10px 1px;
}
#education_profile p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
}
#hobby_profile p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
}
#project_profile td {
	padding: 1px 1px 8px;
	font-size:8pt;
}

#project_profile .date {
	vertical-align: top;
	width: 60px;
}
#project_profile p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 2px;
}

.profile tr.hover {
	background-color: #B7CAD0;
}

#impressum {
	margin-top: 22px;
	margin-left: 735px;
}