
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-y #FFFFFF;
}

body, td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #4D4D4D;
}

img {
	border: 0;
}

a {
	color: #AA0000;
	text-decoration: none;
}

a:hover {
	color: #EE0000;
}

h1 {
	color: #AA0000;
	font-weight: normal;	
	font-size: 20px;
}

.indicator {
	text-align: center;
	font-weight: bold;
}

.indicator img {
	margin-bottom: -5px;
	margin-right: 4px;
}

.photoAlbum img, .tooltip, .tooltipDescription {
	background: #fff;
	border: 1px #ddd solid;
}

.photoAlbum img {
	padding: 3px;
	margin: 5px;
}

.tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	color: #000;
	z-index: 99;
}

.tooltipDescription {
	position: absolute;
	margin: 10px;
	margin: 10px 10px 0px 0px;
	padding: 3px;
	padding-bottom: 2px;
	z-index: 99;
}

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url(../images/bgm.jpg) no-repeat bottom right;
}

#mitte {
	padding: 175px 20px 30px 30px;
	z-index: 2;
	position: relative;
}

#inhalt {
	margin-left: 195px;
	text-align: justify;
	padding-right: 40px;
	position: relative;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
}

#sidebar img {
	margin-bottom: 7px;
}

#links {
	float: left;
	width: 190px;
	padding-top: 30px;
}

#links ul {
	list-style-image: url(../images/list.gif);
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#links ul li {
	margin-bottom: 10px;
	color: #AA0000;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
}

#oben, #unten {
	background: #D72727;
}

#oben {
	height: 130px;
	width: 100%;
	top: 0px;
	position: absolute;
	background: url(../images/bilder2.jpg) repeat-x;
}

#linie {
	background: url(../images/linie.gif) repeat-x;
	height: 29px;
	width: 100%;
	position: absolute;
	top: 118px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

#unten {
	height: 35px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	text-align: right;
}

#unten a {
	color: #FFFFFF;
	text-decoration: none;
}

#linie2 {
	background: url(../images/linie2.gif) repeat-x bottom;
	height: 29px;
	left: 0px;
	width: 100%;
	position: absolute;
	top: -17px;
	z-index: 3;
}

.children {
	list-style: none;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.children li {
	margin-bottom: 20px;
}

.children li span {
	font-size: 12px;
}