body {
	font: small Verdana, Arial, sans-serif;
	line-height: 1.5em;
	color: #000;
	background: url(balken_bg.gif) repeat-x 0 131px #fff2c7;
	}
* {
	margin: 0;
	padding: 0;
	}
a {
	color: #9a6934;
	}
p, h2 {
	margin: 1em 0;
	padding: 0;
	}
hr {
	display: none;
	}
h2 {
	font-size: 110%;
	color: #9a6934;
	}


/* Layout
********************************************************/


#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	}


/* Header + Balken
********************************************************/


h1 {
	position: absolute;
	top: 30px;
	left: 0;
	}
h1 a {
	display: block;
	width: 220px;
	height: 64px;
	text-indent: -3000px;
	background: url(schwedenhaus-sued-logo.gif) no-repeat 0 0;
	}

#balken {
	height: 346px;
	margin: 0;
	border-top: 1px solid #fff2c7; /* shifting margin of child */
	background: url(balken.jpg) no-repeat 50% 100%;
	}
#balken a {
	display: block;
	width: 300px;
	height: 120px;
	margin-top: 170px;
	text-indent: -3000px;
	}


/* Gallery
********************************************************/


#gallery {
	float: left;
	}
#gallery .gradient-box {
	float: left;
	position: relative;
	margin-bottom: 2em;
	width: 400px;
	height: 300px;
	overflow: hidden;
	}
#gallery img {
	float: none;
	}
#gallery .gradient-box .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 30px;
	background: url(gradient-top.png) repeat-x 0 0;
	}
#gallery .gradient-box .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 30px;
	background: url(gradient-bottom.png) repeat-x 0 100%;
	}

.img-nav {
	clear: both;
	text-align: center;
	}


/* Info
********************************************************/


#info {
	clear: both;
	margin: 2em 0;
	text-align: center;
	color: #939393;
	}
#info a {
	color: #939393;
	}


/* Footer + Impressum
********************************************************/


#footer {
	float: left;
	width: 96%;
	margin-bottom: 1em;
	padding: 2%;
	font-size: 85%;
	color: #c7b899;
	background: #fff8df;
	}
#footer h4 {
	margin-bottom: .5em;
	font-size: 125%;
	color: #af8554;
	}
#footer .col-1 {
	float: left;
	width: 48%;
	white-space: pre;
	}
#footer .col-2 {
	float: right;
	width: 48%;
	white-space: pre;
	}
#footer a {
	color: #c7b899;
	}
