/* CSS Document */
body{
height:100%;
width:100%;
background:#FFFFFF;
}

div.content{
	height:100%;
	width:814px;
	margin:auto;
	border:0px solid;
}
div.galerien{	
	width:190px;
	height:400px;
	border:1px solid;	
	position:relative;
	left:15px;
	top:-402px;
	background:url(../img/galerieHintergrund.gif);
	background-repeat:no-repeat;
	background-position:bottom;
		
}
div.weitereGalerien{
	width:190px;
	height:400px;
	border:1px solid;	
	position:relative;
	left:15px;
	top:-420px;
	background:url(../img/galerieHintergrund.gif);
	background-repeat:no-repeat;
	background-position:bottom;

}
div.galeriePreview{	
	width:550px;
	height:400px;
	border:1px solid;
	left:210px;
	position:relative;	
	overflow:auto;
}
div.ueberschrift{		
	width:550px;
	border:0px solid;
	text-align:center;
	
	position:relative;
	left:210px;
	top:0px;
}
div.fooder{
	width:550px;
	border:0px solid;
	
	position:relative;
	left:210px;
	top:0px;
	text-align:center;
}

/* bildvorschau */

div.bildvorschau{
position:relative;
	
	border:1px solid;
	margin:auto;
	width:650px;
	text-align:center;
	left:40px;
	overflow:hidden;

}

