body {
	background : #ffcc66;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;	
    background: url(layout/bg_stadtlogo.gif);
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body, a, a:active, a:hover, a:visited {
	color: #cc6600;
}

img {
	border: 0px;
}

#header_img {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 99px;
	width: 100%;
	background: #ffcc65 url(layout/stadtrundgang.gif) no-repeat;
	z-index: 2;
}

#header_text {
	position: absolute;
	left: 350px;
	top: 37px;
	font-size: 26px;
	color: #3a3636;
	margin-top: 0px;
	z-index: 3;
}

#header_impressum {
	position: absolute;
	left: 690px;
	top: 80px;
	font-size: 10px;
	z-index:3;
}

#content {
	position: relative;
	padding-top: 110px;
	margin-top: 10px;
}

#text {
	height: 250px;
}

#text, #big_image {
	width: 500px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	vertical-align: top;
}

#images {
	padding-right: 10px;
	vertical-align: top;
}

#images img {
	margin-bottom: 10px;
}

#nav {
	vertical-align: top;
	padding-left: 10px;
}

/*#text {
	position: relative;
	top: 110px;
	width: 400px;
}

#images {
	position: absolute;
	top: 0px;
	left: 410px;
	width: 280px;
	text-align: center;
}

 {
	margin: 100px 100px 100px 100px;
}
*/

