/* =======================================================
	Basislayout und Grundelemente
	=====================================================*/
	
* {
	margin:0;
	padding:0;
}
body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #ffffff;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	border: 0 none;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	background: transparent;
}
h1 {
	font-size: 14pt;
	margin-bottom: 25px;
}

h2.index {
	margin-bottom: 25px;
	line-height: 24px;
	margin-top: -5px;
}
h2.profil {
	margin-bottom: 34px;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #55575e;
	margin: 15px 0 5px 0;
}
ul {
	list-style-type: square;
	padding-left: 13px;
	line-height: 24px;
	margin-top: 8px;
	margin-bottom: 18px;
}
p, address {
	line-height: 140%;
	color: #000;
	background: transparent;
}
address {
font-style: normal;
line-height: 26px;
}

td {
	line-height: 26px;
	vertical-align: middle;
}

.portrait {
	padding-top: 6px;
}

.nowrap {
white-space: nowrap;
}
/* ID's */
#container {
	position: relative;
	width:100%;
	margin: 0 auto;
	color: #000;
	background: transparent;
	border-left: 0 none;
}

#header {
	position: relative;
	width: 100%;
	height: 75px;
}

#header h1{
	position: absolute;
	left: 220px;
	top: 10px;
	font-size: 13pt;
	width: 70%;
}

#headgraphic {
	position: relative;
	width: 100%;
	height: 119px;
	text-align: center;
}

#logo {
	position: absolute;
	left: 13px;
	top: -15px;
	z-index: 2;

}

#logo h2 {
display: none;
}

#nav, #nav a, #nav ul, #nav li, #skiplink  {
display: none;
}


#content {
	width: 100%;
	color: #000000;
	background: transparent; 
	text-align: left;
	padding: 20px;
}


#content p{
line-height: 26px;
}

#footer {
width: 100%;
}
#footer p {
text-align: left;
font-size: 10pt;
background: transparent;
padding: 10px 0 0 20px;
margin: 0 0 0 20px;
border-top: 1px solid #000000;
}

#footer span {
display: none;
}

/* Basisklassen'*/

.skip {
display: none;
}

.date {
vertical-align: top;
}

.time {
float: left;
width: 220px;
}

.steckbrief {
float: left;
width: 220px;
}
.projhl {
margin-left: 220px;
line-height: 26px;
}

.projekt {
display: block;
margin: 5px 0 20px 220px;
}
.dipl {
display: block;
width: 142px;
margin: 0 0 20px 220px;
}

.spacer {
margin: 60px 0;
}

#content img {
margin-bottom: 20px;
border: 1px solid #000;
}

#content img.bild {
position: absolute;
top: 266px;
left: 557px;
border: 1px solid #000;
}

