/* Basics */
body { 
	font-size: 12px;
	background: url('/img/jungle_bg.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
 }
 
a:link { color:#A2A3A5;text-decoration:none;}
a:visited { color:#476E86 }
a:hover { color: #FA9C00; text-decoration:none }
a:active { color:#663300 }
	
strong { font-weight:bold; color:#636363 }

/* Layout */
.top_bar {
	font-weight: bold;
	height: 40px;
	text-transform: uppercase;
}
.top_bar ul {
	display: table;
	width: 720px;
	margin: 0 auto;
	padding-top: 20px;
}
.top_bar li {
	text-align: center;
	display: table-cell;
	color: #604c3f;
}
.top_bar li a {
	color: #7e6251;
}
header {
	height: 200px;
	width: 720px;
	margin: 0 auto;
}
.nav-button {
	float: left;
	width: 218px;
	height: 64px;
	margin: 8px 11px;
	background-size: 100% 100%;
}
#nav1 {
	background: url("/img/button_mode.png");
}
#nav1:hover {
	background: url("/img/button_mode_h.png");
}
#nav2 {
	background: url("/img/button_laden.png");
}
#nav2:hover {
	background: url("/img/button_laden_h.png");
}
#nav3 {
	background: url("/img/button_kontakt.png");
}
#nav3:hover {
	background: url("/img/button_kontakt_h.png");
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#logo {
	float: right;
	height: 100%;
}
#logo img {
	vertical-align: middle;
}
#container {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	font-size: 1em;
	line-height:1.4em;
}

#topNav {
	width: 720px;
	height: 80px;
	margin-bottom: 25px;
	padding:0;
}
#content {
	width:720px;
	margin-bottom: 60px;
}
h1 {
	font-size: 200%;
	line-height: 1em;
}
.content_left {
	float: left;
	width: 293px;
	padding: 0;
}
.content_right {
	float: left;
	width: 417px;
	margin-left: 10px;
	padding: 0;
	color: #786854;
	font-weight: bold;
	letter-spacing: 1px;
}
.gallery_row {
	padding: 30px;
	border: 1px solid #b9a496;
	background: rgba(223,219,213,.4);
	text-align: center;
	margin-bottom: 40px;
}
.gallery_row a {
	margin-bottom: 20px;
	display: inline-block;
}
.gallery_row img {
	max-width: 160px;
	max-height: 160px;
	margin: 0 20px;
}