body {
    margin: 0 auto 0 auto;
	text-align:center;
	font:13px arial;
	width:786px;

}

a {
    color:#2F4A9A;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.blue {
    color:#2F4A9A;
}

img {
    border:0px;
}

ul {
    margin:0px;
    padding-left:20px;
    color:#000;
    list-style-type:square;
}

li {
    margin:5px 5px 0 10px;
    
}

li a {
    font-size:12px;
    color:#2F4A9A;
}

#ieworkaround {
	width:786px;
}

/* header */

#header {
    background:url('../img/bg_header_786.png');
    width:100%;
    height:80px;
    line-height:20px;
    text-align:right;
    font-size:12px;
    margin-bottom:30px;
}

#header span {
    padding-right:37px;
}

#header a {
    color:#000;
    text-decoration:none;
}

#header a:hover {
    text-decoration:underline;
}

/* navigation */

#navigation {
    float:left;
    width:200px;
    margin-left:49px !important; margin-left:30px;
    text-align:left;
}

p.headline {
    font-size:11px;
    color:#888;
    margin:0 0 5px 10px;
}

div.item {
    background:url('../img/nav_bg.png') no-repeat left top;
    font-size:14px;
    line-height:15px;
    padding:15px 5px 0 10px;
    margin:0px;
}

div.item ul {
    list-style-type: square;
    color:#d0d0d0;
}

#navigation div.item li {
}

#navigation div.item li a {
    font-size:12px;
    color:#2F4A9A;
}

#navigation div.item li span {
    font-size:12px;
    color:#000;
}

#navigation div.item div.sub {
    border-top:1px solid #d0d0d0;
    font-size:13px;
    line-height:18px;
    margin:5px -5px 0 -10px;
    padding:5px 5px 0 15px;
}

#navigation div.item div.sub a {
    font-size:12px;
}

#navigation div.item a {
    color:#666;
    text-decoration:none;
}

#navigation div.item a:hover {
    text-decoration:underline;
    color:#2F4A9A;
}

div.start {
    background-position: 0 -10px;
    padding-top:5px;
}

div.end {
    background-position: 0 0px;
    padding:0px; 
    height:5px;
    line-height:1px;
}

/* content */

#content {
    float:left;
    margin:20px 0 25px 60px;
    line-height:1.4em;
    text-align:left;
    width:410px;
}

#content div.editorfester {
    margin:-49px 0 0 -1px;
}

h1 {
    text-align:left;
    font-size:18px;
    font-weight:normal;
    line-height:18px;
    color:#2F4A9A;
    margin:0 0 18px 0;
}

#news {
    /*float:right;
    text-align:left;
    padding:0px;
    margin:0 0 30px 30px;
    width:200px;*/
}

#news ul {
    margin:0px;
    padding-left:10px;
}

#clear {
    clear:both;
    line-height:1px;
    height:1px;
}



/*footer*/

#footer {
    margin-top:50px;
    background:url('../img/bg_footer_786.png') no-repeat left top;
    text-align:left;
    padding:5px 0 5px 49px;
    font-size:11px;
    color:#555;
}

#footer a {
    color:#555;
}

#footer a:hover {
    text-decoration:underline;
}