#map-canvas { 
    height: 576px;
    width:700px; 
}

#map-canvas a:hover{
    background-color: #999;
}

#post{
    background-image:url(../stylesheets/blog.png);
    width: 700px;
    margin: 0px 0px 10px 0px;
}

.navigation img { 
    display: inline;
    vertical-align: middle;
}

.next{
    background-image:url(../stylesheets/blog.png);
    float:right;
    height: 60px;
    width: 265px;
    text-align: right;
    color: #8a9115;
    font: bold 120% georgia,times,"times new roman",serif;
    margin: 0 0 2px;
    padding: 0 0px 5px 0px;
}
.nextEmpty{
    background-image:url(../stylesheets/blog.png);
    background-color: gray;
    float:right;
    height: 60px;
    width: 265px;
    text-align: right;
    color: #444;
    font: bold 120% georgia,times,"times new roman",serif;
    margin: 0 0 2px;
    padding: 0 0px 5px 0px;
}
.movie {
    float: left;
    padding-left: 10px;

}

.previous{
    background-image:url(../stylesheets/blog.png);
    float:left;
    height: 60px;
    width: 265px;
    text-align: left;
    color: #8a9115;
    font: bold 120% georgia,times,"times new roman",serif;
    margin: 0 0 2px;
    padding: 0 0 5px 0;
}
.previousEmpty{
    background-image:url(../stylesheets/blog.png);
    background-color: gray;
    float:left;
    height: 60px;
    width: 265px;
    text-align: left;
    color: #444;
    font: bold 120% georgia,times,"times new roman",serif;
    margin: 0 0 2px;
    padding: 0 0 5px 0;
}
#navTextNext{
    text-align: left;
    float: left;
    margin: 24px 0 0 17px;
}
#navTextPrev{
    text-align: right;
    float: right;
    margin: 24px 17px 0 0;
}
#UserComments {
    width: 700px;
    background-image:url(../stylesheets/blog.png); 
}

#UserComments a:hover, a:active, a:link, a:visited, a:focus {
    background-color: transparent;
}

.dark{
    background-image:url(../stylesheets/blog.png);
    padding: 5px 0px 5px 2px;
    width: 682px;
}

.blank{
    padding: 5px 0px 5px 2px;
    width: 690px; 
}

#UserComments fieldset {
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    color: #DDDDDD;
    padding: 5px 0px 5px 5px;
}
#UserComments legend {
    border: medium none;
    color: #DDDDDD;
}

#postheader{
    background-image:url(../stylesheets/blog.png);
    padding-left: 5px;
    color: #8A9115;
    font: 106% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin-top: 0px;
}

#posttext{
    width:685px;
    margin:7px;
    text-align: justify;
}
.ContentPic {
    display: block;
    text-align: center;
}

.ContentPic img {
    display: block;
}

.Right {
    float: right;
    margin: 5px 0px 0px 5px;
    font-size: 75%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #DDDDDD;
}

.Left {
    float: left;
    margin: 5px 5px 0px 0px;
    font-size: 75%;
    padding: 10px 10px 10px 10px;
    border: 1px solid #DDDDDD;
}

.Center {
    border: 1px solid #DDDDDD;
    float: none;
    font-size: 75%;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;

}

#posttext p {
    margin-top: 0px;
}

#posttext img {
    padding: 3px 6px 0px 0px;
}

#postfooter{
    background-image:url(../stylesheets/blog.png);
    padding:1px 0px 5px 5px;
    margin-top: 0px;

}

#postby 
{
    color: #8A9115;
    font: 70% georgia, times, "times new roman", serif;
    border-left: 1px solid #C5C877;
    position: relative;
    padding: 0px 5px 0px 5px;
    /*float: left;*/
}

.infopostfooter
{
    color: #8A9115;
    font: 70% georgia, times, "times new roman", serif;
    border-left: 1px solid #C5C877;
    position: relative;
    padding: 0px 5px 0px 5px;
    float: left;
}

#options{    
    color: #8A9115;
    font: 70% georgia, times, "times new roman", serif;
    position:relative;
    border-left: 1px solid #C5C877;
    padding: 0px 5px 0px 5px;
    float:right;

} 

#options a:hover, a:active, a:link, a:visited, a:focus {
    background-color: transparent;
}

a{
    text-decoration:none;
}

a img{
    border:none;
    outline:none;
}

#CommentEntryPost
{
    background-image:url(../stylesheets/blog.png);
    padding:0px 0px 0px 0px;
    display:block;
    width:700px;
    margin-left:0px;
    margin-top: 10px; 
}

#CommentEntryPost a:hover, a:active, a:link, a:visited, a:focus {
    background-color: transparent;
}

#CommentEntryPost h1
{
    font-size:10pt; 
    color: #f6f6f6;
    margin: 0px;
    margin-bottom: -5px;    
}
#CommentEntryPost textarea
{
    width: 675px;
}

#CommentEntryPost fieldset
{
    color: #DDDDDD;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
}

#CommentEntryPost legend
{
    color: #DDDDDD;
    border:none;
}

#CommentEntryPost table
{
    border: none;
}

#CommentEntryPost form
{
    border: none;
}

div#posttext {     
    overflow: hidden;
}

#posttext a {
    /*display: block;*/
    text-align: center;
    text-decoration: none;
    color: #DDD;
    text-align: justify;
}
#ContentIndexLimiter{
    height:495px;
    overflow:hidden;
}
#SearchLimiter{
    height:576px;
    width: 725px;
    overflow:auto;
}
#Impression{
    margin: 5px;
    float:right;    
    background-color:rgba(20,20,20,0.65);
    padding: 10px;
}
#ContentPic {
    /*width:260px;*/
    height: 210px;
    position: relative;
    overflow: hidden;
}
#ContentPic img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
#ContentIndex
{
    float:left;
    width: 390px;
    /*height:350;*/
    margin: 5px;
    padding: 5px;
    text-align: justify;
    background-color:rgba(20,20,20,0.65);
}
#ContentSearch
{
    clear:both;
    float: left;
    height:50px;
    width: 400px;
    overflow:hidden;
    margin: 5px;
    padding: 5px;
    background-color:rgba(20,20,20,0.65);
}
#SearchIndex
{
    float:left;
    width:685px;
    height:555px;
    margin: 5px;
    padding: 5px;
    text-align: justify;
    background-color:rgba(20,20,20,0.65);
    overflow:auto;
}
div#ContentGoMap
{   
    background: url("../Blog/icons/compass.png") no-repeat scroll 0 0 rgba(73, 0, 0, 0);
    float: left;
    height:60px;
    width: 215px;
    margin: 5px;
    padding: 5px;
    background-size: 60px;
    background-position: right;
    background-color: rgba(20, 20, 20, 0.65); 
}
#ContentGoMap a {
    color: #8A9115;
    font: 120% georgia, times, "times new roman", serif;
    display: block;
    font-size: 40px;
    text-align: left;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
}
div#ContentGoPosts {
    background: url("../Blog/icons/gonext.png") no-repeat scroll 0 0 rgba(73, 0, 0, 0);
    float: left;
    height: 60px;
    margin: 5px;
    padding: 5px;
    width: 215px;
    background-size: 60px;
    background-position: right;
    background-color: rgba(20, 20, 20, 0.65);
}
#ContentGoPosts a {
    color: #8A9115;
    font: 120% georgia, times, "times new roman", serif;
    display: block;
    font-size: 40px;
    text-align: left;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
}
div#ContentGoData {
    background: url("../Blog/icons/BlogData.png") no-repeat scroll 0 0 rgba(73, 0, 0, 0);
    float: left;
    height: 60px;
    margin: 5px;
    padding: 5px;
    width: 215px;
    background-size: 60px;
    background-position: right;
    background-color: rgba(20, 20, 20, 0.65);
}
#ContentGoData a {
    color: #8A9115;
    font: 120% georgia, times, "times new roman", serif;
    display: block;
    font-size: 40px;
    text-align: left;
    text-decoration: none;
    padding: 0px 0px 0px 5px;
}
#blogSearch{
    margin-bottom:10px;
}
#blogAktuell{
    margin-bottom:10px;
}
#blogArchiv{
    margin-bottom:10px;
}
#blogNotActive{
    text-align:center;
    background-color: rgba(20, 20, 20, 0.65);
    padding: 0 0 25px 0;
    margin: 5px;
}
#rssFeed{
    margin-bottom:10px; 
}
#rssFeed img {
    float: left;
}
.navigation {
    padding: 7px 0 0 0;
}
.DataIndex
{
    float:left;
    width: 695px;
    height: auto;
    margin: 5px;
    padding: 0px;
    text-align: justify;
    background-color:rgba(20,20,20,0.65);
    position: relative; 
}
.DataIndex img{
    display: block;
}
.graphRow{
    position: absolute;
    float:left;
    bottom:0px;
}
.graphRow:hover{
    background-color:rgba(20,20,20,0.65);    
}
.zone{
    position: absolute;
    float:left;
    bottom:0px;
    text-align: center;
}
.zone:hover{
    background-color:rgba(20,20,20,0.65);    
}
.label {
    width: 230px;
    float: left;
    overflow: hidden; 
    white-space: nowrap
}
.value {
    width: 110px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    padding-left: 2px;
}
.label:after { 
    content: " .................................................................................." 
} 
.details {
    position: absolute;
    top: 10px;
    left: 240px;
    background-color: rgba(180,180,180,0.85);
    color: black;
    z-index: 10000;
    height: 200px;
    width: 200px;
    padding: 5px;
}
.off{
    visibility: hidden;
}
.head{
    padding-bottom: 5px;    
}
.foot{
    text-align: center;
    width: 200px;
    top: 192px;
    position: absolute;
}
#detailHead{
    width:690px;
    height:40px;
}
#statHeadline{
    float: left;
    font: 120% arial, "times new roman", sans-serif;
    font-size: 25px;
}
#delFil{
    width: 20px;
    height: 20px;
    float: right;
    background: url("../stylesheets/close.png") no-repeat scroll 0 0 rgba(73, 0, 0, 0);
    background-size: 20px 20px;
}
#filter{
    width: 100px;
    height: 20px;
    float: right;
    padding: 3px 0 0 0;
}
.blog_H1{
    color: #8A9115;
    font: 180% georgia, times, "times new roman", serif;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}