@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0 }

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url('/images/bgr.jpg') repeat-x;
}

a, a:focus, a:hover, a:active {
   outline: none;
}

div#wrapper{
	width:800px;
	padding:0 10px;
	background:url('/images/rand_links.png') no-repeat;
	margin:0 auto;
	position:relative
}
div#borderR{
	position:absolute;
	right:0;
	background:url('/images/rand_rechts.png') no-repeat top right;
	height:400px;
	width:10px
}
div#header{
	position:relative;
}
div#header #logo{
	position:absolute;
	bottom:35px;
	left:35px
}
div#header #logo a img{
	border:0px
}
div#navigation{
	width:800px;
	height:40px;
	font-size:0.9em
}
div#content{
	padding:50px 0 30px 37px;
	background-color:#fff
}
div#content table{
	width:650px;
	margin:0;
	padding:0
}
div#content a{
	text-decoration:none;
	color:#a5c86f;
	font-weight:bold
}
div#content a:hover{
	background-color:#ddecc7
}
div#content h2{
	color: #a5c86f;
	font-size:16px
}
div#content h3{
	font-size:14px;
	font-weight-bold
}
div#content h4{
	color: #a5c86f;
	padding-bottom:10px
}
div#content div.floatRow,
div#content div.oneRow{
	padding:23px 30px 0 0;
	font-size:14px;
	color:#888;
	line-height:20px
}
div#content div.floatRow{
	float:left
}
div#content td.refRow{
	padding:10px 10px 0 0;
	font-size:14px;
	line-height:20px;
	color:#888;
	vertical-align:top
}
div#content td.refImages{
	width:250px;
	float:left;
	padding:10px 30px 0 0;
	font-size:14px;
	color:#888;
	line-height:20px
}
div#content div.refTitle{
	padding:0;
	font-size:14px;
	line-height:20px;
	font-style:italic
}
div#content div.refText{
	padding:0 30px 0 0;
	font-size:14px;
	line-height:20px
}
div#content div.twoRow{
	width:351px;
	float:left;
	padding:23px 30px 0 0;
	font-size:14px;
	color:#888;
	line-height:20px
}
div#content div.twoRowStart{
	width:260px;
	float:left;
	padding:23px 30px 0 0;
	font-size:14px;
	color:#888;
	line-height:20px;
	text-align:justify
}
div#content div.threeRow{
	width:225px;
	float:left;
	padding:23px 30px 0 0;
	font-size:14px;
	color:#888;
	line-height:20px
}

div#content div.lastRow{
	width:223px
}

div#content div.angImage{
	margin:0 10px 10px 0;
	font-size:11px;
	float:left;
	width:175px
}
div#content div.angImage a.grundrisse{
	float:left
}
div#content div.angImage a.expose{
	float:right
}
div#content div.angImage a.image{
	display:inline
}
div#content div.angImage a.image img{
	display:block;
	padding:10px;
	background-color:#eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid #ccc;
	background-repeat:no-repeat
}
div#content a.refImage{
	display:block; float:left
}
div#content a.refImage img{
	border:none;
	margin:0 10px 10px 0;
	padding:10px;
	background-color:#eee;
	background-image:url(../images/refBorder.gif);
	background-repeat:no-repeat
}
div#content a.even img{
	margin-right:0
}
div#content div.refElem{
	border-bottom:1px solid #96989b;
	padding-bottom:30px
}
div#content div.accElem a:hover{
	background-color:#fff
}
div#content p{
	padding-bottom:15px
}

div#content div#errorBox{
	font-size:12px;
	color:#ff0000
}
div#content div#errorBox p{
	padding:0;
	margin:0
}

div#accordion h3{
	font-size:14px;
	padding:5px 0;
	border-top:1px solid #ccc
}
div#accordion h3 a{
	text-decoration:none;
	font-size:inherit;
	margin-left:10px;
	color:#888
}
div#accordion h3 span{
	display:block
}
div#accordion h3,
div#accordion h3 a:active,
div#accordion h3 a:focus{
	outline:none;
}
div#accordion h3 a:hover{
	background-color:#eee
}
div#accordion div.accElem{
	position:relative;
	padding:5px 25px 15px 26px
}
div#accordion div.accElem p{
	width:400px
}
div#accordion div.accElem img{
	float:right
}
div#accordion div.accElem img.badge{
	position:absolute;
	top:0;
	right:60px;
	float:none
}
div#accordion span.pfeilRechts{
	background-image:url(../images/pfeilRechts.gif);
	background-repeat:no-repeat;
	height:11px;
	width:11px;
	margin:5px 0 0 5px;
	float:left
}
div#accordion span.pfeilUnten{
	background-image:url(../images/pfeilUnten.gif);
	background-repeat:no-repeat;
	height:11px;
	width:11px;
	margin:5px 0 0 5px;
	float:left
}	
div#accordion h3.ui-accordion-header{
	background-color:#eee
}
div#accordion h3.ui-state-active{
	background-color:#fff
}
div#accordion h3.ui-state-active a:hover{
	background-color:#fff
}

form#contactForm input{
	padding:3px 3px
}

div#map{
	margin-top:38px;
	border:1px solid #888;
	width:330px;
	height:280px
}

div#news{
	float:left;
	width:168px;
	color:#888;
	font-size:12px;
	padding:23px 0 0 15px
}

div#news h3{
	color:#a5c86f;
	text-transform:uppercase
}

div#news p.date{
	padding-bottom:5px;
	font-weight:bold
}

div#news ul{
	list-style:none;
	border-top:1px solid #ccc;
	margin-top:5px
}

div#news ul li{
	border-bottom:1px solid #ccc;
	padding: 10px 0
}

div#footer{
	padding-top:15px;
	background:url(/images/footerbar.gif) top repeat-x
}

div#footer ul{
	list-style:none;
	padding: 15px 0;
	width:800px;
	text-align:right
}

div#footer ul li{
	display:inline;
	padding:0 20px
}

div#footer ul li a{
	color:#888;
	font-weight:bold;
	font-size:12px;
	text-decoration:none
}

div#copyright{
	color:#ccc;
	font-size:12px;
	width:800px;
	text-align:center;
	padding:30px 0
}
div#copyright a{
	color:#ccc;
	text-decoration:none
}


ul.dropdown{
	list-style:none;
	margin:0;
	padding:0 0 0 15px;
	color:#FFFFFF
}
ul.dropdown li{
	height:40px;
	line-height:40px;
	padding:0 25px
}
ul.dropdown a{
	text-decoration:none
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; background-image:url(/images/navibgr.jpg); background-repeat:repeat-x; 		height:40px; }
ul.dropdown li                      { color:#888; float: left; zoom: 1 }
ul.dropdown li.active               { background-image:url(/images/navibgr_active.jpg); background-repeat:repeat-x; }
ul.dropdown li a                    { line-height:40px; color: #ccc }
ul.dropdown li.active a,
ul.dropdown li.active a:hover       { color: #fff }
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #a5c86f; position: relative; }
ul.dropdown a:hover		            { color: #a5c86f; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ list-style:none; width: 220px; visibility: hidden; position: absolute; top: 100%; left:15px }
ul.dropdown ul li 					{ font-size: 0.8em; padding-left:10px; font-weight: normal; background: #eee; color: #888; 
									  border-bottom: 1px solid #888; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a,
ul.dropdown li.active ul li a		{ color:#888; border-right: none; width: 100%; display: inline-block; } 
ul.dropdown li.active ul li a:hover { color: #a5c86f }
ul.dropdown ul li:last-child		{ border-bottom:none }
/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

div.breaker{
	clear:both
}

.highlight{
	color:#a5c86f;
	font-weight:bold
}

div.errorBox{
	padding-bottom:15px;
	color:#ff0000
}
div.messageBox{
	padding-bottom:15px
}