body {
	background-color: #405060;
	background-image: url(/img/bg_blau_verlauf.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size: 62.5%;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}
p {
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}
a {
	color: #4040A0;
	text-decoration: none;
}
a img {
	border: none;
}
a:hover {
	color: #4040A0;
	text-decoration: underline;
}
#site #footer a {
	text-decoration: none;
	color: #666;
}
#site #footer a:hover {
	text-decoration: underline;
	color: #000;
}

#site {
	width: 770px;
	margin: auto;
	border: 4px solid #EEE;
	background-color: #EEE;
	padding: 0;
	text-align: left;
}
#site #title {
	width: 770px;
	height: 220px;
	background-image: url(/img/photo_lightbox_01_header-770-220.jpg);
	border-bottom: 4px solid #EEE;
	margin: 0;
	position: relative;
}
#site #title h1 {
	font-size: 30px;
	color: #FFF;
	position: absolute;
	margin: 0;
	bottom: 20px;
	right: 160px;
	display: none;
}
#top_accessibility, #bottom_accessibility  {
	display: none;
}
#site #nav {
	width: 770px;
	height: 2.2em;
	border-bottom: 4px solid #EEE;
	padding: 0;
	margin: 0;
	background-color: #EEE;
}
#site #main {
	width: 770px;
	padding: 0;
	margin: 0;
	background-color: #EEE;
}
#site #footer {
	width: 770px;
	border-top: 3px solid #EEE;
	padding: 0.2em 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1.2em;
	background-color: #EEE;
}
#site #main #area1 {
	font-size: 1em;
}
#site #main #area2 {
	float: left;
	width: 76%;
	font-size: 1em;
}
#site #main #area3 {
	float: right;
	width: 24%;
	font-size: 1em;
}
#site #nav #navtabs {
	margin: 0;
	padding: 0;
	word-spacing: 0;
	vertical-align: bottom;
}
#site #nav #navtabs li {
	display: inline;
	list-style-type: none;
	border-left: 1px #999 solid;
	margin: 0;
	font-size: 1.5em;
	padding: 2px 7px 2px 7px;
}
#site #nav #navtabs li a {
	padding-left: 17px;
	text-decoration: none;
	color: #666;
	background-solor: #EEE;
	font-weight: 700;
	background:url(img/icon_arrow_nav.png) no-repeat left center;
}
#site #nav #navtabs li a:hover {
	color: #000;
	background-solor: #EEE;
	background:url(img/icon_arrow_nav_hover.png) no-repeat left center;
}
#site #nav #navtabs li.navtab1 {
	border-left: none;
	margin-left: 0.2em;
}
#site #nav #navtabs li.navtab1 a {
	padding-left: 0px;
	background: none;
}



/* Content */

#site #main #area2 .box {
	margin-right: 2px;
}
#site #main #area3 .box {
	margin-left: 2px;
}
.box {
	background-color: #DDD;
	border: 1px #999 solid;
	margin-bottom: 4px;
	padding: 4px;
	font-size: 1.2em;
	/*-moz-border-radius: 5px;*/
}
.box .boxtitle {
	font-weight: 700;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #AAA
}
.box .boxcontent {
	margin: 0 4px;
	text-align: justify;
}
.box .boxmore {
	background:url(http://planet-muh.de/pn/more-bg.gif);
	text-align: right;
	margin-top: 0.4em;
}
.box .boxmore span {
	background-color: #DDD;
	padding: 0 5px;
}
.box .boxmore span a {
	padding-left: 16px;
	color: #000	;
	text-decoration: none;
}
.box .boxmore span a:hover {
	text-decoration: underline;
}
.box .boxmore span.gallery a {
	background:url(img/icon_gallery_small.png) no-repeat left center;
}
.box .boxmore span.weblog a {
	background:url(img/icon_weblog_small.png) no-repeat left center;
}
.box .boxmore span.archive a {
	background:url(img/icon_archive_small.png) no-repeat left center;
}
.box .boxcontent .gallery-left {
	float: left;
}
.box .boxcontent .gallery-right {
	float: right;
}
.box .boxcontent .gallery-left dl, .box .boxcontent .gallery-right dl {
	margin: 0 15px;
}
.box .boxcontent .gallery-left dl dt img, .box .boxcontent .gallery-right dl dt img {
	border: 1px #000 solid;
}
.box .boxcontent .gallery-left dl dd, .box .boxcontent .gallery-right dl dd {
	margin: 0.3em 0;
}