/* ***************************** 
Author: Daniel Stehle
E-Mail: dani@glecklesbender.de
Date  : SEP-30-2012
******************************** */

body {
	background: #ede5e5 url(../images/bgnz.png) repeat 0 top;
	font-size: 0.8em;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}

a, a:link, a:visited {
	color: #376e41;
	
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-size: 2em; 
	font-weight: normal;
 }

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {	
	font-size: 1.3em;	
	font-weight: normal;
	color:#564b47;
}

h4 {	
	font-size: 1.0em;	
	font-weight: bold;  
	text-decoration: none;
	color:#564b47;
}

img, img:link, img:hover {	
	border: 0px #ffffff;
}

img.download {	
	vertical-align: middle;
}

small {
	font-size: 0.8em;
}

/* ----------container zentriert das layout und enthaelt den linken navigations hintergrund -------------- */
#container {	
	min-width: 920px;	
	max-width: 1024px; /*max-width: 1230px;*/
	margin: 0 auto;	
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0px;	
	overflow: hidden;
    border-radius: 10px;         /* CSS3 */
    -moz-border-radius: 10px;    /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px;  /* Konqueror */
	box-shadow: 0px 4px 10px 4px #666;
}

#container_left {
	margin: 0 auto;	
	padding: 0px;	
	background: #ffffff url(../images/container_left_bg_300.png) repeat-y 0 top;
}

#container_right {
	margin: 0 auto;	
	padding: 0px;
	background-image:url('../images/container_right_bg_300.png');	
	background-repeat:repeat-y;	
	background-position:top right;
}

/* --------------------header------------------------ */
#header {	
	position:relative;	
	margin: 0 auto;	
	padding: 0;
	/*border: 2px solid #00FF00;*/
	background-color: #ffffff;	
	background-repeat: repeat-y;
	/*background-position: top right;*/


}

#headerlogo {	
	float: left;
}

#headerlogo img {
	display: block;
}

#headerimage {
	float: right;
}

#headerimage img {
	display: block;
}

#headertitle {	
	position: absolute;	
	top:30px;
	left:200px;
	max-width: 200px;
	font-size: 20px;	
	font-weight: bold;	
	color: #376e41;	
	text-align: center;
}

/* ---------------breadcrumbs------------------- */
#breadcrumb {
	margin: 0;
	padding: 5px 0px 5px 10px;
	/*padding: 5px;*/
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	background-color: #376e41;
}

.breadcrumbs span{
	color: #f3d64e;
}

a.pathway:link, a.pathway:visited {	
	color: #f3d64e;	text-decoration: none;
}
a.pathway:hover {
	color: #f3d64e;
	text-decoration: underline;
}

/* -----------------Old Browser Warning--------------------- */
#oldbrowser {	
	padding: 25px 35px 5px 35px;	
	margin: 0 15em;
}

#oldbrowser_border {	
	padding: 2px 2px 2px 2px;	
	background-color: #bf7844;
}

#oldbrowser_warning {
	padding: 5px 5px 5px 5px;	
	font-size: 1.0em;	
	font-weight: bold;	
	color: #bf7844;	
	background-color: #ffedc9;
}

#oldbrowser a {
	color: #bf7844; 
}

#oldbrowser a:visited {
	color:#bf7844;
}

#oldbrowser a:hover, #oldbrowser a:active  {
	color: #000000;
}




/* -----------------Content--------------------- */
#content {
	text-align: left;

	min-height: 500px;
	height: auto !important;
	padding: 25px 20px 5px 20px;
	margin: 0 18em;
}

/* Veroeffentlicht am ... */
#content .published {
	font-size: 0.8em;
}

/* [Print, PDF, Email] Button im Artikel */
#content ul.actions {
    list-style: none;
    float: right;
}
.actions li {
    float: left;
    margin-left: 5px;
}



#content ul, #content ol{
    padding-left: 30px;
    
}



/* Pagination */
div.pagination {
 text-align: center;
}
div.pagination ul {
    list-style: none;    
}
div.pagination ul li {
	display: inline;
    margin-left: 5px;
}


#content .item-page {
	padding-bottom: 20px;
}

#content .items-leading  h2, #content .item-page h2, #archiv-items h2{
	font-weight: bold;
	color: #376e41;
}

#content .items-row h2 {
	font-weight: bold;
	color: #376e41;
	padding: 30px 0px 0px 0px;
}

#content .item-page h3 {	
	padding: 20px 0 0 0px;
}

#content .item-page h4 {	
	padding: 10px 0 0 10px;
}

p, pre {	
	padding: 10px;
	margin: 0;	
}

/* content | archiv */
#archive-items h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #376e41;
}

#archive-items li{
	padding-top: 10px;
	padding-bottom: 5px;
}


/* left navigavtion */
#left {
	float: left;
	width: 195px;
	margin: 0;
	padding: 15px 0px 0px 0px;
	color:#376e41;
}

#left h3 {
	color: #ffffff;
	background-image:url(../images/h3_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	height: 38px;
	font-size: 1.2em;
	font-weight: bold;
}

/* left navigation | ebene-1 */
#left ul.menu {
	list-style-type: none;
	padding: 0 0 0 45px;
	margin: 0;
	text-align: left;
}

#left  ul.menu li {
	margin: 0;
	padding: 0 0 4px 0;
}

#left  ul.menu li a {
	font-size: 1.2em;	
	text-decoration: none;
	color: #376e41;
}

#left  ul.menu li a:hover {
	color: #000000;
}

#left ul.menu li.current.active a{
	text-decoration:none;
	font-weight: bold;
	color: #376e41;
}

/* left navigation | ebene-2 */
#left ul.menu li ul{
	list-style-type: disc;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}

#left ul.menu li ul li a {
	font-size: 1.0em;
	font-weight: normal;
	color: #376e41;
}

#left ul.menu li ul li.current.active a {
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: underline;
	color: #376e41;
}

#left li.active.deeper.parent a {
	text-decoration:none;
	font-weight: bold;
	color: #376e41;
}


/* left navigation | RSS-Feed */
#left .moduletable_feed {
	padding: 20px 0 0 14px;
	text-align: left;
}

#left .moduletable_feed a {
	text-decoration: none;
}

#left .moduletable_feed img, #left .moduletable_feed span{
	vertical-align: middle;
}

/* --------------right navigavtion------------- */
#right {
	float: right;
	width: 190px;
	margin: 0;
	padding: 15px 0px 0px 0px;
	color:#ffffff;
}

#right h2 {
	font-size: 1.2em;
	color: #376e41;
}

#right h3 {
	color: #ffffff;	
	background-image:url(../images/h3_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	height: 38px;
	font-size: 1.2em;
	font-weight: bold;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	padding: 5px;
	margin: 0;
	font-size: 0.8em;
	color: #ffffff;
	text-align: center;
	background-color: #376e41;
	
	
	

	
	

}

#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #f3d64e;
	text-decoration: underline;
}


/* -----------------Phoca Guestbook--------------------- */


#phocaguestbook h4 a, #phocaguestbook h4 a:visited {
	color: #000000;	
	text-decoration: none;
}

#phocaguestbook h4 a:hover, #phocaguestbook h4 a:active {
	color: #f3d64e;	
	text-decoration: underline;
}



/* -----------------T3EventManager--------------------- */
#t3eventmanager a, #t3eventmanager a:visited {
	/*color: #376e41;*/
	color: #564b47;	
	text-decoration: none;
}

#t3eventmanager a:hover, #t3eventmanager a:active {
	color: #376e41;	
	text-decoration: underline;
}



/* -----------------NZTermine--------------------- */
#nztermine-title {
   font-weight: bold;
   font-size: 1.6em;
   color: #376e41;
}

#nztermine th {
   border-bottom: 1px solid;
   height: 25px;
   text-align: left;
   padding-left: 5px;
   padding-top: 20px;
}

.nztermine-nextevent {
   font-weight: bold;
   background-color: #ffc0c0;
}



.nztermine-th-1 {
   /*border-right: 1px solid;*/

   font-weight:  bold;
}

.nztermine-th-2 {
   /*border-right: 1px solid;*/

   font-weight:  bold;
}

.nztermine-th-3 {
   font-weight:  bold;
}

#nztermine .row0 {
   /* background-color: #c8d6cb; */   
   border-bottom: 1px solid;
}

#nztermine .row1 {
   /* background-color: #769b7c; */
   border-bottom: 1px solid;   
}

.nztermine-lastupdate {
   font-size:  0.8em;
   font-style: italic;
   text-align: left;
}

#nztermine pre {
   font-size:  0.9em;
   font-style: italic;
   text-align: left;
   white-space: pre-wrap;
   
   /*word-wrap: break-word;*/
}

.nztermine-event-comment pre {
   /*padding-top:  5px;
   padding-left: 3px;
   padding-bottom: 5px;*/
   
   padding: 4px 0px 3px 4px;
   
}

.nztermine-event-details pre {
   /*padding: 0px 0px 4px 4px;*/
  padding: 0px;   
}



#nztermine td {
   padding-top:  10px;
   padding-left:  5px;
}

#nztermine-title {
   padding-bottom: 15px
}

#nztermine-details {
   /*padding: 0px 0px 50px 0px;*/
  padding-bottom: 20px;
}



.nztermine-event-title {
   font-weight: bold;
}

.nztermine-event-title a {
    background:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATElEQVQY02NkQAPmeY7/GYgB2BSa5zn+ZyJWMQs2wZOT9jPi1Y2uCcZHsdo8z/E/sknIinCaaJ7n+B/DSfisQxZnIsojDAwMLMQGMgA5PCxF8w4WMwAAAABJRU5ErkJggg==') no-repeat right center transparent;
    font-weight:   bold;
    padding-right: 13px;
}




/* Admin */
.nztermine-admin-event-title a {
    background:    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAATElEQVQY02NkQANmUev/MxADsCk0i1r/n4lYxSzYBE8tC2TEqxtdE4yPYrVZ1Pr/yCYhK8JpolnU+v8YTsJnHbI4E1EeYWBgYCE2kAEA3DIueU4BAwAAAABJRU5ErkJggg==') no-repeat right center transparent;
    padding-right: 13px;
}

