body {
	margin-top:0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	font-size:16px;
	font-weight:normal;
	font-family:'Bodoni','Times New Roman', sans-serif;
	text-align:center;
	position:absolute;
	width:100%;	
	height:100%;
	background-color:#000080;
}

div#top {
	width:100%; 
	height:20%;
	position:relative;
	background-color:#000080;
}

div#center {
	width:100%; 
	height:0%;
	position:relative;
	background-color:#0000f9;
/*	background-image:url(./pics/bg.png);
	background-repeat:repeat-x;*/
}

div#content {
	width:900px;
	height:350px;
	top:2%;
	margin: 0 auto;
	padding:20px;
	position:relative;
	background-image:url(./pics/bg_content.png);
	background-repeat:repeat-x;
	border:thin solid white;
}

div#pic {
	width:500px; 
	height:347px;
	position:absolute;
	background-image:url(./pics/danielseitz.jpg);
	background-repeat:no-repeat;
}

a#buch {
	position:absolute;
	width:133px;
	height:205px;
	top:280px;
	left:120px;
	border:thick solid white;
	background-image:url(./pics/buch_sm.jpg);
	background-repeat:no-repeat;
}

div#buchtext {
	width:600px;
	text-align:left; 
	position:absolute;
	top:140px;
	left:150px;
	color:white;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	font-family:'Bodoni','Times New Roman', sans-serif;
}

a#blog {
	width:100px;
	height:82px;
	top:-20px;
	left:870px;
	position:absolute;
	display:block;
	border:0px;
	background-image:url(./pics/blog.png);
	background-repeat:no-repeat;
}

a#profil {
	width:128px;
	height:128px;
	top:246px;
	left:540px;
	position:absolute;
	display:block;
	border:0px;
	background-image:url(./pics/profil.png);
	background-repeat:no-repeat;
}

a#vcard {
	width:128px;
	height:128px;
	top:267px;
	left:690px;
	position:absolute;
	display:block;
	border:0px;
	background-image:url(./pics/vcf.png);
	background-repeat:no-repeat;
}
a#impressum {
	width:80px;
	height:57px;
	top:315px;
	left:830px;
	position:absolute;
	display:block;
	border:0px;
	color:white;
	background-image:url(./pics/imp.png);
	background-repeat:no-repeat;
}

h1 {
	width:350px;
	text-align:left; 
	position:absolute;
	left:550px;
	color:white;
	font-size:35px;
	font-weight:normal;
	font-style:italic;
	font-family:'Bodoni','Times New Roman', sans-serif;
}

h2 {
	width:350px;
	text-align:left; 
	position:absolute;
	top:70px;
	left:550px;
	color:white;
	font-size:22px;
	font-weight:normal;
	font-style:italic;
	font-family:'Bodoni','Times New Roman', sans-serif;
}




a:link {color:white; text-decoration:none;}
a:visited {color:white; text-decoration:none;}
a:hover {color:#010080;}
a:active {color:white; text-decoration:none;}




