/* ----------------------------------------------------------------------------
	allgemein
---------------------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #8c4617;
	background-color: #e2bc8d;
	padding-right: 15px;
}

h3, h4
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10pt;
}

h4
{
	margin: 10pt 0px;
	padding: 0px;
}

a
{
	font-weight: bold;
	color: #bc5d17;
	text-decoration: none;
}

a:hover
{
	color: #b6101d;
}

a img
{
	border: solid 2px #bc5d17;
}

a:hover img
{
	border: solid 2px #b6101d;
}

p, table
{
	margin: 0px 0px 10pt 0px;
	padding: 0px;
}

object
{
	margin: 0px 0px 24px 0px;
	padding: 0px;
}

label
{
	width: 125px;
}

.bold
{
	font-weight: bold;
}



/* ----------------------------------------------------------------------------
	Galerie-Navigation
---------------------------------------------------------------------------- */
#galleryNavigation
{
	border-bottom: solid 2px #8c4617;
}

#galleryNavigation ul
{
	float: right;
	list-style-type: none;
}

#galleryNavigation ul li
{
	float: left;
	margin-left: 10px;
}

#galleryNavigation ul li a, #galleryNavigation ul li a span
{
	display: block;
	background-image: url(../img/navigation/tabNavigation.gif);
	background-repeat: no-repeat;
}

#galleryNavigation ul li a
{
	color: #fffbdb;
	background-color: #b75d18;
	background-position: top left;
}
#galleryNavigation ul li a:hover, #galleryNavigation ul li.activ a
{
	background-color: #b5101e;
	background-position: -40px left;
}

#galleryNavigation ul li a span
{
	padding: 2.5pt 5pt 1.5pt 5pt;
	background-position: top right;
}
#galleryNavigation ul li a:hover span, #galleryNavigation ul li.activ a span
{
	background-position: -40px right;
}

.clearFloat
{
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

#galleryFrame
{
	margin-top: 10pt;
	clear: both;
	width: 100%;
	height: 422px;
}



/* ----------------------------------------------------------------------------
	Bildergalerie
---------------------------------------------------------------------------- */
ul.pictureGallery {
	margin: 0px 0px 10px 28px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}

ul.pictureGallery li {
	float: left;
	width: 104px;
	height: 104px;
	padding: 5px;
	text-align: center;
	overflow: hidden;
}