
body {
    background-color:#514D41;
    font-size: 1em;
    padding:20px;
    margin:0px;
    font-family:'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

#main { 	
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width:820px;
  background-color:#514D41;
}

/* =============================================================== 
    TEASER */

#teaser {
    background:url(/images/teaser_background.png) no-repeat scroll left top;
    position:relative;
    height:190px;
    width:829px;
}



#teasertext {
    position:absolute;
    left:15px;
    top:70px;
    width:790px;
    line-height:130%;
    font-size:15px;
    color:#222;
    font-weight:bold;
}
#mehrinfo {
    position:absolute;
    right:25px;
    bottom:15px;
    font-size:15px;
    color:#222;
    font-weight:bold;
}
#mehrinfo a {color:#3e677f;}
#mehrinfo a:link, .nav a:visited, .nav a:active {text-decoration: underline}
#mehrinfo a:hover {color:#bd3738;}


.nav {
    position:absolute;
    left:441px;
    top:15px;
    width:368px;
}
.nav a {color:white;}
.nav a:link, .nav a:visited, .nav a:active {text-decoration: none}
.nav a:hover {text-decoration: underline; }

#teaser p {
    margin:0px;
    padding:0px;
    margin-top:4px;
    color:white;
    font-size:18px;
}
#feedicon {
    float:left;
    margin-right:6px;
}

/* =============================================================== 
    CONTENT */

#content_top {
    position:relative;
    background:url(/images/content_top.png);
    background-repeat:no-repeat;
    height:19px;
    width:824px;
}
#content_center {
    position:relative;
    background:url(/images/content_center.png);
    background-repeat:repeat-y;
    width:824px;
    min-height:50px;
}
#content_bottom {
    position:relative;
    background:url(/images/content_bottom.png);
    background-repeat:no-repeat;
    height:19px;
    width:823px;
}

#content {
    position:relative;
    background:#ECEBE6;
    width:780px;
    margin:0 10px 0 16px;
    height:auto;
}
#content a {color:#3e677f;}
#content a:link {text-decoration: underline}
#content a:visited {text-decoration: underline}
#content a:active {text-decoration: underline}
#content a:hover {text-decoration: underline; }

.contentbox {
    padding-bottom:12px;
}

td, th {
    font-size: 12px;
    margin:0px;
    padding:0px;
}

h2 {
    margin-top:0px;
    color:#333;
}

h3 {
    margin-top:0px;
    color:#bd3738;
}

p {
    text-align:justify;
    font-size: 1em;
}

div.beteiligung_info {
    border-top:1px solid black;
    margin-bottom:6px;
    width:240px;
    font-size:12px;
    clear:both;
}

div.beteiligung_info img {
    margin:3px;
}

.verfahren_list {
    margin:0px;
    padding:3px;
    border-bottom:1px solid silver;
}

.even {
    background-color:#efedc9;
}
.odd {
    background-color:#d4d3d0;
}

/* =============================================================== 
    CHART */



.barchart td {
   
}

.barchart td.bar {
    background-color:#efedc9;
    border-top:1px solid silver;
    border-right:1px solid silver;
     text-align:center;
}

.barchart td.bar div {
    background-color:#d4d3d0;
    border:1px solid black;
    border-bottom:0;
    margin-right:2px;
    margin-left:2px;
}

.barchart td.hor_bar {
    background-color:#efedc9;
    border-top:1px solid silver;
    border-right:1px solid silver;
     text-align:left;
}

.barchart td.hor_bar div {
    background-color:#d4d3d0;
    border:1px solid black;
    border-left:0;
    margin-top:2px;
    margin-bottom:2px;
    margin-right:6px;
    float:left;
}

.barchart td.title {
    border-top:1px solid black;
    text-align:center;
}

.barchart td.hor_title {
    border-right:1px solid black;
    text-align:left;
    padding-right:3px;
}

.barchart td.leftbox {
    border-right:1px solid black;
    width:2px;
}



/* =============================================================== 
    MAP */

#map {
    float:left;
    width:500px;
    height:500px;
    border:1px solid silver;
}

#map_liste {
    float:right;
    width:260px;
    padding:0px;
}

#area {
    position:relative;
	height: 27px;
	width: 500px;
	background-image:url(/images/timeline.gif);
    background-repeat:no-repeat;
    background-position:top left;
}
 
.timemarker {
    position:absolute;top:12px;
    font-size:11px;
    /*height:20px;
    width:30px;
	background-image:url(/images/tick.png);
    background-repeat:no-repeat;*/
}

#time_text {
    font-size:12px;
    width:100px;
    margin-left:-35px;
    text-align:center;
}

#knob {
    top:-30px;
	height:40px;
	width: 30px;
	background-image:url(/images/go-down.gif);
    background-repeat:no-repeat;
    background-position:bottom left;
    overflow:visible;
}

/* =============================================================== 
    FOOTER */
#footer_separator {
    position:relative;
    margin:12px 12px 3px 12px;
    border-top:1px solid #ECEBE6;
}
#footer a {color:white;}
#footer a:link {text-decoration: underline}
#footer a:visited {text-decoration: underline}
#footer a:active {text-decoration: underline}
#footer a:hover {text-decoration: underline; }
.footerbox {
    float:left;
    width:350px;
    text-align:justify;
    margin:0px 12px 12px 12px;
    color:#ECEBE6;
    font-size:12px;
}

