*   {
	margin:0;
	padding:0;
}

html, body   {
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	overflow:auto;

	font-family:sans-serif;
}

#Seite   {
	position:relative;
	min-height:100%
}

#Logo   {
	position:relative;
	width:100%;
	min-width:1000px;
	height:96px;
	text-align:center;
	background-color:#444444;
}
#Titlebar   {
	position:relative;
	width:100%;
	min-width:1000px;
	height:60px;
	background:url(pictures/titlebar.png) scroll repeat-x;

	font-size:35pt;
	text-align:center;
}
#Titlebar a:link   {color:black; text-decoration:none;}
#Titlebar a:visited   {color:black; text-decoration:none;}
#Titlebar a:focus   {color:white; text-decoration:none;}
#Titlebar a:hover   {color:white; text-decoration:none;}
#Titlebar a:active   {color:white; text-decoration:none;}

#Inhalt   {
	padding:100px 200px 100px 200px;
	min-width:600px;
	height:auto;

	font-size:14pt;
}
#Inhalt a:link   {color:blue; text-decoration:none;}
#Inhalt a:visited   {color:blue; text-decoration:none;}
#Inhalt a:focus   {color:red; text-decoration:none;}
#Inhalt a:hover   {color:red; text-decoration:none;}
#Inhalt a:active   {color:red; text-decoration:none;}

#Footer   {
	position:absolute;
	bottom:0;
	width:100%;
	min-width:1000px;
	height:40px;
	background:url(pictures/footer.png) scroll repeat-x;

	color:white;
	font-size:15pt;
	text-align:center;
	vertical-align:bottom;
}
#Footer a:link   {color:white; text-decoration:none;}
#Footer a:visited   {color:white; text-decoration:none;}
#Footer a:focus   {color:red; text-decoration:none;}
#Footer a:hover   {color:red; text-decoration:none;}
#Footer a:active   {color:red; text-decoration:none;}

#Thumbnails a:link   {color:grey;}
#Thumbnails a:visited   {color:grey;}
#Thumbnails a:focus   {color:black;}
#Thumbnails a:hover   {color:black;}
#Thumbnails a:active   {color:black;}