* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	padding-left:100px;
	padding-top:100px;
	margin: 0;
	background-color: #FFFFFF;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	margin: 5px 0 0 0;
}
.white {
	color: #FFFFFF;
}
p {
	font-weight: normal;
	color: #000000;
	margin: 5px 0 0 0;
}
p a:link, p a:active, p a:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p a:hover {
	font-weight: bold;
	color: red;
}
ul {
	margin: 5px;
}
td {
	vertical-align: top;
	padding: 5px;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	position: absolute;
	bottom: 10px;
	left: 100px;
}


.index_profil a:link, .index_profil a:visited, .index_profil a:active{
	background-image: url(content1_profil0.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 50px;
	height: 19px;
	width: 70px;
	border: none;
}
.index_profil a:hover {
	background-image:url(content1_profil.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

.index_projekte a:link, .index_projekte a:visited, .index_projekte a:active{
	background-image: url(content1_projekte0.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 150px;
	top: 150px;
	height: 26px;
	width: 157px;
	border: none;
}
.index_projekte a:hover {
	background-image:url(content1_projekte.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

.index_kontakt a:link, .index_kontakt a:visited, .index_kontakt a:active{
	background-image: url(content1_kontakt0.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	left: 400px;
	top: 250px;
	height: 24px;
	width: 123px;
	border: none;
}
.index_kontakt a:hover {
	background-image:url(content1_kontakt.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

.content {
	position: absolute;
	top: 140px;
	left: 100px;
	width: 680px;
	height: 384px;
	overflow: auto;
}
.content_kontakt {
	background-image: url(bg_kontakt.jpg);
}
.content_projekte {
	background-image: url(bg_projekte.jpg);
}
.content_profil {
	background-image: url(bg_profil.jpg);
}

.nav {
	position: absolute;
	top: 555px;
	left: 100px;
	width: 680px;
	border-top: 1px solid red;
}
