body
	{
	background-color: rgb(120,113,98);
	background-image: url(pics/mauer.jpg);
	background-position: top center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	}

div
	{
	margin: 0px;
	padding: 0px;
	}

#main
	{
	position: relative;
	width: 900px;
	text-align: left;
	margin-top: 30px;
	}
	
#page
	{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
	width: 559px;
	}
	
#headerInfos
	{
	width: 559px;
	height: 121px;
	background-image: url(pics/header-infos-2011.png);
	}
	
#headerFotos
	{
	width: 559px;
	height: 121px;
	background-image: url(pics/header-fotos-2011.png);
	}
	
#content
	{
	width: 559px;
	background-image: url(pics/content.png);
	}
	
#content, td, span, p, div
	{
	font-family: "Letter Gothic MT", "Letter Gothic", "Bitstream Vera Sans Mono", "Lucida Console", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: rgb(0,0,0);
	}
	
#footerInfos
	{
	width: 559px;
	height: 65px;
	background-image: url(pics/footer.png);
	margin-bottom: 50px;
	}
	
#footerFotos
	{
	width: 559px;
	height: 33px;
	background-image: url(pics/footer.png);
	background-position: bottom;
	margin-bottom: 50px;
	}
	
#download
	{
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 102;
	}
	
img, table, tr, td, a
	{
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
	
	
/*---------- Inhalte -------------------------------------------------------------------------------------------------------*/
	
p, p p
	{
	margin: 0px;
	padding: 28px;
	padding-top: 16px;
	padding-bottom: 0px;
	}

div.line
	{
	margin: 28px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	background-image: url(pics/line.gif);
	background-repeat: repeat-x;
	}

a, a:hover span
	{
	color: rgb(175,50,45);
	color: rgb(236,0,140);
	text-decoration: underline;
	}

img.miniFlyer
	{
	width: 77px;
	height: 167px;
	margin-right: 15px;
	vertical-align: abs-middle;
	}
	
img.thumb
	{
	margin-right: 10px;
	margin-bottom: 10px;
	}

#wappenMuenchen
	{
	float: left;
	width: 43px;
	height: 53px;
	margin-right: 10px;
	}

/*---------- Foto rechts -------------------------------------------------------------------------------------------*/

#fotoDiv
	{
	position: absolute;
	right: 0px;
	top: 80px;
	z-index: 103;
	width: 336px;
	background-image: url(pics/foto.png);
	background-position: top;
	background-repeat: no-repeat;
	}

#fotoTable
	{
	margin: 18px;
	margin-top: 14px;
	border-collapse:collapse;
	}
	
#fotoTD
	{
	width: 300px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	}
	
#fotoText
	{
	margin: 18px;
	}

#fotoText p
	{
	margin: 0px;
	padding: 0px;
	padding-bottom: 16px;
	}

	

