/*
CSS Updater (style.php) 
*/

/*
Theme Name: T-0069

*/

* {
    font-family: arial, helvetica, sans-serif;
}

body {
    font-size: 10pt;
    margin: auto;
    padding: 0px;
    float: none;
    background-color: #95CB13;
    background-image: url(./images/main.jpg);
    background-position: top;
    background-repeat: repeat-x;   
}

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;
    background-image: url(./images/head.png);
    _background-image: url(./images/head.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 1000px;
    height: 200px;
    text-align: left;
    float: none;
    clear: both;
    margin-top: 0px;    
}

h1 {
    float: left;
    margin: auto;
    margin-top:82px;
    _margin-top: 75px;
    margin-left: 22px;
    _margin-left: 11px;
    font-size: 20pt; 
    text-transform: capitalize;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
    padding: 2px 20px 3px 20px;
    /*background-image: url(./images/h1.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #FFFFFF;
    border: 5px solid #D6DFBB;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;*/
}


h1 a {
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: capitalize;
}

h1 a:hover {
color: #D6DFBB;
text-decoration: none;
}


#nav-div {
text-align: center;
font-size: 9pt;
margin: auto;
padding: 5px;
margin: 0px auto 0px auto;
height: 25px;
_height: 38px;
overflow: hidden;
width: 1000px;
}

#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: 28px;
    padding-top: 0px;
    _padding-top: 8px;
    margin-right: 7px;
}

#nav-div ul li:hover {
}

#nav-div ul li a { 
    display: block;
    _display: inline;
    color: #000000;
    font-weight: normal;
    font-size: 9pt;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    border-bottom: none;
    background-image: url(./images/menu.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #8EC512;
    border: 3px solid #D6DFBB;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#nav-div ul li.current_page_item  { 
text-decoration: none;
}

#nav-div ul li.current_page_item a{ 
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #75A20F;
    border: 3px solid #ECF1DE;
}

#nav-div ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(./images/menu-hover.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #75A20F;
    border: 3px solid #ECF1DE;
}



/*   END HEADER  */

/*  MAIN */

#parent-div {
    display: block;
    margin: 0px auto 0px auto;
    width: 1000px;
    background-color: #D6DFBB;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;    
}


/*   END MAIN  */

/*   #POST  */


#middle-div {
    width: 780px;
    margin-bottom: 10px;
    color: #150000;
    float: left;
}

.text-div {
    float: none;
    width: 775px;
    _width: 775px;
    margin-left: 7px;
    _margin-left: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #727677;
    padding: 0px;
}
.textfeld179 .text ul, .text-div ul, .textfeld179 .text ol, .text-div ol {
	margin:5px;
	padding:0px;
}

.textfeld179 .text ul li, .text-div ul li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
.textfeld179 .text ol li, .text-div ol li {
	list-style-position:outside;
	padding:0px;
	margin:5px 5px 5px 20px;
}

.text-div a {
    color: #DB0305;
    font-weight: normal;
    text-decoration: none;
}


.text-div a:hover {
   color: #DB0305;
   text-decoration: underline;
}

.text-div-title {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 11pt;
    font-weight: bold;
    padding: 11px 7px 15px 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/title.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #DB0305;
    border-top: 2px solid #FFFFFF;
}

.text-div-title a {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.text-div-title a:hover {
    color: #DED3D3;
    text-decoration: none;
}

.inerm-div {
    margin: 0px;
    padding: 7px;
    color: #150000;
    background-color: #E4E3C1;
}

/*   END post-div  */

/*   FOOTER  */
#bottom-div {
    display: block;
    clear: both;
    border-top: none;
    margin: 0px auto 0px auto;
    width: 1000px;
    height: 74px;
    text-align: left;
    background-image: url(./images/foot.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

#bottom-div-links {
    display: block;
    padding: 32px 0px 0px 150px;
    float: none;
    font-weight: bold;
    font-size: 9pt;
    color: #22410A;
}

#bottom-div-links a {
    color: #FFFFFF;
    font-weight: bold;
}

#bottom-div-links a:hover {
    color: #22410A;
    text-decoration: none;
}


/* SIDEBAR ITEMS 
************************************/

#s-box {
display: block;
float: right;
width: 200px;
color: #150000;
margin-right: 5px;
_margin-right: 5px;
margin-bottom: 10px;
margin-top: 5px;
background-image: url(./images/side.gif);
background-position: top left;
background-repeat: repeat-y;
}

#s-box ul li h4 {
    font-family : Verdana, Arial, Palatino, Sans-Serif;
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 11px 7px 15px 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    background-image: url(./images/title.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #DB0305;
    border-top: 2px solid #FFFFFF;
}


#s-box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.widget {
    padding: 0px;
    margin-bottom: 0px;

}

#s-box ul li ul {
    color: #150000;
    padding: 10px 0px 10px 0px;
    background-color: #D3E4C1;
    margin:0px;
}

#s-box ul li ol {
    list-style:none;
    color: #150000;
    padding: 10px 0px 10px 0px;
    background-color: #D3E4C1;
    margin:0px;
}

#s-box ul li ul li, #s-box ul li ol li {
border: none;
padding: 5px;
padding-left: 10px;
margin: 0px;
}


#s-box a {
display: block;
text-decoration: none;
color: #DB0305;
padding: 5px 2px 5px 20px;
background-image: url(./images/link.jpg);
background-position: center left;
background-repeat: no-repeat;
}

#s-box a:hover {
display: block;    
text-decoration: none;
color: #142B03;
background-image: url(./images/link-hover.jpg);
background-position: center left;
background-repeat: no-repeat;
}

#s-box ul li ul li:hover, #s-box ul li ol li:hover {
    background-color: #;
}

#s-box .banners {
    text-align: center;
    padding: 5px;
    color: #150000;
    background-color: #D3E4C1;
}

#s-box .banners a {
    background-image: none;
    padding-left: 0px;
    border: none;
}

#s-box .banners a: hover {
    background-image: none;
    border: none;    
}


#s-box .sidebar-post a {
    background-image: none;
    padding-left: 15px;
}


#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: #150000;
    font-size: 8pt;
    font-weight: normal;
    margin-bottom: 4px;
}



/****************************************************************************/
/***[ CHARTS ]***************************************************************/
/****************************************************************************/

#charts {
    width: 998px;
    margin: auto;
    overflow:hidden;
    float:none;
    margin-top: 0px;    
    padding: 15px 1px 10px 1px;
    margin-bottom: 0px;
}


.separate-div {
    clear:both;
    float:none;
}

.separator {
    clear:both;
    float:none;
}


.textfeld179 {
    width: auto;
    height: auto;
    clear: both;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.textfeld179 * {
    width: auto;
    float: none;
}

.textfeld179 h2 {
    width: auto;
    height: auto;
    font-size: 10pt;
    font-weight: bold;
    padding: 7px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: normal;
    background-color: #072712;
    background-image: url(./images/h2.jpg);
    background-position: top;
    background-repeat: repeat-x;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border: 1px solid #FFFFFF;
    border-bottom: none;
}

.textfeld179 h2 a {
    color: #FFFFFF;
    text-decoration: none;
}
.textfeld179 h2 a:hover {
    color: #DED3D3;
    text-decoration: none;
}


.textfeld179 .text {
    margin: 0px;
    padding: 0px 3px 0px 3px;
    width: auto;
    float: none;
    clear: both;
    text-align: left;
    color: #132704;
    border: 1px solid #FFFFFF;
    background-image: url(./images/cell.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #44870C;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;  
}

.post_content_left_entry_thumb, .bannerwidget {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.heading img {
    text-align: center;
    vertical-align: middle;
}

.formsubmitdownload, .fliesstextboxraummonatselber {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.formsubmitdownload ul, .fliesstextboxraummonatselber ul, .formsubmitdownload ol, .fliesstextboxraummonatselber ol{
    margin-left: 20px;
    padding-left: 10px;
}

.textfeld179 .text object, .textfeld179 .text embed {
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.textfeld179 .text table {
    width: 100%;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
}

.textfeld179 .text table tr th {
    font-size: 7pt;
    padding: 3px;
    text-align:center;
    font-weight:normal;
    color: #FFFFFF;
    background-color: #488A0C;
    border-bottom: 1px solid #FFFFFF;
}


.textfeld179 .text table tr td {
    font-size: 8pt;
    padding: 3px;
    color: #132704;
}

td.part-2, td.part-5, td .part-6, td.part-7, td.part-8 , td.part-9, td.part-10  {
	text-align: center; 
	vertical-align: middle;
}

td.part-1 {
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

td.part-3, td.part-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;
}
.row2 {
    background-color: transparent;
}

.menu10 {
    background-color: #5C9608;
}

.textfeld179 .text table tr.row2  td, .textfeld179 .text table tr.menu10  td {
}

.even:hover, .odd:hover {
    background-color: #486E11;
}

.textfeld179 a {
    color: #D3EB33;
    text-decoration: none;
}
.textfeld179 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.textfeld179 .text table tr td a {
    color: #D3EB33;
    text-decoration: none;
    display: block;
}
.textfeld179 .text table tr td a:hover {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.textfeld179 .text table tr td img {
    border: none;
}

.textfeld179 .footer {
    margin: 0px;
    padding: 4px 10px 7px 7px;
    font-size: 9pt;
    text-align: right;
    color: #132704;
    font-weight: normal;
    width: auto;
    float: none;
    clear: both;
    border: none;
  
}

.textfeld179 .footer a {
    font-weight: normal;
    color: #DB0405;
    text-decoration: none;
    
    
}
.textfeld179 .footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.post_content_left_entry_thumb, .bannerwidget {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    margin: 0px;
}

.heading img {
    text-align: center;
    vertical-align: middle;
}

.formsubmitdownload, .fliesstextboxraummonatselber {
    text-align: left;
    padding: 5px;
    font-size: 9pt;
}

.formsubmitdownload h1, .fliesstextboxraummonatselber h1,
.formsubmitdownload h2, .fliesstextboxraummonatselber h2,
.formsubmitdownload h3, .fliesstextboxraummonatselber h3,
.formsubmitdownload h4, .fliesstextboxraummonatselber h4,
.formsubmitdownload h5, .fliesstextboxraummonatselber h5,
.formsubmitdownload h6, .fliesstextboxraummonatselber h6
{
    text-align: left;
    padding: 7px;
    padding-left: 0px;
    font-size: 10pt;
    margin: 0px;
    float: none;
    font-weight: bold;
}

.formsubmitdownload p, .fliesstextboxraummonatselber p
{
    text-align: left;
    padding: 0px;
margin: 0px;
float: none;
}


.formsubmitdownload ul, .fliesstextboxraummonatselber ul, .formsubmitdownload ol, .fliesstextboxraummonatselber ol{
    margin-left: 20px;
    padding-left: 10px;
}


.textfeld179 img {
    border: none;
    margin: 0px;
}
   



/*** TAB STYLES *************************************************************/

/* Color tab styles */

.main, .text ul.atext li.widget-heading {
    background-color: #d3e4c1;
    color: #000000;
    border: 1px solid #b7c5a7;
}
.text ul.atext li {
    background-color: #b7c5a7;
}
.text ul.atext li, .text ul.atext li h4 {
    color: #000000;
}

/* Common tab styles */

.text ul.atext {
    display: block;
    clear: both;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: left;
}
.text ul.atext li {
    list-style: none;
    display: inline;
    cursor: pointer;
    margin: 0 1px 0 0;
    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;
}
.text ul.atext li.widget-heading {
    padding: 3px 3px 3px 3px;
    border-bottom: none;
}
.text ul.atext h4 {
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: inline;
}
.text ul.atext li.widget-heading h4 {
    font-weight: bold;
}
.text ul.atext li:hover {
    text-decoration: underline;
}

.text .main {
    margin: 0;
    padding: 5px;
}

.text .main h1,
.text .main h2,
.text .main h3,
.text .main h4,
.text .main h5,
.text .main h6 {
    margin: 0;
}

