/* allgemeines */ 
body		{
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#8C8C8C;
	background-color:#FFFFFF;
	font-size:100%;
}

/*formulare*/

input {
	font-size:1em;
	color: #8C8C8C;
	padding-left: 5px;
	border: 1px solid #8C8C8C;
}

input.pur {
	border: 0px;
}

html:root input.pur {
	cursor : hand;
	border: 0px;
}

input.pursuche {
	border: 0px;
}

html:root input.pursuche {
	cursor : hand;
	border: 0px;
}

input.purcheck {
	border: 0px;
}

html:root input.purcheck {
	font-size:.9em;
	color:#000000;
}

select {
	font-size:1em;
	color: #8C8C8C;
	border: 1px solid #8C8C8C;
}

html[lang] select {   
	font-size:1.2em;
   border: 0px;
}

html:root select {
	font-size:.9em;
	border: 1px solid #8C8C8C;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #8C8C8C;
	border: 1px #8C8C8C solid;
	overflow: auto;
	clip: rect( );
	position: static;
}

html[lang] textarea {   
	font-size:1.2em;
   border: 0px;
}

html:root textarea {
	font-size:.9em;
	border: 1px solid #8C8C8C;
}

textarea.rand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #8C8C8C;
	border: 1px #8C8C8C solid;
	overflow: auto;
	clip: rect( );
	position: static;
}

html[lang] textarea.rand {   
	font-size:1.4em;
   border: 0px;
}

html:root textarea.rand {
	font-size:.9em;
	border: 1px solid #8C8C8C;
}

 LEGEND {
	color: #197535;
	padding: 10px 10px 10px 10px;
}

FIELDSET {
	padding: 10px 10px 5px 10px;
}

html:root FIELDSET {
	margin-top:15px;
	border:1px dotted;
}

/* grosses foto oben mit hintergrund */ 
#header {
	display:none;
}

/* wrapper für hauptnavigationsleiste */ 
#naviwrap {	
	display:none;
}


/* schriftmenue */ 

#schrift {
	/* width:100%;
	margin-left:-5px;
	padding: 5px 0px 5px 0px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8C;
}

#schrift a {
	color: #8C8C8C;
	text-decoration : none;
	padding: 5px 5px 5px 5px;
}
#schrift a:hover {
	color: #2856AA;
	text-decoration : underline;
}

/* enthält die container tcontent (begruessung) bzw. tsuche (suchfunktion) und trand (highlights) auf der  titelseite */ 
#titelwrap		{
	width: 90%;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .7em;
}

/* begruessung */ 
.tcontent {
	text-align:left;
	line-height:1.5em;
	letter-spacing: .1em;	
}

/* begruessung innen, weil tcontent und padding das Logo verschiebt */ 
.tcontentinnen {
	padding: 33px 10px 10px 5px;
}

.tcontentinnen a {
	color: #8C8C8C;
	text-decoration : underline;
}

/* randspalte */ 
.trand	{
	text-align:left;
	line-height:1.3em;
}

/* rand innen, weil trand und padding im netscape den rand verschieben */ 
.trandhead {
	display:none;
}

.trandheadinfo {
	padding: 17px 10px 0px 10px;
}

.trandheadinfo a {
	text-decoration : none;
}

.trandhead2 {
	display:none;
}

.trandhead3 {
	display:none;
}

.trandtext {
	display:none;
}

.switcher, .switchertitel {
	padding:0;	
}

/* enthält die container events board termine */ 
#zboardwrap		{
	display:none;
}

/* enthält die pinnwandeinträge auf der titelseite bzw. die suche innen */ 
.board {
	display:none;
}

.boardsuche {
	display:none;
}

/* adressabbinder unten*/ 

#zfooter {
	text-align:left;
	border-top:1px solid #197535;
	padding-top: 10px;
	line-height:1.5em;
	letter-spacing:.1em;
}

#zfooter a {
	color:#8C8C8C;
	text-decoration : underline;
}

.footerhead {
	color: #197535;
	letter-spacing:.1em;
	font-variant: uppercase;
}

/* enthält die container zcontent (inhalt)  und zrand (untermenue) und zboard auf den zwischenseiten */ 
#zwischenwrap		{
	width:90%;
	margin:0 auto;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .7em;
}

/* umschliesst  zcontent (inhalt)  und zrand (untermenue) */

#zwrapper {
	padding-top:20px;
}

/* inhalt */ 
#zcontent {
	text-align:left;
	line-height:1.5em;
	letter-spacing: .1em;
	/*padding-right:25px;*/
}

/* randspalte zwischenseite */ 
#zrand	{
	width:30%;
	margin-left:25px;
	padding:15px;
	border:1px dashed #197535;
	float:right;
	line-height:1.3em;
}

#menueinnen {
	display:none;
}

#menuerechts {
	display:none;
}

#menuelinks {
	display:none;
}

#menuerechtsinfo {
	margin-top:25px;
}

#menuelinksinfo {
	margin-top:15px;	
}

#menuerechtsinfo a {
	color:#505050;
}

#menuelinksinfo a {
	color:#505050;
}

.randmenuepunkt {
	height:50px;
}

html[lang] .randmenuepunkt {
	height:auto;
	min-height:50px;
}

html:root .randmenuepunkt {
	height:auto;
	min-height:70px;
}

#bild {
	padding-top:20px;
}

/* sonstige formatierungen */ 

/* versteckt anweisungen für die screenreader vor dem rest der welt */ 
.versteckt {
	display: none;
}

h1 {
	font-size:1.2em;
	color: #505050;
	letter-spacing:.1em;
	margin-top:0px;
	margin-bottom:-.5em;
}

h2 {
	font-size:1em;
	color: #2856AA;
	letter-spacing:.1em;
	margin-top:0px;
	margin-bottom:-.5em;
}

/* bringt die grafik am zeilenanfang auf texthöhe */

.randhead {
	display:none;
}

.randsmall {
	display:none;
}

.randsmallinfo {
	padding: 0px 10px 10px 5px;
	font-size:.95em;
}

.randsmallinfo a {
	color:#8C8C8C;
	text-decoration : underline;
}

/* bringt die grafik in der titelrandspalte neben den text */
.titelpic {
	margin: 0px 5px 0px 0px;
}

.pix {
	margin: 0px 5px 4px 0px;
}

img {	
	border:0px;
}


 a.purelink {
	font-weight:normal;
	text-decoration:none;
	border-bottom:  0px;
}

.wegweiser {
	padding-right:2px;
	padding-left:2px;
}

.greenline {
	height:15px;
	voice-family: "\"}\"";
   	voice-family: inherit;
	height:auto;
	color: #197535;
	border-bottom:1px solid #197535;
	margin:3px 0 15px 3px;
}

.silbe {
	line-break : strict;
	word-break : break-all;
	word-wrap : break-word;
}

html:root hr {
	border:1px;
}

#map	{
	width:95%;
	padding:5px;
	background-color : #FFFFFF;
	background-image : url(images/back_map.gif);
	background-position : center;
	background-repeat : no-repeat;
	border-style:solid;
	border-width:1px;
	border-color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#000000;
}

.maptrenner {
	width:100%;
	border-top:1px solid #9BA6BB;
	margin: 2px 0px 0px 0px;
}


.greenline {
	margin-bottom:15px;
	margin-left:0;
	border-bottom:1px solid #197535;
}


.tgreen {
	font-size:1.2em;
	color: #197535;
	letter-spacing:.1em;
	font-variant: small-caps;
}

html[lang] .tgreen {
	font-variant: normal;
	text-transform:uppercase;
}

.tblue {
	font-size:1em;
	color: #2856AA;
	letter-spacing:.0,85em;
	font-variant: small-caps;
	font-weight : normal;
}

html[lang] .tblue {
	font-variant: normal;
	text-transform:uppercase;
}

.tdate {
	float:left; 
	width:4.8em;
}

* html .tdate{
	margin-right:10px;
}

.tdate a {
	line-height:1.8em;
}

.tnews {
	margin-left:5em;
}

.tnews a {
	line-height:1.8em;
}

* html .tnews{
	height:1%;
	margin-left:0;
}


.tdatetrenner {
	 clear:left;
	 margin-bottom:.5em;
}

.ticon {
	float:left; 
	width:2em;
	padding-top:3px;
}

.ttermin {
	margin-left:2.2em;
}

* html .ticon{
	margin-right:10px;
}

* html .ttermin{
	height:1%;
	margin-left:0;
}

#toolbox {
	* width:100%;
}
/*
#toolbox select{
	voice-family: "\"}\"";
   	voice-family: inherit;
   	width:95%;
}
*/
.xxlshow {
	display:none;
}

.xxlhide {
	display:none;
}

.basichide {
	display:none;
}

