body {
    /*font-family: tahoma, helvetica, arial, sans-serif;*/
    font-family: sans-serif, tahoma, geneva, kalimati;
    font-size: 11px;
    text-align: center;
    background: url(images/tlo.gif);
}

ul a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

ul a:visited {
    color: #fefefe;
}

ul a:hover, a:hover {
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0 0 0 0;
    line-height: 1;
    font-size: 12px;
    color: #5A5A5A;
}

h2 {
    margin: 0 0 5px 0;
    padding: 5px 0 0 0;
    font-size: 12px;
}

img {
    border: 0px;
}

#imgleft{
border: 0px;
float: left;
padding: 4px 8px 4px 8px;
}

#imgright{
border: 0px;
float: right;
padding: 8px 18px 8px 8px;
}

p { 
    text-align: justify;
    font-size: 12px;
    color: #5A5A5A;
}

#p_big{
    text-align: justify;
    font-size: 13px;
}

.p_big a {
    color: darkgrey;
    font-weight: bold;
    text-decoration: none;
}

.p_big a:hover {
    color: grey;
    text-decoration: none;
}

#ul_big { 
    list-style-type:circle;
    font-size: 12px;
    color: #5A5A5A;
}

#p_map{ padding: 20px 20px 20px 20px; }

/*container (main matrix)*/

#container {
    margin: 17px auto;
    text-align: left;
    width: 850px;    /*MAX PAGE WIDTH*/
    position: relative;
}

#menu {
      text-align: right;
}

#menu a {
    color: white;
}

#submenu {
  border-bottom: 1px solid white;
  height: 200px;
}

/*HEADER (Menu under banner)*/

#header {
  width: 850px;
  heigh: 150px;
  background-color: #6E9C09;
  text-align: right;
}
 
#header ul {
    margin: 0;
    padding-right: 50px;
}

#header li {
    margin: 0;
    list-style: none;
    line-height: 1.7;
    display: inline;
    padding: 0 0 0 18px;
}

/*LEFT (Not Used)*/

#left{ }

/* subheader (Green menu)*/

#subheader {
float: left;
width: 161px;
height: 220px;
height: auto !important;
min-height: 200px;
display: inline;

background: url(images/green_bg.gif) repeat-y;
/*border: 1px solid #C0C0C0;
border-bottom: none;
border-top: none;*/
}

/*RIGHT (Orange menu)*/

#right {
float: left;
width: 161px;
height: 813px !important;
height: 816px;
min-height: 770px;
display: inline;

background: url(images/orange_bg.gif) repeat-y;
/*border: 1px solid #C0C0C0;
border-top: none;
border-bottom-color: white;*/
}

/* nav (in menu) */

.nav a {
    color: white;
    text-decoration: none;
}

.nav a:hover {
    color: #ed5411;
}

.nav h2 {
    color: #FFFFFF;
    margin-top: 0;
    padding: 6px 0 6px 30px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    line-height: 1;
}

.nav ul {
    margin: 0;
    padding: 0 0 30px 30px;
    line-height: 1.4;
}

.nav li {
    list-style: none;
    margin: 0;
    padding: 0 0 6px 0;
}

/* middle (Main sait)*/

#middle{
float: right;
width: 689px;
height: 1039px; /* manage this value when IE macht scheisse*/
min-height: 970px;
display: inline;
background-color: white;
}

#leftmainside {
    width: 300px;
    float: left;
    padding-top:20px;
    padding-left: 20px;
}

#rightmainside {
    width: 300px;
    float: right;
    padding-top:20px;
    padding-right: 20px;
}

/* footer */

#footer{
clear: both;
width: 850px;
heigh: 60px;

text-align: right;
border-top: 1px solid #ffffff;
background-color: #E99B02;

}

#footeri {
    padding: 5px 3px 7px 13px;
}

#footer .copyright {
    float: left;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

/* OTHER */

.readmore{ text-align: right; }

#rightmainside a {
    color: darkgrey;
    text-decoration: none;
}

#rightmainside a:hover {
    color: grey;
    text-decoration: none;
}

#leftmainside a {
    color: darkgrey;
    text-decoration: none;
}

#leftmainside a:hover {
    color: grey;
    text-decoration: none;
}
