/*
Farbcodes:

hellgruen (Kopf):
#A4CF63

rot (Rahmen):
#FF1A00

dunkelrot:
#CD0000

grau (Rahmen):
#AAAAAA

dunkel-grau (Footer-Navi):
#333333

*/

body, html {
    /*height:100%;*/
    font-size:0.85em;
}

body {
	/*text-align:center;*/
	font-size:0.85em;
	/*font-size:14px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	/*background:url(../img/stripe.png);*/
}

img {
    border-width:0px;
}

/* allgemeine Linkformatierung */
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

a:hover{
	text-decoration: none;
}

/* sonstige allgemeine Formatierungen */
h1, h2, h3, h4{
    font-weight:bold;
    padding-bottom:3px;
}

h1{
    font-size:1.2em;
}

h2, h3, h4{
    font-size:1.1em;
}

p{
    padding:3px 0px;
}

/******** Textformatierung ***************/

/* kursiv */
em{
    font-style:italic;
}

/* fett */
strong{
    font-weight:bold;
}

ul{
    list-style-type:disc;
    /*padding:0px;*/
    /*margin:0px;*/
}




/*************** CONTENT ************/
div#content{
    clear:left;
    position:relative;
    min-height:450px;
    height:auto !important;  /* fuer moderne Browser */
    height:500px;  /*fuer den IE */
    width:700px;
    /*margin-right:auto;*/
    /*margin-left:auto;*/
    /*padding:10px;*/
    text-align:left;
    /*border-style:solid;*/
    /*border-color:#CD0000;*/
    /*border-width:0px 1px 1px 1px;*/
    /*background:#FFFFFF url(../img/gradient.gif) repeat-x top;*/
    /*padding-top:20px;*/
}

/************** CONTENT-ELEMENTE **************/
div.default_object {
    display:block;
    margin-top:0px;    
    clear:both;
}

div#content p{
    line-height:16px;
}

/************ MAP-Darstellung ueberschreiben ************/
div#map {
    /*width:590px;*/
    width:460px;
}

#map-wrapper {
    float:left;
    width:auto;
}

div#sidebar-wrapper {
    float:right;
    height:auto;
    /*margin-left:10px;*/
    margin-left:0px;
    width:210px;
    /*margin-top:-10px;*/
    margin-top:0px;
}

ul.tabmenu-nested {
    width:210px;
    margin-top:0px;
}

ul#main-tab-container-nav {
    width:700px;
}

#main-tab-container {
    margin-top:0px;
}

