/*********************************
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;
}

