/* -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
   Chris Weinmann - Grafikbuero GEBHARD|UHL, Freiburg    
   http://www.gebharduhl.de   Copyright (c) 2009 GEBHARD|UHL
   -----------------------------------------------------------------------------
   -----------------------------------------------------------------------------
*/
/*----------------Eric Meyer reset-------------*/
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------Eric Meyer reset [End]-------------*/

/*----------------General Rules-------------*/
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.alt {
	display: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
html {
	background: #d8d8d8 url(../images/html_bg.png) top center repeat-x;: 
}
body {
	background: transparent url(../images/body_bg.png) top center repeat-x;
	font-family: "Verdana",Verdana, Arial, Geneva, sans-serif;
	font-size:13px;
}

/*----------------General Rules [End]-------------*/

/*----------------General Layout-------------*/
#wrapper {
	width:960px;
	margin: 0 auto;
	text-align: left;
	height:100%;
	padding-bottom:100px;

	background: transparent url(../images/contentContainer_bg.png) center 150px  no-repeat;
}
#contentContainer {
	background: transparent url(../images/wrapper_bg.gif) center 50px repeat-y;
}
#contentLeft{
	float:left;
	display: block;
	width:185px;
	min-height:300px;
	height:100%;
	padding:60px 20px 20px 20px;
	background: transparent url(../images/contentContainer_bg.png) top left no-repeat;
}
#contentMiddle{
	float:left;
	display: block;
	width:480px;
	min-height:300px;
	padding:55px 30px 20px 30px
}
#contentRight{
	float:left;
	display: block;
	width:155px;
	min-height:300px;
	padding:60px 20px 20px 20px;
	background: transparent url(../images/contentContainer_bg.png) top right no-repeat;

}
/*----------------General Layout [End]-------------*/

/*----------------Header-------------*/
#header {
	display: block;
	height:150px;
	width:960px;
	background: transparent url(../images/header.png) top center no-repeat;
	
}
#header h1 a{
	display: block;
	height:95px;
	width:195px;
}
#serviceNav {
	position: absolute;
	top:44px;
	width: 950px;
	text-align: right;
}
#serviceNav p{
	font-size:11px;
	color:#939292;
}
#serviceNav a{
	color:#939292;
}
/*----------------Header [End]-------------*/

/*----------------Navigation-------------*/
/*--Main Nav--*/
#mainNav {
	display:block;
	height:24px;
	position: absolute;
	top:93px;
	margin-left:330px;
}
#mainNav ul{
	list-style: none;
}
#mainNav ul li {
	display:block;
	float:left;
	line-height:24px;
}
#mainNav ul li.last{
	margin-right:0;
}
#mainNav ul li a{
	text-decoration:none;
	color:#fff;
	font-size:12px;
	display:block;
	margin-right:10px;
	padding:0 5px;
}
#mainNav ul li a:hover, #mainNav ul li a.active {
	border-bottom:3px solid #ffffff;
}
/*--Main Nav[End]--*/

/*--Sub Nav--*/
#subNav {

}
#subNav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#subNav li {
	display:block;
	line-height:22px;
	margin-right:5px;
	margin-bottom:8px;
}
#subNav li a {
	display:block;
	font-size:13px;
	font-weight:normal;
	width:170px;
    
    /* 
	    AS 16.03.2010 
	    height -> min-height falls menüpunkte umbrechen
	    height:30px;
    */
	min-height:30px;
	
	padding-left:0px;
	text-decoration:none;
	padding: 0 5px;
}
#subNav li a:hover {
	background-color:#fff;
	color:#ee8514;
}
#subNav li a.active {
	background-color:#fff;
	color:#000;
}
/*--Sub Nav[End]--*/
/*----------------Navigation [End]-------------*/

/*----------------BreadCrumb-------------*/
#breadCrumb {
	height:22px;
}
#breadCrumb p{
	line-height:22px;
	font-size: 11px;
	text-transform: uppercase;
	color:#535353;
}
#breadCrumb a {
	color:#2b4680;
	text-decoration: none;
}
/*----------------BreadCrumb [End]-------------*/

/*----------------Sidebar-------------*/
div.moodRight {
	background:transparent url(../images/mood_right.jpg) top left no-repeat;
	min-height:300px;
}
/*----------------Sidebar [End]-------------*/

/*----------------Footer-------------*/
#footer {
	text-align:right;
	background-color: #fff;
	padding:5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
#footer p a{
	color:#ee8514;
	margin-left:20px;
	font-size:11px;
}
/*----------------Footer [End]-------------*/

/*----------------News-------------*/
/*--Latest--*/
#contentLeft .latest-news-item {
	margin-bottom: 20px;
	border-bottom:1px dotted;
	padding-bottom:15px;
}
#contentLeft .latest-news-item p.latest-news-date {
	line-height:16px;
	background-color:#c5590f;
	color:#fff;
	padding:2px;
}
#contentLeft .latest-news-item p.latest-news-heading a{
	color: #B2300B;
}
#contentRight .latest-news-item {
	margin-bottom: 20px;
	border-bottom:1px dotted;
	padding-bottom:15px;
}
#contentRight .latest-news-item p.latest-news-date {
	line-height:16px;
	background-color:#c5590f;
	color:#fff;
	padding:2px;
}
#contentRight .latest-news-item p.latest-news-heading a{
	color: #B2300B;
}
/*--Latest [End]--*/

/*--List--*/

/*--List [End]--*/

/*----------------News [End]-------------*/

/*----------------Accordion-------------*/
#contentMiddle h3.ui-accordion-header {
	background-color:#B2300B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:3px 23px;
	color:#fff;
	line-height: normal;
}
#contentMiddle h3.ui-accordion-header a{
	color:#fff;
	text-decoration: none;
}
#contentMiddle h3.ui-state-default {
	background: #B2300B url(../images/plus.gif) center left no-repeat;
	vertical-align: middle;
}
#contentMiddle h3.ui-state-active {
	background: #B2300B url(../images/minus.gif) center left no-repeat;
	vertical-align: middle;
}
div.ui-accordion-content {
	padding:0 10px 0 10px;
}

/*----------------Accordion [End]-------------*/

/*----------------Glossary-------------*/
div.glossaryFormLabel {
	font-size:16px;
	font-family: "Arial Narrow", "Arial",sans-serif;	font-weight:bold;
	color:#535353;
	margin-bottom:10px;
	line-height: normal;
	
}
#contentMiddle p.glossaryFormLabel {
	display: none;
}
#glossaryCharList {
	background-color:#f8cea1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top:10px;
}

input.submit,
input.button {
	margin-top:10px;
	vertical-align: middle;
	padding:5px;
}

input.button {
  margin-top:20px;
}

table.search  {
	background-color: transparent !important;
}
table.search select {
	width:180px;
}
/*----------------Glossary [End]-------------*/

/*----------------Gallery-------------*/
div.galleryItemText {
	font-size:13px;
	color:#000;
	line-height: normal;
	font-family: "Arial Narrow", "Arial" ,sans-serif;
}
/*----------------Gallery [End]-------------*/
div.editorCaption {
	margin-top:3px;
	font-size:12px;
}
div.editorCaption label{
	font-size:14px;
	color:#000;
	line-height: 22px;
	font-family: "Arial Narrow", "Arial" ,sans-serif;
	text-indent: 15px;
	margin-left:3px;
	font-weight: normal;
}
td label {
	font-size:16px;
	font-family: "Arial Narrow", "Arial",sans-serif;	font-weight:bold;
	color:#535353;
	margin-top:20px;
	line-height: 27px;
}

div #eventsFilter label{
	font-size:16px;
	font-family: "Arial Narrow", "Arial",sans-serif;	font-weight:bold;
	color:#535353;
	margin-bottom:20px;
	line-height: 27px;
}
#contentMiddle span.event {
	display: block;
	background-color:#f8cea1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px 10px;
	margin-top:10px;
}
#contentMiddle span.event p{
	margin: 5px 0 0 0;
}
div #socialBookmarks {
	margin-top:-20px;
}
#events strong {
	font-size:22px;
	font-family: "Arial Narrow", "Arial" ,sans-serif;
	font-weight:bold;
	color:#b2300b;
	margin-bottom:25px;
}
#events table {
	margin-top:25px;
}
#events input.wideField, #events select.catField, #events textarea.wideField {
	margin-top:3px;
}
#events input.defField, #events select.wideField {
	margin-right:5px;
	margin-bottom:7px;
}
#events span.editorCaption {
	margin-top:3px;
	margin-bottom:3px;
	font-size:12px;
	margin-right:5px;
	line-height:normal;
}
/*----------------Content Typography-------------*/
#contentLeft h2, #contentRight h2 {
	font-size:13px;
	font-weight:bold;
	color:#fff;
	margin-bottom:25px;
	text-transform: uppercase;
	text-shadow: #c0c0c0 3px 3px 5px;
}
#contentLeft p {
	font-size:11px;
	color:#000;
	line-height: 22px;
}
#contentRight p {
	font-size:13px;
	color:#000;
	line-height: 22px;
	font-family: "Arial Narrow", "Arial" ,sans-serif;

}
#contentMiddle h2 {
	font-size:22px;
	font-family: "Arial Narrow", "Arial" ,sans-serif;
	font-weight:bold;
	color:#b2300b;
	margin-bottom:25px;
}
#contentMiddle h3 {
	font-size:16px;
	font-family: "Arial Narrow", "Arial",sans-serif;	font-weight:bold;
	color:#535353;
	margin-bottom:20px;
	line-height: 27px;
}
.rot {
	color:#b2300b !important;
}
#contentMiddle p {
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
}
#contentMiddle ul {
	font-size:13px;
	color:#000;
	margin-bottom:12px;
	line-height: 22px;
	list-style-type: disc;
	margin-left:15px;
}
#contentMiddle p a, #contentMiddle ul li a{
	color:#ee8514;
	text-decoration: underline;
}
#contentMiddle p a:hover, #contentMiddle ul li a:hover{
	color:#ee8514;
	text-decoration: none;
}
#contentRight p.linkToSearch a{
	background: transparent url(../images/suche_bg.png) top left no-repeat;
	display: block;
	width:155px;
	height:65px;
	margin-bottom:30px;
}
.rot {
	color:#b2300b !important;
}
/*----------------Content Typography [End]-------------*/
