/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0; 
	padding:				0;
}

body { 
	background-color: #cccccc; 
	background-image: url(bg.jpg); 
	background-repeat: repeat-x; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
}

a { outline:none;}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.search {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {  
	width: 915px;
	height: 615px;
	margin: 0 auto;
	background: url(head.jpg) 0 0 repeat-y;
}

#left {  
	width: 292px;
	height: 337px;
	float: left;
	margin-top: 230px;
	padding-left: 152px;
}

#left a img {
	border: none;
}

#right {
	width: 289px;
	height: 337px;
	float: left;
	margin-top: 230px;
	margin-left: 30px;
}

.foto-link1
{
width: 292px;
height: 337px;
display: block;
margin: 0 auto;
}

.foto1
{
background: url(mamoe-web.png) no-repeat;
}

.foto-link1:hover
{
background-position: -292px 0;
}

.foto-link2
{
width: 289px;
height: 337px;
display: block;
margin: 0 auto;
}

.foto2
{
background: url(potsdamfotograf.png) no-repeat;
}

.foto-link2:hover
{
background-position: -289px 0;
}
