@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(../images/header-board.jpg) repeat-x left 169px;
}

.clearing { clear: both; }
a img { border:none; text-decoration: none; }

/* Farben */
.blau { color: #2f73b3; }
.grau { color: #9c9e9f; }


/* Grundraster */
#wrapperOuter {
 margin: auto;
	text-align: left;
	width: 930px;
}

/* Header */
#headerOuter {
 height: 180px;
}
#headerLeft {
 float:left;
	width:450px;
	height: 180px;
	background: url(../images/header-books.png) no-repeat 5px bottom;
}
#headerRight {
 float:right;
	width:450px;
	text-align: right;
	padding-top: 86px;
}
#langSwitch {
 font-size: 13px;
	padding: 22px 0 0 13px;
	color: #2f73b3;
}
#langSwitch a {
	color: #000;
	text-decoration: none;
}
#langSwitch a:hover {
	color: #2f73b3;
}

/* Contentbereich */
#contentOuter {
 margin-bottom: 50px;
	padding-top: 25px;
}
#columnLeft {
 float: left;
	width: 135px;
}
#columnRight { 
 width: 720px;
	float: right;
}


/* Footer */
#footerOuter {
 color: #9c9e9f;
	font-size: 10px;
	padding-left: 185px;
	margin-bottom:15px;
}
#footerOuter a {
 color: #9c9e9f;
	text-decoration:none;
}
#footerOuter a:hover {
	text-decoration:underline;
}



/* Navigation */
ul#mainNav {
 list-style-type: none;
	margin: 0 0 0 13px;
	padding:0;
} 
ul#mainNav li {
 color: #2f73b3;
	font-size: 14px;
	border-bottom: 1px dotted #9c9e9f;
	padding: 6px 0 4px 0;
}
ul#mainNav li.last {
	border-bottom: none;
}
ul#mainNav li.current {
 font-weight: bold;
	background: url(../images/nav-current.png) no-repeat left 7px;
	padding-left: 12px;
} 
ul#mainNav li a {
 color: #2f73b3;
	text-decoration: none;
} 
ul#mainNav li a:hover {
 color: #000;
} 

#certifications {
 margin-top: 65px;
	text-align:center;
}


/* Contentelemente */
#columnRight h1 {
	color: #2f73b3;
	font-size: 24px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
#columnRight h2 {
 color: #2f73b3;
	font-size: 18px;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#columnRight h3 {
	color: #000;
	font-size: 18px;
	margin: 0 0 5px 0;
}


#columnRight ul {
 margin:0;
	padding:0;
	list-style-type: none;
}
#columnRight ul li {
 padding-left: 8px;
	padding-bottom: 5px;
	background: url(../images/bullet-li.png) no-repeat left 5px;
}
#columnRight p {
 line-height: 16px;
	margin-top: 0;
}


/* Tabelle Vita (Lebenslauf) */
table.vita {
 font-size:13px;
}
td.date {
 width: 110px;
}
td.activity, td.date {
 padding-bottom: 20px;
	vertical-align: top;
}

.einzug {
 display: block;
	padding-left: 25px;
	padding-top: 3px;
}