html{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

body{
	background-image: url(../bilder/back.gif);
	background-repeat: no-repeat;
}

.navigation{
	position: absolute;
	top: 315px;
	left: 10px;
	width: 150px;
	height: 200px;
	text-align: right;
	border: 0px solid red;
	font-size: 1.2em;
}

.navigation ul{
	list-style-type: none;
}

.content{
	position: absolute;
	top: 190px;
	left: 235px;
	width: 600px;
	font-size: 0.8em;
	text-align: justify;
}

.content .portrait{
	border: 1px dotted #888888;
	background-color: #cccccc;
	padding: 10px;
	width: 400px;
	margin: 20px 0px;
}

.content .portrait .bild{
	float: left;
	margin-right: 10px;
	border: 1px solid #888888;
	margin-bottom: 10px;
}

.content  a:link,
.content a:visited,
.content a:focus,
.content a:hover,
.content a:active{
	color: #000000;
}

.content a:hover{
	text-decoration: underline;
}

.content ul li{
	padding-bottom: 10px;
}

h1{
	font-size: 1.5em;
	color: #333333;
}

.impressum{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 130px;
	height: 25px;
	text-align: right;
	font-size: 0.7em;
	border: 0px solid red;
}

a:link,
a:visited,
a:focus,
a:hover,
a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

