

/* Allgemeines */

body {
	padding: 0;
	margin: 0;
	border: 0;
  font-size: 10pt;
  line-height: 1.6em;
	color: #333000;
	background: #FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode",verdana,sans-serif;
	text-align:center;
	
}

a:link, a:visited {
	color: #058c35;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#058c35;
}

/* Clear Class */

.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}


/* Absaetze */

p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */

.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */

.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

.de h1 {
  color:#056838;
  font-size:17px;
}

h1 {
  color:#056838;
  font-size:18px;
}


h2 {
  color:#006539;
  font-size:16px;
}

h3 {
  color:#000000;
  font-size:15px;
}


.score_zelle {
	border:1px solid #cccccc; 
	background:#F5F4F4; 
	padding:10px;
}


/* Layout */



#wrapper {



margin:0;



padding:0;



width:100%;



}











#header {



text-align:center;



margin:10px 0 0 0;



width:100%;



}







h1 {



color:#006539;



font-size:19px;



}















#navi {
  width:100%;
  margin:18px 0 0 0;
  padding:0;
  font-size:100%;
  font-weight:bold;
}

#navi ul  {
  background-color:#092D1F;
  height:32px;
  margin:4px 0 0 0;
  padding:9px 0 0 0;
}

#navi li  {
  margin:0 6px 0 8px;
  padding:0;
  height:32px;
  text-align:center;
  background-color:#092D1F;
  color:#ffffff;
  display:inline;
}

#navi a, #navi a:visited {
  background-color:#092D1F;
  height:32px;
  color:#ffffff;
  padding:11px 10px 12px 10px;
}

#navi a:hover {
  background-color:#058c35;
  color:#FFFFFF;
  height:32px;
  padding:11px 10px 12px 10px;
  text-decoration:none;
}

#breite {
  width:1000px;
  margin:auto;
  text-align:left;
}

#content {
  margin-top:20px;
  width:780px;
  float:left;
}

#sidebar {
  margin-top:20px;
  margin-left:25px;
  width:165px;
  border:1px solid #eeeeee;
  background:#EBFFF6;
  float:right;
  text-align:center;
}


input {
  border:1px dotted #808080;
}





.feld {



  width:310px;



}







button {



font-size:12px;



}







.pledges select {



border:1px dotted #808080;



}







.small input {



border:1px dotted #808080;



}



h2 {
  color:#006539;
  font-size:15px;
}



h3 {
  color:#484848;
  font-size:13px;
}



h4 {



color:#006539;



font-size:13px;



}





h5 {



color:#006539;



font-size:12px;



}



ol {

list-style:decimal inside; 

font-weight:bold;

text-align:center;

font-size:12px;

}





li {

text-align:left;

}



li a:link {

color: #484848;

}



li a:visited {

color: #484848;

}



li a:hover {

color: #808080;

text-decoration:underline;

}








#footer {

clear:both;

text-align:center;

margin:30px 0 0px 0;

padding:10px 0 0 0;

position:bottom;

background:#eeeeee;

border-top:1px dotted #808080;

border-bottom:1px solid #eeeeee;



}



input .lang {



  border:none;



}









/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */



/*--------------------------------------------------

  REQUIRED to hide the non-active tab content.

  But do not hide them in the print stylesheet!

  --------------------------------------------------*/

.tabberlive .tabbertabhide {

 display:none;

}



/*--------------------------------------------------

  .tabber = before the tabber interface is set up

  .tabberlive = after the tabber interface is set up

  --------------------------------------------------*/

.tabber {

}

.tabberlive {

 margin-top:1em;

}



/*--------------------------------------------------

  ul.tabbernav = the tab navigation list

  li.tabberactive = the active tab

  --------------------------------------------------*/

ul.tabbernav

{

 margin:0;

 padding: 3px 0;

 border-bottom: 1px solid #778;

 font: bold 12px Verdana, sans-serif;

}



ul.tabbernav li

{

 list-style: none;

 margin: 0;

 display: inline;

}



ul.tabbernav li a

{

 padding: 3px 0.5em;

 margin-left: 3px;

 border: 1px solid #778;

 border-bottom: none;

 background: #DDE;

 text-decoration: none;

}



ul.tabbernav li a:link { color: #448; }

ul.tabbernav li a:visited { color: #667; }



ul.tabbernav li a:hover

{

 color: #000;

 background: #AAE;

 border-color: #227;

}



ul.tabbernav li.tabberactive a

{

 background-color: #fff;

 border-bottom: 1px solid #fff;

}



ul.tabbernav li.tabberactive a:hover

{

 color: #000;

 background: white;

 border-bottom: 1px solid white;

}



/*--------------------------------------------------

  .tabbertab = the tab content

  Add style only after the tabber interface is set up (.tabberlive)

  --------------------------------------------------*/

.tabberlive .tabbertab {

 padding:5px;

 border:1px solid #aaa;

 border-top:0;



 /* If you don't want the tab size changing whenever a tab is changed

    you can set a fixed height */



 /* height:200px; */



 /* If you set a fix height set overflow to auto and you will get a

    scrollbar when necessary */



 /* overflow:auto; */

}



/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {

 display:none;

}

.tabberlive .tabbertab h3 {

 display:none;

}



/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {

}

.tabberlive#tab2 {

}

.tabberlive#tab2 .tabbertab {

 height:200px;

 overflow:auto;

}



#aktuelles, .RSSFeededElement {

  text-align:left;
  margin:0 4px 0 4px;

}




#aktuelles ul {

padding:12px 6px 6px 24px; 
border:1px solid #cccccc; 
margin:6px 4px 6px 4px; 
background:#F5F4F4; 
text-align:center;

}





#aktuelles h3 {

  color:#006539;

  font-size:16px;

}

.rechts_p {
  font-weight:bold;
  text-align:center;
}

.rechts_box {
  border:1px dotted #cccccc; 
	margin-top:6px; 
	background:#ffffff; 
	text-align:center; 
	width:150px;
	font-weight:bold;
}

.kasten {
  padding:12px 6px 6px 6px; 
  width:600px; 
  border:1px solid #cccccc; 
  margin:0; 
  background:#F5F4F4; 
  text-align:center;
}

.box1 {
  padding:4px 6px 4px 6px; 
	width:152px; 
	margin:20px 16px 0 0; 
	text-align:center; 
	border:1px dotted #808080;
}

.tabbox {
  border: 1px solid #058c35;
  width:350px;
  height:50px;
  padding:20px;
  margin:20px;
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
  font-size:14pt;
  text-decoration:none;
}

.tabbox:hover, .tabbox a:hover {
  background-color: #EBFFF6;
}

.klein {
  font-size:7pt;
}

.tabe1 {
  padding:12px 6px 6px 6px; 
  border:1px solid #cccccc; 
  padding:10px;
  background:#F5F4F4; 
  text-align:center;
  vertical-align:middle;
}

.tabe2 {
  padding:12px 6px 6px 6px; 
  border:1px solid #cccccc; 
  padding:10px;
  background:#F5F4F4; 
  vertical-align:top;
}