/* ================================================================================
	Browser reset
   ================================================================================ */
* { margin:0; padding:0; }
option {padding-left: 0.4em}
* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }
html { height:100% }
body { position: relative; text-align: left; }
fieldset, img { border:0 solid; }
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}
/* ================================================================================
	Standard
   ================================================================================ */
ul { list-style-type: square;  }
ol { list-style-type: decimal; }
table { border: none; }
/* ================================================================================
	Layout
   ================================================================================ */
body
{
	background: #B19356 url(../images/background.gif) repeat-y;
	font-family: arial, helvetica, sans-serif;
 	line-height: 13pt;
 	font-size: 9pt;
}
#row1
{
	height: 22px;
	padding-left: 52px;
	border-bottom: 1px solid #B8BCBD;
}
#row2,#row4,#row6
{
	height: 29px;
	padding-left: 52px;
	border-bottom: 1px solid #B8BCBD;
}
#row3
{
	height: 187px;
	padding-left: 52px;
	border-bottom: 1px solid #B8BCBD;
}
#row5
{
	height: auto;
	padding-left: 52px;
	border-bottom: 1px solid #B8BCBD;
}
#head
{
	padding: 1px 2px 1px 2px;
}
#gallery
{
	width: 903px;
	height: 162px;
}
#menu,#title,#foot
{
	height: 21px; /* 29 - 2 - 2 - 4 */
	width: 873px; /* 907 - 2 - 2 - 30 */
	margin: 2px;
	padding-left: 30px;
	padding-top: 4px;
	float: left;
}
#menu
{
	background-color: #4A1522;
}
#content
{
	min-height: 270px; /* 29 - 2 - 2 - 4 */	
	width: 517px; /* 575 - 30 - 32 + 4 */
	border-right: 1px solid #B8BCBD;
	padding: 10px 30px 0px 32px;
	float: left;
}
#sidebar
{
	width: 327px;
	float: left;
}
#content_full
{
	min-height: 270px; /* 29 - 2 - 2 - 4 */	
	width: 845px; /* 903 - 30 - 32 + 4 */
	border-right: 0px solid #B8BCBD;
	padding: 0px 30px 0px 32px;
	float: left;
}
#foot
{
	background-color: #4A1522;
	color: #ffffff;
}
#map,#mapsmall
{
	border: 1px solid #878E90;
	margin-bottom: 10px;
}
#map      { width: 515px; height: 400px; }
#mapsmall { width: 300px; height: 450px; margin: 10px auto 0 auto; }
/*
	content tags
*/
.column1
{
	width: 200px;
	float: left;
}
.column2
{
	width: 317px;
	float: left;
}
.content1
{
	padding: 10px 10px 0px 0px;
	width: 412px; /* 422 - 10 */
	float: left;
	border-right: 1px solid #B8BCBD;
}
.content2
{
	padding: 10px 0px 0px 10px;
	width: 412px; /* 422 - 10 */
	float: left;
}

.floatrightimage
{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #B8BCBD;
	padding: 2px;
}

.imagetitle { font-size: 8pt; }
/*
	box
*/

.box
{
}
.boxhead
{
	height:21px; /* 24 - 3*/
	padding: 3px 0px 0px 18px;
	background: url(../images/box.gif) no-repeat;
}
.boxmain
{
	padding: 3px 18px 0px 18px;
}

/*
	links
*/

a.elink         { padding-right: 20px; display: -moz-inline-box; display: inline-block; background: url(../images/elink.gif) right no-repeat; }
a.elink         { color: #1E599B; text-decoration: none; }
a.elink:hover   { color: #606060; text-decoration: underline; }

a.pdf         { padding-left: 20px; display: -moz-inline-box; display: inline-block; background: url(../images/pdf.gif) left no-repeat; height: 16px;}
a.pdf         { color: #1E599B; text-decoration: none; }
a.pdf:hover   { color: #606060; text-decoration: underline; }


.kategorie
{
	border-bottom: 1px solid #B8BCBD;
	width: 300px;
	display: block;
	padding: 3px 0px 3px 0px;
}

/* ================================================================================
	GALERIE
   ================================================================================ */
#gallery
{
	width: 575px !important;
	height: 431px !important;
}

/* ================================================================================
	KATEGORIE
   ================================================================================ */

#accordion 
{
	height: 220px;
}

.accordion_toggler
{
	cursor: pointer;
	border-bottom: 1px solid #DADADC;
	padding: 5px 5px 5px 25px;
	margin: 0px 0px 0px 0px;
	background-color: #CFD6CF;
	color: #000000;
	background: url(../images/arrow_inactive.gif) no-repeat left center;
}
.accordion_togglerActive
{
	font-weight: bold;
	background: url(../images/arrow_active.gif) no-repeat left center;
}

a.active
{
	padding: 2px 0px 2px 10px;
	background: url(../images/link_active.gif) no-repeat left center;
	display: -moz-inline-box; display: inline-block;	
}

a.inactive
{
	padding: 2px 0px 2px 10px;
	display: -moz-inline-box; display: inline-block;
}

.accordion_element
{
	padding-left: 25px;
	height: 0px; 
	overflow: hidden;
}
