/* Haupteinstellungen */
body {
	margin: 0;
	padding: 0;
	border: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: black;
}
h2, h3 {
	font-family: sans-serif;
}

/* Kopfbereich */
header {
	background-color: #004080;
	color: white;
	margin: 5px 5px 0 5px;
	padding: 0;
	width: auto;
	height: 100px;
}

header h1 {
	position: absolute;
	top: -0.65em;
	font-size: 8em;
	text-indent: 0.9em;
	text-shadow: 3px 3px 5px #333;
}

/* Navigationsbereich */
nav {
	background-color: #004080;
	color: white;
	float: left;
	width: 100px;
	margin: 0 0 0 5px;
	height: 790px;
}

nav ul {
	list-style: none;
	padding: 20px 1px 1px 1px;
}

nav ul li {
	display: block;
	font-size: 1.4em;
	font-family: sans-serif;
	padding: 5px 3px 5px 1px;
	text-align: right;
	font-variant: small-caps;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:hover, nav ul li a:active {
	text-decoration: none;
	color: white;
}
nav ul li.selected {
	background-color: #fff;
	font-weight: bold;
	color: black;
	box-shadow: 2px -2px 5px black inset;
	border: none;
}

/* Contentbereich */

/* Startseite */
content {
	font-size: 1.4em;
}

content div#main {
	background-color: #eeffff;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #555;
	position: absolute;
	top: 140px;
	left: 120px;
	width: 1240px;
	height: 700px;
	padding: 10px 30px;
}

content div#teaser {
	background-color: #eeffff;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #555;
	position: absolute;
	right: 25px;
	top: 140px;
	width: 400px;
	height: 700px;
	padding: 10px 30px;
}

content div article {
	border-top: 1px dotted black;
	color: #004080;
}

content div article p {
	font-size: 0.8em;
}


content div article#buch {
	
}

content a:before {
	content: "\22D9" " ";
}

content a:after {
  content: " " "\22D8";
}

/* Linkseite */
#linkliste {
	font-size: 1.2em;
}
#linkliste ul {
	background-color: #eeffff;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #555;
	list-style-type: none;
	margin: 50px 0 0 120px;
	width: 500px;
	position: absolute;
	left: 40px;
	top: 128px;
	padding: 25px;
}

#linkliste ul li {
	display: block;
	font-variant: small-caps;
}

#linkliste ul li:before {
	content: "\22D9" " ";
}

#linkliste ul li:after {
  content: " " "\22D8";
}

#linkliste ul li a:link, #linkliste ul li a:hover, #linkliste ul li a:visited, #linkliste ul li a:active {
	color: black;
}

#linkliste ul li a:hover {
	font-size: 1.1em;
}

/* Kontaktseite */
address {
	background-color: #eeffff;
	font-size: 1.2em;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #555;
	position: absolute;
	left: 160px;
	top: 180px;
	padding: 25px;
}

address a:link, address a:hover, address a:visited, address a:active {
	color: black;
}



/* Fussbereich */
footer {
	clear: left;
	margin: 0 5px 5px 5px;
	height: 50px;
	background-color: #004080;
	color: white;
	padding: 3px 0 0 105px;
}