body {
	margin: 0;
	padding: 0;
}

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 14pt;
	color: #333333;
}

#center {
	width: 768px;
	margin: 0 auto;
}

/* header elements */
#header {
	position: absolute;
	font-size: 90%;
	width: 768px;
	height: 330px;
}

#quicklinks {
	position: absolute;
	color: white;
	bottom: 0px;
	background-color: #7EA2D5;
	width: 100%;
	height: 45px;
}

#quicklinks ul {
	margin: 0;
	padding: 0 10px;
    height: 100%;
	list-style-type: none;
}

#quicklinks li {
	display: inline-block;
    height: 100%;
}

#quicklinks a {
	color: white;
    line-height: 45px;
}

#quicklinks a:hover {
	color: white;
	text-decoration: underline;
}

#headfoto {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* main elements */
#main {
	position: absolute;
	width: 768px;
	top: 330px;
}

#userinfo {
	position: absolute;
	letter-spacing: 2px;
}

#navigation {
	position: absolute;
	width: 170px;
}

#content {
	position: absolute;
	right: 0;
	width: 568px;
}

/* navigation elements */
#navigation-list {
	padding-left: 20px;
}

#navigation-list a {
	color: #333333;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	color: #7EA2D5;
}

h2 {
	font-size: 125%;
	color: #7EA2D5;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #7EA2D5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li, ol li {
	line-height: 14px;
	margin-bottom: 15px;
}

#navigation-list li {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 8px;
}

/* Schriftgröße der Navigationseinträge */
#navigation a {
	font-size: 100%; /* Standard: 100% */
}

/* Abstand zwischen Listenpunkten einzelner Rezensionen */
ul ol li {
	margin-bottom: 15px; /* Standard: 15px */
}