/*********************************
PPJ : Master CSS

***********************************/

html {
	
}


body {
	background-repeat: repeat-y;
	background-image:url(../images/back.png);
	background-color: #eef8fd;
	font: 11px/1.7 "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", Verdana, Helvetica, sans-serif;
	color: #191919;
}

/* @group HTML Elemente */

a {
	text-decoration: none;
	color: #e02e2a;
	font-size: 11px;
}

a:hover {

	color: #e56502;
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px
}

h1, h2, h3, h4, h5, h6 {
	color: #504707;
	margin-bottom: 8px;
}

h1 {
	font-size: 15px
}

h2 {
	font-size: 14px
}

h3 {
	font-size: 13px
}

h4 {
	font-size: 12px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 12px
}

ol {
	list-style: decimal
}

ul {
	list-style: disc
}

li {
	margin-left: 30px
}

/* @end */

/* @group Seitenbereiche */

.status {
	background: url(../images/back_statuszeile.png) no-repeat;
	height: 34px;
}

.statuszeile {
	padding-top: 6px;
	padding-left: 35px;
	color: #006ab3;
	font-weight: bold;
}

.statuszeile li, .statuszeile ul {
	list-style-type: square;
	display: inline;
	margin:0px;
	padding: 0 8px 0px 0;
}

.rex-breadcrumb a {
	border-right: 1px solid silver;
	padding-right: 8px;
}

.content {
	padding-top: 33px;
	padding-left: 35px;
	
	width: 470px;
	padding-bottom: 60px;
}



.marginalspalte {
	padding-top: 33px;
	padding-left: 4px;
	padding-right: 14px;
	font-size: 11px;
	color: #5d5e5e;
}

.marginalspalte p {
	margin-bottom: 10px;
}

.marginalspalte h1, .marginalspalte h2, .marginalspalte h3, .marginalspalte h4 {
	font-size: 12px;
	line-height: 1.5em;
}


.banner {
	height: 183px;
}



/* @end */

/* @group Content */

.cont_klinke {
	font-size: 12px;
	border-bottom: 1px solid #adaeae;
	color: #747474;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}

.cont_bild {
	margin-bottom: 12px;
}

.cont_bild em {
	padding-top: 8px;
	margin-bottom: 12px;
	font-size: 11px;
	color: #6d6d6d;
	display: block;
}

.sep {
	border-top: 1px solid #adaeae;
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
}
/* Download */

.download td {
	vertical-align: top;
	padding-right: 12px;
}

a.download-link {
	color: #ea5c17;
	text-decoration: none;
	font-weight: bold;
}

.divdownload {
	margin-bottom: 10px;
}

.wyswigbild {
	float: right;
	margin-left: 8px;
	margin-bottom: 6px;
}

.marginalspalte .content_wyswyg strong {
	color: #903e00;
}

.subnavigation {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #647077;
	text-decoration: none;
	margin-top:8px;
	
}

.subnavigation a {
	font: 10px Arial, Helvetica, Geneva, sans-serif;
	color: #647077;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}

.news_block {
	border-bottom: 1px solid silver;
	margin-bottom: 15px;
}
.news_top {
	color:#555;
}

.searchform {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	margin-bottom: 25px;
}

.timeline {
	display: block;
	font-size: 10px;
	color: gray;
	margin-top: 45px;
	padding-top: 6px;
	border-top: 1px dotted silver;
	text-align: right;
}

/* @end */

/* @group Navigation */

/* Navigation *************************/

/*Abstand Kontakt*/
#rex-article-6 {
	margin-top: 10px !important;
}

#rex-article-42 {
	 margin-bottom: 10px !important;
}


#nav {
	width: 220px;
	display:block;
}

#nav li {
	margin: 0;
	padding:0;
}

#nav a {
	text-decoration: none;
	font-size: 11px;
}



#nav ul.rex-navi1 { padding:0px 0px;  }


/* ### nav1st - first level navigation ######################################## */

ul.rex-navi1 {
	padding:0px 0px;
}

ul.rex-navi1 li {
	display: block !important;
	padding:0px 0;
	color:#37444f;
	font-weight: normal;
	font-style: normal;
}

ul.rex-navi1 a {
	display: block !important;
	color:white;
	padding: 6px 0 6px 20px;
	background-color: #b5af83;
	margin-bottom: 3px;
	background:  #b5af83 url(../images/nav_back1.png) no-repeat 200px;
}

ul.rex-navi1 a:hover, 
ul.rex-navi1 li a.rex-active, 
ul.rex-navi1 li a.rex-current {
	color:#fff;
	background: #e4312c url(../images/nav_back1_aktiv.png) no-repeat 200px;
}



/* ### nav2nd - second level navigation ######################################### */

ul.rex-navi2 {
	margin: 0;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

ul.rex-navi2 li {
	display: block !important;
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	
}


ul.rex-navi2 a {
	display: block !important;
	color: #6a6143;
	padding: 6px 0 6px 20px;
	background-color: white;
	margin-bottom: 3px;
	background: white url(../images/nav_back2.png) no-repeat 200px;
}

ul.rex-navi2 a, 
ul.rex-navi2 a:hover, 
ul.rex-navi2 li a.rex-active, 
ul.rex-navi2 li a.rex-current {
	display:block !important;
	
}


ul.rex-navi2 a:hover, 
ul.rex-navi2 li a.rex-active, 
ul.rex-navi2 li a.rex-current {
	background: #efefef url(../images/nav_back2_aktiv.png) no-repeat 200px;
	color: #e4312c;
	
}

ul.rex-navi2 li a.rex-active, 
ul.rex-navi2 li a.rex-current {
	background: #efefef url(../images/nav_back2_aktiv.png) no-repeat 200px;
	color: #e4312c;
}

/* News und Termine */
.picture {
	float:right;
	margin:0px 0px 2px 10px;
}

ul.rex-navi3 a {
	display: block !important;
	color: #6a6143;
	background-color: white;
	margin-bottom: 3px;
	background: white url(../images/nav_back2.png) no-repeat 188px;
	border-left: 12px solid #efefef;
}

ul.rex-navi3 a, 
ul.rex-navi3 a:hover, 
ul.rex-navi3 li a.rex-active, 
ul.rex-navi3 li a.rex-current {
	display:block !important;
	
}


ul.rex-navi3 a:hover, 
ul.rex-navi3 li a.rex-active, 
ul.rex-navi3 li a.rex-current {
	background: #efefef url(../images/nav_back2_aktiv.png) no-repeat 188px;
	color: #e4312c;
	border-left: 12px solid silver;
	
}


/* @end */


/* Slideshow */

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:97px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#content input {
	border: 1px solid #9d9d9d;
	padding: 3px;
	font-size: 100%;
}

#content textarea {
	width: 400px;
	border: 1px solid #9d9d9d;
	padding: 3px;
	font-size: 100%;
	margin-bottom: 20px;
}


label {
display: block;
}

/*Events*/
.no-border {
	border-left:none;
	/*0px solid #d4d4d4*/
}
.event_form {
	margin:10px 0px 40px 0px;
}

.event_form .text {
	border:1px solid #9d9d9d;
	padding:3px;
	width:190px;
}
.event_form .text.def {
	color:#888;
	font-style:italic;
}
.event_form .date_select {
	margin:10px 0px 15px 0px;
}
.date_select select {
	border:1px solid #9d9d9d;
}
.date_select .month1, .date_select .month2 {
	width:90px;
}
.date_select .month2 {
	margin-left:10px;
}
.date_select .year {
	display:inline-block;
	margin:15px 0px 0px 0px;
	width:196px;
}
.event_form .submit {
	border:1px solid #9d9d9d;
	padding:3px 6px;
	width:110px;
}
.event_form .buttons {
	margin:10px 0px;
}


.search_form {
	margin:0px 0px 20px 0px;
}
#content .search_form .reset {
	font-weight:normal;
	display:inline-block;
	margin:4px 0px;
}
.event {
	margin:10px 5px 20px 2px;
	padding-top:5px;
	border-top:1px solid #ddd;
}
.event.first {
	border:none;
}
.event .when {
	margin:4px 0px;
}
.event .location {
	font-weight:normal;
	margin:0px 0px 4px 0px;
	color:#555;
}
.event .pict {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.event .firma {
	font-weight:bold;
	color:#555;
}
.event a.more_link {
	display:inline-block;
	font-weight:normal;
}
.event a.more_link.open {
	font-weight:bold;
}

.pp_events h6 {
	margin-top:30px;
}
.pp_events h6.city {
	margin-top:10px;
}
.pp_events h6.dt {
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin-bottom:20px;
}
.event h3 {
	font-weight:bold;
}
.event h3 a {
	color:#E02E2A;
}
.event h3 a:hover {
	color:#E02E2A;
}


/* --- | Gruppenleiste oben | ------------------------------*/

div#grouphead {
	margin: 0;
	padding: 0;
	background-color: #6e6e6e;
	clear: both;
	height:24px;
	border-bottom: 1px solid white;
	width: 990px;
	font: 11px Verdana, Arial, sans-serif;
}

ul#grouplinks  {
	margin: 0;
	list-style-type: none;
	height:24px;
	overflow:hidden;
}

ul#grouplinks li {
	margin: 0 !important;
	float:left;
	padding: 4px 18px 4px;
	border-right: 1px solid #cdcdcd;
	color: white;
	height:24px;
}

ul#grouplinks li a {
	color: white;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 !important;
	text-decoration: none;
}

ul#grouplinks li a:hover {
	color: #fc9722;
}

li.glstart {
	background-color: #d92a25;
	font-style: italic;
	width: 184px;
	text-align: right;
}

li.glaktiv {
	background-color: #af653c;
}


.REXCAL_block {margin-bottom: 15px}
.REXCAL_block p {margin-bottom: 6px}

th.ortberaterliste {
	text-align: left;
	color: #504707;
	border-bottom: 1px solid #CCC;
	padding-top: 20px;
	font-size: 12px;
}

.dcenter {
	text-transform: uppercase;
	color: #504707;
	font-weight: bold;
}


