/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0119
*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #EAF6D2;
}

img {
    border: none;
}

a:active, a:focus, a:visited {
    text-decoration: none;
    outline: none;    
}

h2, h3, h4 {
font-family : Verdana, Arial, Palatino, Sans-Serif;
}

h3, h4, h5, h6  {
    padding: 5px 0px 5px 10px;
    font-size: 10pt;
    font-family : Verdana, Arial, Palatino, Sans-Serif;
}

ul {
    margin: 0px;
    padding: 0px;
}

/*   HEADER  */

#top-div {
    display: block;
    margin: auto;
    width: 1000px;
    height: 153px;
    text-align: center;
    float: none;
    clear: both;
    background-image: url(./images/head.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #ffffff;
}

h1 {
    float: none;
    margin: auto;
    font-size: 22pt;
    text-transform: capitalize;
    text-align: left;
    color: #121C26;
    font-weight: bold;
    font-style: normal;
    padding: 50px 10px 0px 100px;
    _padding-top: 32px;
}


h1 a {
    color: #121C26;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #000000;
text-decoration: none;
}

.description {
    color: #121C26;
    padding-top: 9px;
    _padding-top: 0px;
    text-align: left;
    padding-left: 100px;
}

#nav-div {
    text-align: center;
    float: none;
    font-size: 9pt;
    height: 30px;
    width: 1000px;
    overflow: hidden;
    padding:6px 0px 3px 0px;
    margin: auto;
    background-image: url(./images/menu.jpg);
    background-color: #192734;
    background-position: top;
    background-repeat: repeat-x;

}
        

#nav-div ul {
    margin: 0px;
    list-style-type: none;
    padding-left: 0px;
}

#nav-div ul li {
    display: block;
    _display: inline;
    float: left;
    width: auto;
    _height: 30px;
    margin: 0px;
    margin-left: 3px;
    _padding-top: 5px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #EAF6D2;
    font-size: 9pt;
    font-weight: bold;
    _height: 30px;
    padding: 6px 11px 6px 11px;
    text-decoration: none;
    }

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    color: #121C26;
    text-decoration: none;
    background-color: #C6D98A;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
  }

#nav-div ul li a:hover {
    color: #121C26;
    text-decoration: none;
    background-color: #C6D98A;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    padding: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    }

/*   END MAIN  */

/*   #POST  */


#middle-div {
    margin-bottom: 10px;
    width: 780px;
    margin: auto;
    float: right;
}

.text-div {
    display: block;
    float: none;
    width: 775px;
    _width: 775px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #C6D98A;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}


.text-div a {
    color: #385908;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #000000;
   text-decoration:  underline;
   
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    padding: 20px 7px 0px 28px;
    margin: 3px 3px 0px 3px;
    color: #385908;
    text-align: left;
    letter-spacing: normal;
    background-image: url(./images/title.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;

 }

.text-div-title a {
    font-weight: bold;
    color: #385908;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #000000;
    text-decoration: none;
}

.inerm-div {
    display: block;
    margin: 0px;
    padding: 1px 7px 7px 20px;
    color: #3F3F3F;
border-left: 9px solid #6A9C21;
}

.p-date {
    color: #121C26;
    font-size: 8pt;
    font-weight: bold;
    font-style:inherit italic;
    padding: 5px 0px 0px 3px;
}

.postfoot {
    background-color: #516271;
    border: 1px solid #97A1AA;
    background-image: url(./images/postfoot.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 10px;
    margin: 21px 3px 3px 3px;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;
}

/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: auto;
    width: 1000px;
    height: 140px;
    text-align: center;
    background-image: url(./images/title.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #576876;
        -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    margin-bottom: 15px;
}

#bottom-div-links {
    display: block;
    padding: 65px 5px 0px 5px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
}

#bottom-div-links a {
    color: #ffffff;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #000000;
    text-decoration: none;
}



/*  BAR ITEMS 
************************************/

#s-box {
display: block;
float: left;
width: 200px;
    color: #9A9898;
margin-left: 5px;
margin-bottom: 0px;
margin-top: 0px;
    padding: 0px;
}

#s-box ul li h4 {
    width: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px 5px 7px 5px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/h4.jpg);
    background-position: top;
    background-repeat: no-repeat;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

#s-box ul li ul {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #000000;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;
    background-color: #669304;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}


#s-box ul li ol {
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    color: #000000;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;
    background-color: #669304;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#s-box ul li ul li, #s-box ul li ol li {
    border: none;
    padding: 0px;
    margin: 0px;
    padding-left: 5px;
    background-image: url(./images/li.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}



#s-box a {
    display: block;
    text-decoration: none;
    color: #121C26;
    padding: 7px 3px 7px 15px;
    margin: 0px;
}

#s-box a:hover {
    display: block;    
    text-decoration: none;
    color: #ffffff;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    margin: 0px;
    color: #000000;
    -moz-border-radius-bottomleft:      9px;
    -moz-border-radius-bottomright:     9px;
    -webkit-border-bottom-left-radius:  9px;
    -webkit-border-bottom-right-radius: 9px;
    -khtml-border-bottom-left-radius:   9px;
    -khtml-border-bottom-right-radius:  9px;
    background-color: #669304;
    background-image: url(./images/side.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#s-box .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-box .banners a:hover {
    background-image: none;
    border: none;
    background-color: transparent;
}


#s-box .sidebar-post a {
    background-image: none;
    padding-left: 5px;
}


#s-box .sidebar-post a:hover {
    text-decoration: none;
}

#s-box .banners a:hover {
    text-decoration: none;
}

#s-box .banners  img {
    margin-bottom: 5px;
}

#s-box .banners  object, #s-box .banners  embed {
    margin-bottom: 5px;
 }
 
#s-box .date {
    text-align: left;
    color: #010100;
    font-size: 8pt;
    font-weight: normal;
    margin-left: -10px;
    margin-bottom: 4px;
    background-color: #E5E635;
    width: 100px;
    padding: 4px 5px 4px 5px;
    background-image: url(./images/date.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    border: 1px solid #C5D225;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 10px;    
    padding: 0px 1px 5px 1px;
    margin-top: 0px;
    margin-bottom: 15px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.form-rowb12 {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 1px 10px 1px;
    padding: 0px;
}

.form-rowb12 * {
    width: auto;
    float: none;
}

.form-rowb12 h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #EAF6D2;
    text-align: center;
    letter-spacing: normal;
    background-color: #121C26;
    background-image: url(./images/h2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -moz-border-radius-topleft:      9px;
    -moz-border-radius-topright:     9px;
    -webkit-border-top-left-radius:  9px;
    -webkit-border-top-right-radius: 9px;
    -khtml-border-top-left-radius:   9px;
    -khtml-border-top-right-radius:  9px;
}

.form-rowb12 h2 a {
    color: #ffffff;
    text-decoration: none;
}
.form-rowb12 h2 a:hover {
    color: #EAF6D2;
    text-decoration: none;
}


.form-rowb12 .feeds {
    margin: 0px;
    padding: 0px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #000000;
    background-color: #C6D98A;
    border: 1px solid #D4E5A7;
    border-top: none;
    }

.form-rowb12 .feeds object, .form-rowb12 .feeds embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.form-rowb12 .feeds table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    }

.form-rowb12 .feeds table thead th{
    font-size: 7pt;
    padding: 3px; 
    text-align:center;
    font-weight:normal;
    color: #ffffff;
    border-top: 1px solid #8ED22B;
    background-color: #6A9C21;
}


.form-rowb12 .feeds table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #000000;
}

td.textfield-2, td.textfield-5, td .textfield-6, td.textfield-7, td.textfield-8 , td.textfield-9, td.textfield-10  {
	text-align: center; 
	vertical-align: middle;
}

td.textfield-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.textfield-3, td.textfield-4 {
	text-align: left;
	vertical-align: middle;
}

.charts table td table tr td {
    vertical-align: middle;
}

.charts table td {
    vertical-align: top;
}
.emptycell {
    background-color: transparent;
}
.contentleftarea772festehoehe {
    background-color: transparent;
}

.pollstableborder {
    background-color: transparent;
}

.form-rowb12 .feeds table tr.contentleftarea772festehoehe  td, .form-rowb12 .feeds table tr.pollstableborder  td {
    border-bottom: 1px solid #DAEABB;
    border-top: 1px solid #A5BA62;
}

.even:hover, .odd:hover {
    background-color: #E0F4A0;
}

.form-rowb12 a {
    color: #385908;
    text-decoration: none;
}
.form-rowb12 a:hover {
    color: #000000;
    text-decoration: underline;
}

.form-rowb12 .feeds table tr td a {
    color: #385908;
    text-decoration: none;
    display: block;
}
.form-rowb12 .feeds table tr td a:hover {
    color: #000000;
    text-decoration: none;
    display: block;
}

.form-rowb12 .feeds table tr td img {
    border: none;
}

.form-rowb12 .footer {
    margin: 0px;
    padding: 6px;
    padding-left: 9px;
    font-size: 8pt;
    text-align: right;
    font-weight: bold;
    margin-top: -1px;
    width: auto;
    float: none;
    clear: both;
    color: #505050;
    background-image: url(./images/cellfoot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

.form-rowb12 .footer a {
    font-weight: bold;
    font-size: 8pt;
    color: #385908;
    text-decoration: none;
    
    
}
.form-rowb12 .footer a:hover {
    color: #000000;
    text-decoration: none;
}

.imgServices, .wui_view_image {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.formtable img {
    text-align: center;
    vertical-align: middle;
}

.wording, .error_text {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.wording h1, .error_text h1,
.wording h2, .error_text h2,
.wording h3, .error_text h3,
.wording h4, .error_text h4,
.wording h5, .error_text h5,
.wording h6, .error_text h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.wording p, .error_text p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.wording ul, .error_text ul, .wording ol, .error_text ol{
    margin-left: 20px;
    padding-left: 10px;
}


.form-rowb12 img {
    border: none;
    margin: 0px;
}


/*** TAB STYLES *************************************************************/

/* Color tab styles */

.textarea, .feeds ul.widgets li.mh-plaintext {
    background-color: #EAF6D2;
    color: #000000;
    border: 1px solid #8ED22B;
}
.feeds ul.widgets li {
    background-color: #CEDBB5;
}
.feeds ul.widgets li, .feeds ul.widgets li h4 {
    color: #385908;
}

/* Common tab styles */

.feeds ul.widgets {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
    margin-top: 4px;
}
.feeds ul.widgets li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 0 0 4px;
    background-color: #AEC36D;
    margin-top: 5px;
    padding: 3px 3px 3px 3px;
    -moz-border-radius-topleft:      4px;
    -moz-border-radius-topright:     4px;
    -webkit-border-top-left-radius:  4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-left-radius:   4px;
    -khtml-border-top-right-radius:  4px;
}
.feeds ul.widgets li.mh-plaintext {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.feeds ul.widgets h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.feeds ul.widgets li.mh-plaintext h4 {
    font-weight: bold;
}
.feeds ul.widgets li:hover {
    text-decoration: none;

}


.feeds ul.widgets h4:hover {
        color: #000000;
}

.feeds ul.widgets li.mh-plaintext h4:hover {
    color: #000000;
}

.feeds .textarea {
    margin: 0;
    padding: 5px;    
}

.feeds .textarea a {
}

.feeds .textarea a:hover {
}

.feeds .textarea h1,
.feeds .textarea h2,
.feeds .textarea h3,
.feeds .textarea h4,
.feeds .textarea h5,
.feeds .textarea h6 {
    margin: 0;
}

