* {
    margin: 0px;
    padding: 0px;
}
body, a, b, h1, h2, h3, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
    font-weight: bold;
    text-decoration: none;
}
body {
    text-align: center;
}
h1 {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
h1.seite {
	color: #777777;
}
h2 {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 10px;
}
.cleaner {
    clear: both;
    font-size: 1px;
}
#seitenmenue {
    list-style-type: none;
    position: relative;
    left: 145px;
    width: 780px;
    vertical-align: middle;
    height: 32px;
}
#seitenmenue li {
    float: left;
    margin-left: 5px;
}
#seitenmenue li.language {
    font-weight: bold;
    position: absolute;
    text-align: right;
    right: 0px;
    float: right;
}
#seitenmenue li a {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
#seitenmenue li a.aktiv {
	color: #009900;
}
#content {
    text-align: left;
    margin: auto;
    width: 925px;
    border: 1px dotted #fff;
}
#michael {
    position: relative;
    margin: 10px 0px;
    width: 150px;
    float: left;
}
#seitentitel {
    position: relative;
    margin: 10px 0px;
}
table.bildtabelle {
	width: 100%;
	height: 450px;
	clear: both;
	background-color: #E4E4E4;
	margin-bottom: 5px;
}
td.bildtext {
    font-size: 9px;
    vertical-align: bottom;
    padding: 20px;
}
td.bildtext td {
    font-size: 9px;
}
td.mengentext {
    font-size: 9px;
    vertical-align: top;
    padding: 15px 0px 0px 0px;
}
td.mengentext td {
    font-size: 9px;
}
#bildmenue {
    list-style-type: none;
    position: relative;
    top: 3px;
    left: 0px;
}
#bildmenue li {
    float: left;
    margin-right: 2px;
}
#bildmenue li a {
    background-color: #ccc;
    text-decoration: none;
    width: 41px;
    height: 7px;
    display: block;
}
#bildmenue li a b {
    display: none;
}
#bildmenue li a.aktiv {
    background-color: #090;
}
a.naechstes-bild {
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    margin-left: 5px;
}
#textmenue {
    list-style-type: none;
    top: 3px;
    left: 0px;
}
#textmenue li {
    float: left;
    margin-right: 5px;
}
#textmenue li a {
    font-weight: normal;
    font-size: 9px;
    text-decoration: none;
}
#textmenue li a.aktiv {
    font-weight: bold;
	color: #009900;
}
dl {
    font-size: 11px;
}
dt {
    display: block;
    position: absolute;
    float: left;
    width: 55px;
}
dd {
    display: block;
    position: relative;
    left: 55px;
}
ul {
    font-size: 11px;
}