* {
margin:			0;
padding:		0;
border:			none;
}

html {
font-size:		100.1%;
}

body {
padding:		20% 25% 20px 20%;
background:		#FFF url("lightpsi.png") no-repeat fixed left bottom;
color:			#222;
font-size:		0.75em;
font-family:		Verdana, Sans-Serif;
line-height:		1.8em;
text-align:		justify;
}

h1 {
margin:			0 0 20px -10%;
font-size:		2em;
font-family:		Cambria, Georgia, Serif;
font-weight:		400;
}

h2 {
margin:			20px 0 10px 0;
font-size:		1.5em;
font-family:		Cambria, Georgia, Serif;
font-weight:		400;
}

p span {
background:		transparent;
color:			#888;
}

a {
background:		transparent;
color:			#06C;
text-decoration:	underline;
}

a:visited {
background:		transparent;
color:			#069;
}

a:hover {
text-decoration:	none;
}

a.extern:before {
content:		"\2197  ";
}

ul#menu {
position:		absolute;
bottom:			0;
right:			0;
overflow:		hidden;
}

#menu li {
float:			left;
list-style-type:	none;
}

#menu a {
margin:			0 10px 0 0;
padding:		3px 7px 3px 7px;
}

#menu a:hover,
#menu a.aktiv {
background:		#06C;
color:			#FFF;
text-decoration:	none;
}