BODY {
	FONT-SIZE: 80%; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif; margin: 0;
}
TABLE {
	COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
table.klein {
	FONT-SIZE: 75%; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
TD {
	FONT-SIZE: 85%; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
td.klein {
	FONT-SIZE: 75%; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
TH {
	COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
P {
	COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}

content {
	COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}

H1 {
	FONT-SIZE: 1.0em; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif; FONT-WEIGHT: bold;
}
H2 {
	FONT-SIZE: 0.95em; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif; FONT-WEIGHT: bold;
}
H3 {
	FONT-SIZE: 0.95em; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif; FONT-WEIGHT: bold;
}
H4 {
	FONT-SIZE: 0.95em; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif; FONT-WEIGHT: bold;
}



A:link {
	COLOR: #00A6EB; TEXT-DECORATION: none
}
A:visited {
	COLOR: #00A6EB; TEXT-DECORATION: none
}
A:active {
	COLOR: #00A6EB; TEXT-DECORATION: none
}
A:hover {
	COLOR: #00A6EB; TEXT-DECORATION: underline
}




.boldtext {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
.redlabel {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN-BOTTOM: 0px; COLOR: #0066ff; FONT-FAMILY: Arial, Sans Serif
}
.smalltext {
	MARGIN-TOP: 0px;  COLOR: #000000; FONT-FAMILY: Arial, Sans Serif
}
.newstext {
	FONT-SIZE: 12px; MARGIN: 8pt; FONT-FAMILY: Arial, Sans Serif
}


.minitext {font-size: 9px}


.vote {
border : 1px solid #0066ff;
background-color : white;
font-family : Arial;
font-size : 11px;
padding-left : 15px;
padding-right : 15px;
margin-bottom : 2px;
}




/*--- START: Klappelemente ---------------------------------------------------*/
.toggleCollapsed,
.toggleExpanded{
   background:url(../bg_tab.gif) no-repeat;
   border-bottom: 1px solid #0066ff;
   margin:1em  0 1.5em -1em;
   margin:2em  0 -.5em -1em;
   margin:1.5em  0 1.5em -1em;
   padding: 0 0 .35em 1em;
}
.smallTabs .toggleCollapsed,
.smallTabs .toggleExpanded{
   background-image:url(../bg_tab_small.gif);
}


.toggleCollapsed .content,
.toggleExpanded .content{
   margin-top: .75em;
   margin-top: .35em;
   margin-bottom: 0;
   display: block;
   overflow:hidden;
   width: 100%;
}
.toggleCollapsed .content img,
.toggleExpanded .content img{
   margin-top: .75em;
   margin-bottom: .5em;
}
.toggleCollapsed .toggle,
.toggleExpanded .toggle{
   cursor:default;
   font-size: 12px;
   height: 20px;
   /*overflow:hidden;*/
   line-height: 100%;
   margin:0 0 0 .3em;
   padding: .5em 0 .2em .3em;
   color: #406314;
   font-weight: normal;
   border-bottom: none;
}

.marker{
    cursor: pointer;
    font-weight: bold;
    color: #406314;
}
.tooltip .marker{
    cursor: default;
    display:block;
}
.tooltip{
    display:block;
    border: 1px solid #0066ff;
    padding: 8px;
    width: 400px;
    background-color: #FFFFFF;
}
/*--- END: Klappelemente ----------------------------------------------------*/


