@charset "utf-8";
div#hintergrund
{
	height: 100%;
	width: 100%;
}
/* CSS Document */


div#mitte			/*Mittelpunkt im Browserfenster*/
{
	position:absolute;
	left:50%;
	top:50%;
	width:0;
	height:0;
}

div#alles			/*Rahmen für gesamten Inhalt*/
{
	position:absolute;
	height:550px;
	width:890px;
	left:-445px;
	top:-275px;
	background-color: #F5F5F5;
	background-image: url(../bilder/background1.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
}




div#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666;
	text-align: right;
	float: right;
	height: 18px;
	width: 100%;
	bottom: -20px;
	z-index: 7;
	position: absolute;
	vertical-align: middle;
}
div#textlinks {
	color: #000;
	background-color: #f5f5f5;
	height: 298px;
	width: 362px;
	position: absolute;
	left: 10px;
	top: 134px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	text-align: left;
	background-image: url(../bilder/galerie/preview/textfeld.jpg);
}
div#textrechts {
	color: #000;
	background-color: #f5f5f5;
	height: 298px;
	width: 362px;
	position: absolute;
	left: 517px;
	top: 134px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	z-index: 3;
	padding-top: none;
	text-align: left;
	vertical-align: top;
	background-image: url(../bilder/galerie/preview/textfeld.jpg);
}



#footer a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
	text-transform: none;
}
#textrechts a {
	text-decoration: none;
	text-transform: none;
}

body {
	background-image: url(../bilder/leather.gif);
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

