#mainWindow {
	position: relative;
	float: right;
	width: 540px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0;
	text-align: left;
	background:#000 url(/i/sc/bahnhofbg.jpg) no-repeat;
}

#bzalbum{
	position: relative;
	top: 20px;
	left: 15px
}

#col1{
	width: 300px;
	float: left;
	margin: 10px;
	display: inline;
}

#col2{
	float: left;
	display: inline;
	width: 200px;
	margin: 20px 0;
}
#mainWindow p{
	color: #fff;
	padding: 5px;
	font: 9pt verdana;
	text-align: justify
}

#mainWindow p.quote{
	background: #300;
	font: 8pt monospace;
	color: #f90;
	text-align: left
}

#mainWindow p.quote .credit{
	color: red;
	display: block;
}

#mainWindow .buttons{
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 30px 0 0;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px
}

#mainWindow a{
	color: #f90;
	font: 9pt verdana
}

#mainWindow .buttons a{
	font-weight: bold;
	border: 2px solid #fff;
	background: #0d0c3a;
	padding: 3px 6px;
	color: #fff;
}


#footer{
width: 540px;
clear: left;
xmargin-top: 30px;
}

#footer a {
color: #0d0c3a
}


