
body {
	background: #f7f4ed url(i/back-body.gif) repeat-x top left;
	font-size: 12px;
}

#wrap {
	width : 990px;
	padding-top: 24px;
	position : relative;
	border: 1px solid #f4f1e8;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

h1	{
	background: url(i/back-h1.gif) repeat-x top left;
	height : 130px;
	margin: 0 86px 0 75px;
}

h1 em{
	height : 100px;
	margin : 0 15px;
	background: url(i/header.jpg) 300px 0 no-repeat;
	display: block;
	border-bottom: 30px solid #cfccb2;
	
}

h1 span {
	display: none;
}

/* Meta -Navigation */
ul#meta-navigation {
	position: absolute;
	background-color: #cfccb2;
	top : 25px;
	left : 390px;
	width : 500px;
	height : 30px;
	text-align: right;
}

ul#meta-navigation li{
	display: inline;
	text-align: right;
	line-height: 30px;
	padding-right: 20px;
}

/* Haupt Navigation */

#navigation-container {
	width : 300px;
	position : absolute;
	left : 90px;
	top : 25px;
}
#navigation-container ul{
	background-color: #a7a579;
}

#navigation-container a, ul#meta-navigation a, ul#language-navigation a{
	text-decoration: none;
	color : #660000;
}

#navigation-container a:hover, ul#meta-navigation a:hover, ul#language-navigation a:hover {
	text-decoration: underline;
}

ul#navigation {
	padding : 10px 0 4px 0;
}

ul#navigation li{
	text-align: right;
	margin-bottom: 8px;

}
ul#navigation li.active{
	background-color: #d7d6c2;
}
ul#navigation li a{
	text-transform: uppercase;
	margin-right: 6px;
}
/* 2. Ebene Hauptnavigation*/
ul#navigation ul {
	padding-top: 6px;
}

ul#navigation ul li{
	margin-bottom: 4px;
}
ul#navigation ul li a{
	text-transform: none;
	font-size: 11px;
}

ul#partner-navigation {
	background-color: #ccc9ae;
	padding: 20px 0 20px 0;
}
ul#partner-navigation li{  
	padding:0 18px 0 18px;
	margin-bottom: 4px;
	letter-spacing: .05em;
	line-height: 1.4em;
	
}

ul#partner-navigation li.active{
		background-color: #d7d6c2;
	}
	

/* language-navigation */

ul#language-navigation {
	background: #fff;
	width : 830px;
	position: absolute;
	left : 75px;
	top : 6px;
	z-index: 1;
	padding: 2px 0 2px 0;
}

ul#language-navigation li{
	margin-left: 20px;
	line-height: 1em;
	padding-bottom: 2px;
}
ul#language-navigation a{
	font-size: 11px;
	line-height: 1em;
}

/* content */
#content {
	margin: 0 86px 20px 75px;
	padding : 60px 45px 70px 350px;
	border: 15px solid #fff;
	border-top: none;
	min-height : 600px;
}
.smallcontent #content {
	padding-right: 85px;
}

#content .element{
	margin-bottom: 60px;
	clear : both;
}

#content h2 {
	font-size: 16px;
	margin: 0 0 1.3em 0;
	line-height: 1.6em;
	font-weight: bold;
	color : #333;
}

#content h2.calendar {
	font-size: 14px;

}

#calendar h3,#content #calendar h3 a {
	font-size: 14px;
	color : #600;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 8px;
}


#calendar h4 {
	color : #600;
	font-weight: normal;
}
#calendar h5 {
	color : #A7A579;
	font-weight: bold;
	margin-bottom: .3em;
}


#content #calendar p {
	line-height: 1.6em;
	margin-bottom: 5px;
}
#content #calendar li {
	margin-bottom: 25px;
}
#content p{
	color : #333;
	line-height: 2em;
	margin-bottom: 1.5em;
}

#content p.notice{
	padding-left: 2em;
	color : #333;
	line-height: 2em;
	margin-bottom: 2em;
	background: url(i/alert.gif) no-repeat left center;
}

#content p a{
	color: #600;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover{
	text-decoration: underline;
}

#content p.image {
	float : right;
	clear : both;
	width : 260px;
	margin: 5px -140px 10px 0;
	display: inline;

}
/* * html #content p.image {
	margin-right: -80px;
}
 */
#content p.image img{
	float : right;
	clear : both;
	width : auto;
	margin-bottom: 10px;
/* 	margin: 5px -160px 10px 15px; */
}

/* Teaser rechte Seite*/

#marginal {
	position : absolute;
	top : 135px;
	left : 825px;
	width : 165px;
}

#marginal div {
	background-color: #a7a579;
	margin-bottom: 2em;
	padding: 4px 0;
}
#marginal div p{
	padding: 4px 4px;
	font-size: 10px;
}
#marginal div a{
	color : #600;
	font-size: 10px;
	font-weight: bold;
}
#marginal div a:hover{
	text-decoration: underline;
}
#marginal div img{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
}

#marginal h2 {
	color : #600;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 6px;
	font-size: 12px;
}

/* calender */
#marginal table {
	width : 100%;
	font-size: 11px;
}

#marginal thead th{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	text-align: center;
	color : #600;
	padding: 1px 0;
}

#marginal table td{
	color : #600;
}
#marginal table td.days{
	padding-top: 4px;
	font-weight: bold;
}

#marginal table td{
	padding: 2px 0 0 0;
	text-align: center;
}
#marginal table td a, #marginal table td span {
	text-decoration: none;
	display: block;
	color : #CCC9AE;
}
#marginal table td a.event {
	font-weight: bold;
	color : #600;
}

#marginal table td a:hover{
	background-color: #d7d6c2;
	text-decoration: none;
	
}

#content .noentry {
	margin: 1em 0 6em 0;
}

#content .navigation-tage {
	height : 2em;
	margin-top: 10px;
}

#content .navigation-tage li{
	float : left;
	width : 50%;
	background-color: #ccc9ae;
	padding: 2px 0 4px 0;
}
#content .navigation-tage li.next{
	text-align: right;
}

#content .navigation-tage a{
	color : #600;
	padding : 0 5px;
}

#content .navigation-tage a:hover{
	text-decoration: underline;
}

/* Partner */

#partner #content {
	padding-right: 0.5em;
}
#partner #content h3{
	float : left;
	margin-top: 10px;
	width : 220px;
	clear : none;
}

#content .partner {
	clear : both;
	margin-bottom: 1em;
}

#content .partner .image {
	clear:both;
	display:inline;
	float:left;
	margin:5px 10px 10px 0;
	width:210px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
#content .partner p.image img {
	clear:both;
	float : none;
	display: inline;
	margin: 10px 10px;
	padding: 0;
	width:auto;
	text-align: center;
}

/* ##gallery */

.imagegallery {
	width : 550px;
	margin-right: -150px;
}

body .imagegallery li{
	display: inline;
	padding: 10px 15px 10px 0;
	line-height : auto;
	
}
.imagegallery li, .imagegallery li a {
/* 			line-height: 140px; */
}
.imagegallery li img{
	display: inline;
	padding-bottom: 15px;
}


