body {
    background-color: #e1ddd9;
    font-size: 0.8em;
    font-family: Verdana, Arial, Sans-Serif;
    color: black;
    padding:10px;
    margin:0px;
    background: url(images/backgroundgardient.jpg) repeat-x;
}
.info
{
    position:absolute;
    width:300px;
    left:-500px;

}
.ui-tabs-hide { display: none; }

#tabs {
    background-color: gray;
    list-style: none;
    margin-bottom: 15px;
    height: 30px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
    border: 1px solid;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
                     display: block;
                     clear: both;
                     content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
    border: 1px solid;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
                                                                                  cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
                                                                                                                          cursor: pointer;
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid gray;
    /*    padding: 10px;  */
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
a:hover {
    text-decoration : none; color : #C0C0C0;
}
p, h2, pre {
    margin: 0px;
    padding: 0px;
}
#content {
    background: url(images/bg875.png) repeat-y;
    width : 1054px;
}
#content_left {
    margin : 0; /* 161px 0 200px; */
    float: left;
    width: 871px;
    /*    width: 90%; */
}
#content_right {
    float:right;
    margin:5px;
    /* position:absolute;
    right:5px;
    top:130px; */
    width:160px;
}

#top20 {
    background-image: url(images/header-twilight.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top17 {
    background-image: url(images/header-sunset.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top14 {
    background-image: url(images/header-afternoon.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top11 {
    background-image: url(images/header-noon.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top7 {
    background-image: url(images/header-morning.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: black;
}

#top4 {
    background-image: url(images/header-sunrise.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top {
    background-image: url(images/header-twilight.jpg);
    height: 88px;
    padding: 15px 30px 0 10px;
    font-size: 1.2em;
    color: white;
}

#top a, #top4 a, #top11 a, #top14 a, #top17 a, #top20 a {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
}
#top7 a {
    font-size: 1.5em;
    color: black;
    text-decoration: none;
}

h1 {
    font-size: 11px;
    color: #FFFFFF;
    background-image: url(images/bluegardientbg.jpg);
    background-color: #90897a;
    padding:5px 5px 3px 15px;
    margin:0;
    /*width: 972px;*/

}
#navbar {
    float:left;
    height:3.6em;
    margin-right:-100%;
    padding:0;
    text-decoration:none;
    width:100%;
}

h1 a:link, h1 a:visited {
    color:#FFFFFF;
    text-decoration:none;/*
      display:block;
  background:transparent url(images/buttontop_normal.jpg) no-repeat scroll 0 0;
    height:21px;
    padding:6px 0;
    text-align:center;
    */
    /* width:120px; */
}
h1 a:hover {
    color:#bbbbbb;
}

h3 {
    font-size: 11px;
    color: #000000;
    background-color: #90897a;
    padding:5px 15px;
    margin:0px;
    width: 600px;
}
h2 {
    font-size:14px;
    padding-top:10px;
    text-transform:uppercase;
    color: #000000;
    background-color: transparent;
}
a {
    color: #000000;
    font-size: 11px;
    background-color:transparent;
    text-decoration: underline;
}
pre {
    color: #564b47;
    font-size: 12px;
    background-color:transparent;
    font-family: Courier, Monaco, Monospace;
}
#inhalt {
    float: left;
    padding: 13px;
    width: 650px;
    overflow: auto;
}
#inhalt_for2 {
    width: 475px;
    height: 270px;
    overflow: auto;
}
#inhalt_index {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_firma {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_politik {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_marktplatz {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_forschung {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_boerse {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_parteien {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_statistiken {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_optionen {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_produktion {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_profil {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#inhalt_view_profile {
    background-image: url(images/bodybgleft.png);
    width: 1000px;
}
#login{
    font: 11px Verdana,sans-serif;
    position: absolute;
    top: 16px;
    left: 790px;
    color: #919999;
}

#login a{
    color: #ffffff;
}

.menu {
    float:left;
    /*padding:20px 0 0 80px;*/
    width:190px;
}

.menu a, .menu a:visited {
    color: #F5F4EF;
    background: url(images/button_normal.jpg) no-repeat;
    font-size:1em;
    /*    font-size:12px;*/
    padding: 10px 8px 4px 13px;
    color: #ffffff;
    display: block;
    min-height: 20px;
    width: 160px;
    text-decoration: none;
    white-space: nowrap;
}

ul.menu li, ul.menu li.expanded, ul.menu
li.collapsed, .menu li.leaf {
    display:block;
    list-style-image:none;
    list-style-type:none;
    margin:0;
    min-height:34px;
    padding:0;
    width:178px;
}
ul.menu {
    border:medium none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:left;
}

ul {
    list-style-type:disc;
    margin:0;
    padding:0 0 0.25em 0em;
}
ul, ol {
    margin-left:0;
}
.menu a:focus, .menu a:hover
{
    color: #000000;
    background: url(images/button_over.jpg) no-repeat;
}

.menu a.active
{
    background: url(images/button_activated.jpg) no-repeat;
}

.menu2 {
    float:left;
    padding:0 0 0 15px;
    width:190px;
    white-space: nowrap;
}

.menu2  a, .menu2 a:visited {
    color: #F5F4EF;
    background: url(images/buttonsub_normal.jpg) no-repeat;
    font-size:1em;
    padding: 3px 8px 5px 8px;
    color: #ffffff;
    display: block;
    min-height: 15px;
    width: 160px;
    text-decoration: none;

}
.menu2 a:focus, .menu2 a:hover
{
    color: #000000;
    background: url(images/buttonsub_over.jpg) no-repeat;
}

.menu2  a.active
{
    background: url(images/buttonsub_activated.jpg) no-repeat;
}
#marktplatz_links {
    float : left;
    width : 117px;
}
#marktplatz_rechts {
    width : 530px;
    float : left;
}
.daten_zweispaltig {
    border : 0;
    padding : 0;
    width : 98%;
}
table.daten_zweispaltig {
    table-layout : fixed;
}
table.rechts {
    table-layout : fixed;
    width : 98%;
    border : 0;
    border-spacing : 0;
}
.rightline {
    border-right : 1px #A0ACC4 solid;
    border-spacing : 2px;
}
.bottomline {
    border-bottom : 1px #A0ACC4 solid;
    border-spacing : 2px;
}
.bottomline2 {
    border-bottom : 3px #A0ACC4 solid;
    border-spacing : 4px;
}
.row_even {
    background-color : #EEEEEE;
}
.row_odd {
    background-color : #FFFFFF;
}
.row_right {
    text-align : right;
}

#MdP {
    background-color : #26496F;
    color : #FFFFFF;
    margin: 0 2px 0 2px;
    padding: 2px;
}
#MdP-K {
    background-color : #BF0B0B;
    color : #FFFFFF;
    margin: 0 2px 0 2px;
    padding: 2px;
}
form input {
    font-family : Arial, Helvetica, sans-serif;
    font-size :8pt;
    font-weight:bold;
    border: 1px solid Gray;
    border-left: medium solid Gray;
    padding-left: 2px;
    background-color: #e1ddd9;
}
form select {
    background-color: Silver;
    font-family : Tahoma;
    font-size :8pt;
}
form textarea {
    font-family : Arial, Helvetica, sans-serif;
    font-size :8pt;
    border: 1px solid Gray;
    border-left: medium solid Gray;
    padding-left: 2px;
    background-color: #e1ddd9;
}
#tooltip {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #000000;
    text-align: center;
    font-size: smaller;
}
#ddmenu {
    height:145px;
    width:135px;
    background:#eeeeee;
    padding: 3px;
    border: 1px solid #000000;
}