/*
gruen: #8CD000, rgb(140, 208, 0)
grau1: #888888, rgb(136, 136, 136)
grau2: #C7C7C7, rgb(199, 199, 199)
grau3: #E4E4E4, rgb(228, 228, 228)
*/

body  {
	background-color: rgb(228, 228, 228);
	color: rgb(53, 53, 53);
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 1em;
	margin-top: 16px;
	padding: 0;
	text-align: center; /* IE-Hack */ 
}

a { text-decoration: none; }

.red {
        color: rgb(204, 51, 51);
        color: rgb(151, 196, 255);
}

#unsichtbarerrahmen { 
/*       	background-color: rgb(255, 255, 255); */
	margin-left: auto; 
	margin-right: auto;
	width: 880px;
	text-align: left; /* IE-Hack */ 
}

#unsichtbarerrahmen h1 {
	font-size: 2em;
	color: rgb(140, 208, 0);
	font-weight: bold;
	margin: 0;
	padding: 0;
        letter-spacing: -1px;
}

#unsichtbarerrahmen h2 {
	font-size: 1.2em;
	color: rgb(140, 208, 0);
	font-weight: bold;
	margin: 0;
	padding: 0;
       letter-spacing: -1px;
}

#rahmen {
        background: url(bg.jpg) 0 0 repeat-y;
       	background-color: rgb(255, 255, 255); 
	border: 1px solid rgb(136, 136, 136);
/*	padding: 5px; */
	margin-bottom: 0;
	padding-bottom: 16px;
	float:left; 
}

#kopfzeile  {
/*        height: 80px; */
width: 880px;
       	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgb(136, 136, 136);
	border-right: 1px solid rgb(136, 136, 136);
	border-left: 1px solid rgb(136, 136, 136);
        vertical-align: middle;
        clear: both;
        margin: auto 0 auto 0; 
        padding-top: 48px;
        padding-bottom: 48px;
}


#kopfzeile img {
        vertical-align: middle;
/*        margin-right: 24px; */
        margin-left: 24px;
        margin-right: 48px;
}

#kopfzeile object {
        vertical-align: middle;
}

#teaser {
	width: 880px;
        margin: 0;
        padding: 0;
}

#teaser img {
        margin: 0;
        padding: 0;
}


#teaser div {
        margin: 0;
        padding: 0;
}


#teaser dt {
        margin: 0;
        padding: 0;
}


#teaser dl {
        margin: 0;
        padding: 0;
}

#inhalt {
        float: left;
	width: 550px;
	padding-left: 24px;

}

#rechteSpalte {
        width: 259px;
        float: right;
        padding-top: 12px;
        border-bottom: none;
}


#rechteSpalte h1 {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: rgb(199, 199, 199);
        color: rgb(140, 208, 0);
        font-size: 22px;
        text-align: right;
        margin-top: 24px;
        margin-right: 16px;
	margin-bottom: 24px;
}


#rechteSpalte p {
	margin: 0px;
	margin-bottom: 16px;
        line-height: 160%;
	color: rgb(53, 53, 53);
	font-size: 12px;
}

#rechteSpalte p.align-right {
       text-align: right;
       padding-right: 12px;
}

#rechteSpalte ul {
	list-style-type: none;
	line-height : 180%;
	font-size : 10px;
	padding-bottom: 32px;
}

#rechteSpalte li {
	line-height : 180%;
	font-size : 12px;
	margin-top: 12px;
	margin-right: 20px;
	padding-right: 128px;
}

#rechteSpalte a:link {
         color: rgb(140, 208, 0);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#rechteSpalte a:visited {
         color: rgb(140, 208, 0);
         background: rgb(255, 255, 255);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#rechteSpalte a:hover {
         color: rgb(255, 255, 255);
         background-color: rgb(140, 208, 0);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#rechteSpalte a:active {
         color: rgb(140, 208, 0);
         background: rgb(255, 255, 255);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#rechteSpalte .csi-imagewrap a { color: transparent; border: none; background: transparent; !important;}

#navigation {
        margin-bottom: 24px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	list-style: none;
	display: inline;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 0px;
	color: rgb(51, 51, 51);
	font-size: 12px;
}

#navigation a {
	color: rgb(53, 53, 53);
	text-decoration: none;
}


#navigation a:hover {
	color: rgb(153, 153, 153);
	text-decoration: none;
	border-top: 3px solid rgb(234, 234, 234);
	border-bottom: 3px solid rgb(244, 244, 244); 
}

#subNavigation {
	padding-left: 24px;
}

#subNavigation ul {
	margin: 0;
	padding: 0;
        padding-top: 12px;
}

#subNavigation li {
	list-style: none;
	display: inline;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 0px;
	color: rgb(51, 51, 51);
	font-size: 12px;
}

#subNavigation a {
	color: rgb(53, 53, 53);
	text-decoration: none;
}


#subNavigation a:hover {
	color: rgb(153, 153, 153);
	text-decoration: none;
}


#fliesstext {
	padding-top: 12px;
}

#fliesstext h1 {
        font-size: 140%;
        margin-top: 24px;
	margin-bottom: 8px;
        margin-right: 36px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
	border-bottom-color: rgb(204, 51, 51);
	border-bottom-color: rgb(199, 199, 199);
        color: rgb(140, 208, 0);
}


#unsichtbarerrahmen h2 {
	font-size: 120%;
	color: rgb(140, 208, 0);
	font-weight: bold;
	margin: 0;
	padding: 0;
        margin-bottom: 8px;
        letter-spacing: -1px;
}

#fliesstext h4 {
        font-size: 120%;
        margin-top: 16px;
	margin-bottom: 0px;
        margin-left: 16px;
/*        border-bottom-width: 1px;
        border-bottom-style: solid;
	border-bottom-color: rgb(204, 51, 51);
	border-bottom-color: rgb(199, 199, 199); */
        color: rgb(51, 51, 51);
}

#fliesstext p {
	margin: 0px;
        padding-right: 32px;
	margin-bottom: 8px;
        line-height: 160%;
	color: rgb(53, 53, 53);
	font-size: 90%;
}

#fliesstext ul {
	list-style-type: none;
	line-height : 180%;
	font-size : 90%;
	padding-bottom: 16px;
}

#fliesstext li {
	line-height : 140%;
	font-size : 100%;
	margin-top: 12px;
	margin-right: 20px;
/*	padding-right: 128px; */
	padding-right: 32px;
        background-image: url(bullet.gif);
        background-repeat: no-repeat;
        background-position: 0 .2em; 
        padding-left: 24px;
}

#fliesstext a:link {
         color: rgb(140, 208, 0);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#fliesstext a:visited {
         color: rgb(140, 208, 0);
         background: rgb(255, 255, 255);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#fliesstext a:hover {
         color: rgb(255, 255, 255);
         background-color: rgb(140, 208, 0);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#fliesstext a:active {
         color: rgb(140, 208, 0);
         background: rgb(255, 255, 255);
         border-bottom: 1px dotted rgb(140, 208, 0);
}

#fliesstext table.contenttable td {
         vertical-align: top;
}

#fliesstext table.contenttable li {
         font-size: 100%;
/*         font-weight: bold; */
}

.clear {
	clear: both;
}

#navlist li a:hover, #navlist li a:active
{
	color: #FFFFFF;
	text-decoration: none;
	background: #CC3333;
}

#footer {
border: 0px;
margin: 0;
padding: 0;
        padding: 8px;
	background-color: rgb(228, 228, 228);
	text-align: right;
	color: rgb(102, 102, 102);
	font-size: .8em;
}

#footer a {
	color: rgb(102, 102, 102);
	text-decoration: none;
}

/* ########################
#     STYLES  PLUGIN/EXT
########################

# TT_NEWS */

.news-list-item {
	margin: 0;
	padding: 0;
}

.news-list-item h3 a {
	color: rgb(53, 53, 53);
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0 ! important;
        padding-bottom: 0  ! important;
	text-decoration: none;
}

.news-list-item h3 {
	margin-bottom: 0 ! important;
        padding-bottom: 0  ! important;
/*	padding-right: 128px ! important; */
}

.news-list-date {
	font-size: 80%;
	font-weight: bold;
	color: rgb(136, 136, 136);
	margin-top: 8px;
	margin-bottom: 16px;
}

.news-list-item a  {
	margin: 0;
	padding: 0;
	margin-top: 0 ! important;
	margin-bottom: 0  ! important;
}

.news-list-morelink {
	margin-bottom: 36px;
}

.news-list-morelink a  {
	font-size: 80%;
	font-weight: bold;
	color: rgb(136, 136, 136);
	margin: 0;
	padding: 0;
	margin-top: 0 ! important;
	margin-bottom: 0  ! important;
}


.news-list-item p.bodytext {
	margin-top: -10px;
	margin-bottom: -20px;
	margin: 0 ! important;
	padding: 0 ! important;
/*	padding-right: 128px ! important; */
	text-decoration: none;
}

.news-single-item h2 {
	color: rgb(53, 53, 53);
	font-size: 14px;
	font-weight: bold;
	padding-right: 128px;
}

.news-single-item h3 {
	color: rgb(53, 53, 53);
	font-size: 100%;
	font-weight: bold;
        line-height: 160%;
	padding-right: 28px;
}

.news-single-item p {
	margin-top: 8px ! important;
	margin-bottom: 18px ! important;
}

.news-single-timedata {
	font-size: 80%;
	font-weight: bold;
	color: rgb(136, 136, 136);
	margin-top: 8px;
	margin-bottom: 16px;
}

.news-single-backlink {
	margin-top: 8px;
        margin-bottom: 16px;
}

.news-single-backlink a {
	color: rgb(53, 53, 53);
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/*- Menu Tabs 5--------------------------- */

    #tabs {
      border-top: 1px solid rgb(136, 136, 136);
/*      border-bottom: 1px solid rgb(136, 136, 136); */
      padding-top: 12px;
      float:left;
      width:100%;
      background:#fff;
      background:rgb(228, 228, 228);
      font-size:83%;
      line-height:normal;

      }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 24px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      font-weight: bold;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }  
	
    #tabs a span.act { background-position:100% -42px; }
    #tabs a.act {       background-position:0% -42px;  }


/* JS-Effekte */

a.blinddown  { font-size: 80%; text-decoration: none; }

div.blinddown-einruecken { margin-top: 0px; margin-left: 16px;}

.tooltip {
	position: absolute;
	display: none;
	width: 280px;
	background-color: #FFFFFF;
	border-color: rgb(136, 136, 136);
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif; 
	-moz-opacity: 0.95;
	filter: alpha(Opacity=95);
        line-height: 120%;
}

#inhalt .tooltip h1 { color: rgb(111, 184, 8); font-size: 130%; padding: 0; margin-top: 4px; margin-bottom: 8px; }

.tooltip .gruen { color: rgb(111, 184, 8); font-weight: bold; }
