
body {
	background-image: url("http://www.bjoern-berg.de/Images/hintergrund.png");
	background-attachment: fixed;

	color: #0072ff;
	font-size: 10pt;
	
	font-family: Verdana, Arial, sans-serif;
}


hr {
	color: #ffb931;
	background-color: #ffb931;
	border: 1px solid #ffb931;
}


ul {
	margin-top: 5px;
}

img {
	border: 0;
}



/* Links */

a {
	text-decoration: underline;
	color: #0072ff;
}

a:hover {
	color: red;
}


/* Links */

a, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}



/* Bereiche */
#Navi {
	left: 310px;
	top: 30px;
	right: 5px;
	position: absolute;

	margin: auto;

	font-size: 14pt;
	font-weight: bolder;
}

#Navi .aktiv {
	
}

#Inhalt {
	background-image: url("http://www.bjoern-berg.de/Images/hintergrund2.png");

	margin: 132px 50px auto;
	padding: 5px;

	color: black;

	border: 3px outset #0072ff;
}

#Inhalt h1 {
	color: #0072ff;
	margin: 0;
	font-size: 20pt;

}

#Inhalt p {
	padding-left: 20px;
}

#Inhalt .unterstrich {
	margin: 0 0 15px 0;
}

#Inhalt .Eintrag {
	font-weight: bold;
	padding-left: 5px;
}

#Fuss {
	margin: auto 50px auto;

	font-weight: bold;
	text-align: right;
	font-size: xx-small;
}



/* Sonstiges */

.center {
	text-align: center;
}

.fett {
	font-weight: bold;
}

