@import url(reset.css);
@import url(tools.css);
@import url(typo.css);

@import url(layout.css);
@import url(nav.css);
@import url(links.css);
@import url(forms.css);

@import url(print.css);

@media all {
    body {
        background: #dce0e2 url(../img/bg/page_bg2.gif) repeat-y center top;
    }
	#header {
        height: 266px;
    }
    #header p.hrz_img, #header p.hrz_img img{
        height: 164px;
    }
    #comments_bottom {
        height: 315px;
        height: 400px;
    }
	#col2 #nav1 h2 {
		position: relative;
		margin-top: 0;
		height: auto;
	}
    #nav1 {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: -2px;
		padding: 20px 0 20px 0;
        border: none;
		border: 1px solid #dce0e2;
		border-width: 2px 0;
		background-color: transparent;
    }

    #nav1 ul {
        line-height: 1em;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #nav1 li {
        padding: 0;
        margin: 0;
    }
    #nav1 a {
        font-size: 160%;
        display: block;
        background: #a6b0b5 url(../img/bg/arrow_green.gif) no-repeat 11px 50%;
        font-weight: normal;
        text-decoration: none;
        margin: 0 0 2px 0;
        padding: 7px 5px 7px 25px;
        color: #009833;
    }
    #nav1 a:hover,
    #nav1 a:focus,
	#nav1 a.current {
        color: #009833;
		background-color: transparent;
    }
    #nav2 a {
        width: 170px;
    }
    #lang {
		top: 705px;
    }


    #main{
        padding: 30px;
		width: auto;
    }
	#main h1, #main h2, #main h3 {
        text-transform: none;
    }
	#main h1, #main h3 {
        color: #a3adb1;
        text-transform: none;
    }
	#main h3 {
        font-weight: normal!important;
    }
	#main .textblock.list b,
	#main .textblock.list strong {
		font-weight: normal
	}

	#main .absatz{font-size: 110%; margin:0; padding-bottom: 1.5em; overflow:hidden;text-align: right;}
    #main .absatz span.item{float:left; padding-right:.5em;}
}