html {
  height: 100%;
  width: 100%;
}

body {
 	font-family: arial, serif;
	font-size: 14px;
	color: #5f5f5f;
	background-color: #f4f4f4;
	
	margin: 0px;
	padding: 0px;
	
	height: 100%;
	width: 100%;
	
	display: block !important;
  	position: absolute;
 	overflow: hidden;

	zoom: 1.0;
	-moz-transform: scale(1.0);
	-moz-transform-origin:top center;
	
	overflow: auto;
}

/* main container */

.vcenter {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.hleft {
	text-align: left;
	width: 800px;
	z-index: 10;
}

.hright {
	text-align: right;
	width: 100%;
}

#header, #article, #footer {
	display: block;
	position: relative; 
   	width: 1024px;

	/* center objects */
	margin-left:auto;
	margin-right:auto;
}

#header, #footer {
	position: relative;
}

#header {
	font-size: 11px;	
	height: 40px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#article {
	display: block;
	position: relative;
	top: -35px;
	height: 720px;
	background-color: #fffeff;

	/* box shadow */
	-moz-box-shadow: 0px 4px 8px #888;
	-webkit-box-shadow: 0px 4px 8px #888;
	box-shadow: 0px 4px 8px #888;
	
}

#footer {
	top: -35px;
	font-size: 11px;	
	height: 30px;
}

img.title {
	display: block;
	position: absolute;
	top: 76px;
	right:80px;
	z-index: 1;
}

img.subTitle {
	display: block;
	position: absolute;
	top: 112px;
	right:80px;
	z-index: 1;
	padding-right: 5px;
}

.titles {
	font-family: arial, serif;
	position: relative;
	top: -7px;
	text-align: right;
	right:  80px;
}

#articleTitleLine {
	display: block;
	position: relative;

	width: 1024px;
	height: 25px;

	background-color: #5A89EF;
	top: 76px;
	
	font-size: 35px;
	font-style:italic;
	color: white;
}

#articleSubTitleLine {
	display: block;
	position: relative;

	height: 15px;

	top: 75px;
	
	font-size: 16px;
	font-style:italic;
	color: #5A89EF;
	letter-spacing: 5px;
}


#articleEndLine {
	display: block;
	position: absolute;

	width: 1024px;
	height: 25px;

	background-color: #5A89EF;
	top: 670px;
}


#navigation {
	display: block;
	position: relative;
	top:  42px;
}

#navigation ol {
	list-style-type: none;
}

#navigation ul li {
	list-style-type: none;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: -40px;
	z-index: 1;
}

#navigation ul li .listitem {
	font-family: arial, serif;
	font-size: 12px;
	height: 25px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30pt;
	padding-right: 30pt;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight:lighter;
	font-style:italic;
	color: #fffeff;
}

#navigation ul li .welcome {
	background-color: #6F91C8;
}

#navigation ul li .expertise {
	background-color: #6D90B5;
}

#navigation ul li .vita {
	background-color: #3F6095;
}

#navigation ul li .contact {
	background-color: #2E3D77;
}

#navigation ul li .memberships {
	background-color: #253261;
}

#content {
	font-family: arial, serif;
	display: block;
	position: relative;
	top: 30px;
	width: 720px;
	height:375px;
	margin-left:auto;
	margin-right:5px;
	z-index: 10;
	overflow: auto;
}

.contentTitle {
	font-weight:bold;
}

#content .label {
	display: inline-block;
	width: 70px;
}

#content .value {
	display: inline-block;
}

div#textLimiter {
	display: block;
	position: relative;
	width: 600px;
}
div#textLimiterSmall {
	display: block;
	position: relative;
	width: 550px;
}

div#textLimiterLarge {
	display: block;
	position: relative;
	width: 650px;
}

div#textLimiterXLarge {
	display: block;
	position: relative;
	width: 680px;
}

.lineHeight50 {
	line-height: 1.5em;
}

p.paragraph50 {
	margin-bottom:1.5em;
}

.portrait {
	display: block;
	position: absolute;

	height:40%;

	right: 0px;
	bottom: 0px;

	z-index: 0;
}

a, a:visited, a:active, a:hover, a:link {
	text-decoration: none;
}

a, a:visited .linkExternal, a:active .linkExternal, a:hover .linkExternal, a:link .linkExternal {
	color: #54B4B4;
}

#header a {
	color: #5f5f5f;
}

.listitem a {
	color: #fffeff;
	text-decoration: none;
}

.listitem a:active {
	color: #5f5f5f;
}

.listitem a.linkActive {
	margin-left:-14px;
}
.listitem a.linkActive:before, a.linkActive:after {
	content: "__";
}

.vitaRow {
	padding-bottom: 25px;
}

.vitaRow .columnA {
	width:200px;
	display: inline-block;
}

.vitaRow .columnB {
	width:300px;
	display: inline-block;
}

.vitaRow .columnC {
	width:100px;
	display: inline-block;
}

.mitgliedLogo {
	padding-top:15px;
	padding-bottom:15px;
}

ul.squareBullets {
	list-style-type:square;
	padding-left: 0.6em;
	margin-left: 0.6em;
}
