body {
	padding: 0px;
	margin: 0px;
	background: url(pics/hintergrund.jpg) no-repeat #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*	Sprachwechsler	*/
#language {
	width: 80px;
	height: 20px;
	margin-left: 870px;
	padding-top: 20px;
	background-color: #3d3d3d;
	text-align:center;
	color: #fff;
	font-size: 11px;
	float:none;
}

/*	link-formatierung für sprachwechsler	*/
a.lang {
	text-decoration: none;
	color: #fff;
}
a.lang_active {
	text-decoration: none;
	color: #999;
}
	/*	formatierung des span-bereiches, wenn sprache gewählt wurde	*/
.lang_active {
	color: #999;
}

/*	Navigation	*/
#navigation {
	width: 546px;
	margin-left: 404px;
	text-align: center;
	float: none;
	font-size: 11px;
	color: #7b7b81;
	margin-top: 40px;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
}
#navigation li {
	display: inline;
}
a.nav {
	color: #7b7b81;
	text-decoration: none;
	font-weight: bold;
}
a.nav_active {
	color: #c90230;
	text-decoration: none;
	font-weight: bold;
}

/*	Inhalt	*/
#content {
	width: 546px;
	margin-left: 404px;
	line-height: 150%;
	font-size: 11px;
	float: none;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 11px;
	text-align: justify;
	/*background-color: #f3f3f3;*/
}
#content a {
	color: #c90230;
}
#content .text_linksbuendig {
	text-align: left;
}
#content_gallery {
	width: 250px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 140%;
	font-size: 11px;
	float: left;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 11px;
	/*background-color: #f3f3f3;*/
}

#content_gallery_image {
	width: 600px;
	margin-left: 0px;
	float: left;
	margin-top: 60px;
	margin-bottom: 40px;
	font-size: 11px;
	text-align: right;
	/*background-color: #f3f3f3;*/
}
#content_gallery_image img {
	border: 10px solid #fff;
}

#footer {
	width: 100%;
	background-color: #3d3d3d;
	padding: 15px 0px 8px 0px;
}
#footer_inside {
	width: 950px;
	text-align: right;
	color: #fff;
	font-size: 10px;
}
#footer_inside a {
	color: #fff;
	text-decoration: none;
}

/*	GALERIE-Tabelle	*/
table.galerie {
	width: 950px;
	border: 0px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 11px;
}
td.galerie_navigation {
	padding: 30px 50px 20px 20px;
	width: 400px;
	font-size: 11px;
	text-align: right;
}
td.galerie_navigation ul {
	padding: 0px;
	list-style-type: none;
}
td.galerie_navigation li {
	line-height: 140%;
	background: url(pics/pfeilchen.gif) right no-repeat;
	padding-right: 25px;
}
td.galerie_navigation li a.nav {
	color: #7b7b81;
	text-decoration: none;
	font-weight: bold;
}
td.galerie_navigation li a.nav_active {
	color: #c90230;
	text-decoration: none;
	font-weight: bold;
}
td.galerie_text {
	padding: 0px 50px 10px 40px;
	text-align: justify;
}
/*
td.galerie_image img {
	border: 10px solid #fff;
	text-align: right;
}
*/
td.galerie_image {
	text-align: right;
}
.image_container {
	border: 10px solid #fff;
	height: 526px;
	width: 526px;
}

td.galerie_blaettern {
	padding-top: 10px;
	text-align: center;
}

td.galerie_blaettern img.next {
	margin-left: 20px;
}
td.galerie_blaettern img.prev {
	margin-right: 20px;
}
.aktuelle_bildzahl {
	color: #666;
}
input, textarea {
	border: 1px dotted #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input.submit {
	border: 1px solid #666;
}
.error {
	border: 1px solid #c00;
}
.bold {
	font-weight: bold;
}