/* CSS Document 123*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #3B092A;
	color:#E0C9D8;
	margin-top: 15px;
}
#container {
	width: 740px;
	margin:auto;
	border: 0px;
	background: #3B092A;
}
#photolinks{
	background-color: #3B092A;
	font-size: 11px;
	color: #fff;
}
#photolinks img{
	margin: 0 2px 4px 2px;;
}
#introtxt{
	margin-top: 20px;
	width: 370px;
	text-align:justify;
	margin-left: auto;
}
h1{
	font-weight: normal;
	font-size: 2.3em;
}
h2{
	font-weight: bold;
	font-size: 1.2em;
}
a:link, a:visited{
	color: #fff;
}
a:hover, a:active{
	color:#CCCCCC;
}
#footer{
	margin-top: 20px;
	font-size: 0.8em;
	border-top: 1px solid #623A55;
	text-align: right;
	padding: 5px;
}
#plan{
	display: block;
	position: absolute;
	top: 490px;
	width: 310px;
	height:  400px;
	background: url(../pics/hackenviertel_plan.gif) no-repeat 0 45px;
}

