body {
    background: url(../img/backgrounds/js_logo_bg_lager.gif);
}
#content {text-align: center;}

h1 {color: red;}
h2 {color: orange;}

#lager_table {margin: 0px auto; }
#lager_table td {padding: 20px; text-align: center;}

#lager_table img {border: 4px solid #333333; margin-top: -20px;}

#content ul {list-style: none; margin-top: 20px;}
#tagebuch_inhalt {margin-top: 20px; margin-bottom: 20px;}
#extra_inhalt {margin-top: 20px; margin-bottom: 20px;}

.navigation { margin-top: 20px; margin-bottom: 20px;}
.navigation ul {list-style: none; }
.navigation ul li {float: right; margin-right: 5px; color: grey; border: 1px solid grey; padding-top: 2px; padding-left: 5px; padding-bottom: 1px; padding-right: 5px;-moz-border-radius: 3px; border-radius: 3px;}
.navigation ul li a{color: grey; }
.navigation ul .active {color: #ff9955; border: 1px solid #ff9955; padding-top: 2px; padding-left: 5px; padding-bottom: 1px; padding-right: 5px; background: #ffdd99;}
.navigation ul .active a{color: #ff5511;}

/* ---- new lager layout ---- */
.lager_block {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
	padding-left: 30px;
}
.lager_block .lager_image {
	float: left;
	margin-right: 20px;
	border: 5px solid #444444;
	border-radius: 5px;
	height: 200px;
	margin-top: 20px;
}
.lager_block .lager_ul {
	list-style: none;
	padding-left: 200px;
}
.lager_block .lager_ul .title {
	font-size: 20px;
	margin-left: -30px;
	padding-bottom: 10px;
}
