html,body {
    background: #E1E1E1 url(pictures/allgemein/main_bg2.gif) repeat-y 50% 0;

    margin: 0px;
    padding: 0px;
    text-align: center;
}

body,p,td {
    font-family: Arial, geneva, sans-serif; 
    font-size: 11px; 
    font-weight: normal;
    color: #000000;
    padding-top: 2px;   
    padding-bottom: 2px;
}

#inhalt{
    width: 895px;
    min-height:100%;

    margin: 0px auto;
    padding:0px;
    overflow: visible;

    text-align: center;
}

#navigation{
    float: left;
    width: 177px;
    height:100%;
    background-color:#153559;

    text-align: left;
    white-space:nowrap;

    font-family: Arial, Geneva, sans-serif; 
    font-size: 11px; 
    color: #FFFFFF;
    padding: 0px;
    padding-bottom: 1px;
    line-height: 18px;
}


#navigation a{
	color: #ffffff;
}

/* IE 6
* html class

/* IE 7
* +html calss*/

/*
#navigation ul, #navigation li {
    list-style-type:none;
    line-height:22px;
    white-space:nowrap;

    padding:0px;
    margin:0px;
    margin-left:7px;
} */

#navigation ul {
    padding:0px;
    margin:0px;
}

/*
#navigation a, #navigation li {
    font-weight: bold;
    text-decoration: none;
    font-size: 11px; 
    color: #ffffff;

    padding:0px;
    margin:0px;
} */

#navigation ul li{
    width:90%;
    font-weight: bold;
    text-decoration: none;
    font-size: 11px; 
    color: #ffffff;
    list-style-type:none;
    line-height:22px;
    white-space:nowrap;

    padding:0px;
    margin:0px;
    margin-left:7px;

    border-bottom: 1px dotted #FFFFFF;
}

#navigation ul li a{
    font-weight: bold;
    text-decoration: none;
    font-size: 11px; 
    color: #ffffff;
    list-style-type:none;
    line-height:22px;
    white-space:nowrap;

    padding:0px;
    margin:0px;
    margin-left:7px;
}

#navigation ul li ul li {
    width:100%;

    background-image: url(pictures/allgemein/pfeil.gif);
    background-repeat: no-repeat;
    background-position: 0.5em .5em;
    border:0px;

    white-space:nowrap;
    padding-left:5px;
}

#navigation ul li ul li a {
    border:0px;
    padding:0px;
    margin:0px;
    margin-left:12px;

    font-weight: bold;
    text-decoration: none;
    font-size: 11px; 
    color: #ffffff;
}

#navigation a:hover {
    font-weight: bold;
    color: #E1E1E1;
    font-size: 11px;    
    padding:0px;
}

#navigation a:active {
    font-weight: bold;
    color: #ff0000;
    font-size: 11px;        
    padding:0px;
}

#content{
    float: left;
    width: 540px;
    height:100%;
    overflow:visible;

    margin-top: 0px;
    padding:0px;

    font-family: Verdana, sans-serif;
    font-size: 10px;
    font-weight:normal;
    text-align: left;
    color:#000000;
}

* html #content{
    width: 540px;
    overflow-x:hidden;
}

#listview_bild {
    float:left;
    margin-right:15px;
    width:80px;
}

#content .listview_headline {
    font-weight:bold;
    font-size:14px;

    margin-top:15px;
}

#content hr {
    margin-top:5px;
    clear: both;
}

#teaser{
    float: right;
    width: 178px;
    height:100%;
    background-color: #153559;
    text-align: left;
}

*html #teaser{
	width: 170px;
}

#teaserblock{
	clear: both;
	height: auto;
	overflow: visible;
	padding-top: 10px;
}