@charset "utf-8";

html,body {
        margin: 0;
        padding: 0;
        height: 100%;
        background: #F4F4F4 url(bg_body.gif) center top repeat-y;
        }

body {
        font-family:Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        
		font-size: 75%;
        color: #333;
        background-color: #F4F4F4;
        }


p {
        padding: 0;
        margin: 0.7em 0 0.5em 0;
        }

a {
        color: #008000;
        text-decoration:underline;
        }

a:focus, a:hover, a:active {
        text-decoration: none;
        }



img {
        border: none;
        }

legend, label {
        display: none;
        margin: 0;
        padding: 0;
        }

.showlabel label {
        display: block;
        padding: 3px 0 3px 0;
        }

.bform label {
        display: inline;
        }
.bform legend {
        display: inline;
        font-weight: bold;
        }
.bform fieldset        {
        border: 1px solid #5BB230;
        padding: 0 16px 16px 16px;
        margin: 6px 0 6px 0;
        }

.error {
        color: #CC0017;
        }

form, fieldset {
        border:0;
        padding:0;
        margin:0;
}


input.tx, input.t {
        border-top: 1px solid #999;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 3px;
        color: #333;
        width: 155px;
        }

input.t {
        width: 350px;
        margin: 3px 0 9px 0;
        }

select, textarea {
        margin: 3px 0 9px 0;
        }

textarea.t {
        width: 350px;
        margin: 3px 0 9px 0;
        border-top: 1px solid #999;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 3px;
        color: #333;
        }

input.error {
        border: 1px solid red;
        }

.underline {
        text-decoration: underline;
        }

.helper {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	display: inline;
	overflow: hidden;
	}

.only_print {
        display: none;
        }

.date {
        font-size: 0.9em;
        color: #333;
        }
.new .date {
        font-size: 0.8em;
        }

h1 {
        font-size: 2.3em;
        font-weight:normal;
        margin: 0;
        padding: 1px 0 18px 0;
        color:#333;
        line-height: 1em;
        }

h2 {
        font-size: 1.2em;
        margin: 0;
        padding: 6px 0 6px 0;
        }

h3 {
        font-size: 1.1em;
        margin: 0;
        padding: 6px 0 6px 0;
        }

h4, h5, h6 {
	font-size: 1em;
	margin: 0;
	padding: 6px 0 6px 0;
	}

.watchlist h2 {	
	font-size: 1.8em;
    font-weight:normal;
	padding: 28px 0 8px 0;
	}


h2.start {
        font-size: 1em;
        border-bottom: 3px solid #DDE7D1;
        padding: 0;
        font-weight: normal;
        }

h2.gray {
        font-size: 1.6em;
        font-weight:normal;
        color:#333;
        line-height: 1em;
        }

#outer {
        margin: 0 auto;
        width: 972px;
        min-height: 100%;
        background-color:#fff;
        }

* html #outer {
        height: 100%;
        }

#head {
        background: url(bg_head.jpg) top right no-repeat;
        height: 151px;
        }

#sub_head {
        background: url(bg_subhead.gif) top left no-repeat;
        height: 6px;
        line-height: 0em;
        font-size: 0em;
        }

#breadcrumb {
        color: #333;
        font-size: 1em;
        background-color:#EAEAEA;
        padding: 5px 0 5px 8px;
        }

#breadcrumb a {
        color: #333;
        text-decoration:none;
        }

#breadcrumb a:focus, #breadcrumb a:hover, #breadcrumb a:active  {
        color: #5BB230;
        }


#cont_left {
        float: left;
        width: 222px;
        line-height: 1.4em;
        }

#cont {
        float: left;
        width: 471px;
        line-height: 1.4em;
        padding: 0 27px 0 27px;
        margin-top: 26px;
        }

#cont_right {
        float: left;
        width: 225px;
        line-height: 1.4em;
        border-bottom: 1px solid #DDE7D1;
        }


#navi {
        margin-top: 26px;
        padding-right: 1px;
        }

#navi img {
        margin: 0;
        padding: 0;
        display:block;
        }

#navi ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        }

#navi ul li {
        margin-top: 1px;

        }

#navi ul li a {
        text-decoration:none;
        color: #333;
        background: url(bg_nav_pas.gif) bottom left no-repeat;

        display: block;
        font-size: 1.2em;
        padding: 6px 0 6px 9px;
        }

#navi ul li a:focus , #navi ul li a:hover, #navi li.act a, #navi ul li a:active {
        background: url(bg_nav_act.gif) bottom left no-repeat;
        }

#navi li.cur a {
        background: url(bg_nav_cur.gif) bottom left no-repeat;
        }

#navi ul li.cur li, #navi ul li.act li {
        margin-top: 0px;
        }

#navi ul ul {
        border-bottom: 1px solid #5BB230;
        }
#navi ul li.cur ul li.cur {
        border-bottom: none;
        }

#navi ul li.cur li a, #navi ul li.act li a {
        background: url(bg_nav_sub_pas.gif) bottom left repeat-y;
        padding: 6px 0 6px 18px;
        }

#navi ul li.cur li a:focus, #navi ul li.cur li a:hover, #navi ul li.cur li a:active, #navi ul li.act li a:focus, #navi ul li.act li a:hover, #navi ul li.act li a:active {
        background: url(bg_nav_sub_act.gif) bottom left repeat-y;
        }

#navi ul li.cur li.act a, #navi ul li.act li.act a {
        background: url(bg_nav_sub_act.gif) bottom left repeat-y;
        }


ul.faq li {
        padding: 1px 0 1px 0;
        }


#search {
        margin-top: 1px;
        background-color: #F4F4F4;
        padding: 6px 0 24px 8px;
        font-size: 1.2em;
        border-bottom: 1px solid #ccc;
        }

#search .submit {
        background-color: #F4F4F4;
        border: none;
      
        margin-left: 6px;
        padding-left: 0px;
        font-size: 1em;
        }

a.pseudo_nav {
        text-decoration:none;
        color: #333;
        background: url(bg_nav_pas.gif) bottom left no-repeat;
        display: block;
        font-size: 1.2em;
        padding: 6px 0 6px 9px;
        }

a.pseudo_nav:focus, a.pseudo_nav:hover, a.pseudo_nav:active, a.pseudo_nav.act {
        background: url(bg_nav_act.gif) bottom left no-repeat;
        }

#teaser_top_first {
        background: #dde7d1 url(bg_teasertop_first.gif) top left no-repeat;
        margin-top: 26px;
        color: #333;
        font-size: 1em;
        padding: 7px;
        }

.teaser_top {
        background: #dde7d1 url(bg_teasertop.gif) top left no-repeat;
        color: #333;
        font-size: 1em;
        padding: 7px;
        }

#teaser_top_first h3, .teaser_top h3 {	
	font-size: 1em;
	font-weight: normal;
	display: inline;
	}


.teaser_box {
        border-left: 1px solid #DDE7D1;
        padding: 14px 0 14px 6px;
        }

.teaser_box input.tx {
        width: 180px;
        }

input#login        {
        background-color: #F4F4F4;
        color: #000;
        padding: 4px 2px 4px 2px;
		width: 5.5em;
     
		border-bottom: 1px solid #999;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        }

input.weiter {
        background-color: #F4F4F4;
        color: #000;
        padding: 4px 2px 4px 2px;
        width: 150px;
        
		border-bottom: 1px solid #999;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        }


#log_left {
        width: 80px;
        float: left;
        padding-top: 10px;
        }

#log_right {
        width: 130px;
        float: left;
        padding-top: 15px;
        }

* html #log_right {
        padding-top: 16px;
        }




#foot {
        border-top: 3px solid #ccc;
        margin-top: 30px;
        padding-top: 5px;
        }









/* Startseite */

#cont_start{
        float: left;
        width: 498px;
        line-height: 1.4em;
        padding: 0 0px 0 27px;
        margin-top: 26px;
		font-size: 1em;
        }


#foot_start {
        border-top: 3px solid #ccc;
        margin-top: 30px;
        padding-top: 5px;
        margin-right: 30px;
       }

/*
#start_1 {
        background: url(bg_start_1.gif) top left no-repeat;
        width: 422px;
        height: 42px;
        padding: 17px 5px 0 44px;
        }

#start_2 {
        background: url(bg_start_2.gif) top left no-repeat;
        width: 422px;
        height: 123px;
        padding: 10px 5px 0 44px;
        }

#start_3 {
        background: url(bg_start_3.gif) top left no-repeat;
        width: 422px;
        height: 42px;
        padding: 10px 5px 0 44px;
        }
*/

.start_top {
	width: 471px;
	background: #dde7d1 url(bg_start_top.gif) top left no-repeat;
	padding-top: 8px;
	}
.start_top_delle {
	width: 471px;
	background: #dde7d1 url(bg_start_top_delle.gif) top left no-repeat;
	padding-top: 8px;
	}

.start_bottom {
	background:  #dde7d1 url(bg_start_bottom.gif) bottom left no-repeat;
	height: 8px;
	width: 471px;
	}
.start_bottom_arrow {
	background: #dde7d1 url(bg_start_bottom_arrow.gif) bottom left no-repeat;
	height: 18px;
	width: 471px;
	}	

#start_1_cont {
	background: #dde7d1 url(bg_start_1_cont.gif) top left no-repeat;
	width: 422px;
	padding: 9px 5px 5px 44px;
	}
#start_2_cont {
	background: #dde7d1 url(bg_start_2_cont.gif) top left no-repeat;
	width: 422px;
	padding: 2px 5px 5px 44px;
	}
#start_3_cont {
	background: #dde7d1 url(bg_start_3_cont.gif) top left no-repeat;
	width: 422px;
	padding: 2px 5px 0px 44px;
	}	



a#start_left {
        display: block;
        float: left;
        background: #4e504c url(bg_start_left_top.gif) top left no-repeat;
        width: 182px;
		min-height: 2.8em;
   		padding: 4px 5px 4px 8px;
        color: #fff;
        text-decoration: none;
		text-align: left;
        }

a#start_right {
        margin-left: 7px;
        display: block;
        float: left;
        background: #4e504c url(bg_start_right_top.gif) top left no-repeat;
        width: 187px;
		min-height: 2.8em;
        padding: 4px 8px 4px 8px;
        color: #fff;
        text-decoration: none;
		text-align: right;
        }

* html a#start_left, * html a#start_right {
	height: 2.8em;
	}

#start_button_holder {
	margin-top: 13px;
	padding: 0 0 7px 0;
	background: url(bg_start_leftright_bottom.gif) bottom left no-repeat;
	}
	

#beschwerde_button_holder {
	margin-top: 13px;
	padding: 0 0 7px 0;
	background: url(bg_beschwerde_leftright_bottom.gif) bottom left no-repeat;
	}
	
a#beschwerde_left {
        display: block;
        float: left;
        background:url(bg_beschwerde_left.gif) top left no-repeat;
        width: 181px;
        height: 49px;
        padding: 3px 5px 0 44px;
        color: #fff;
        text-decoration: none;
        }

a#beschwerde_right {
        margin-left: 7px;
        display: block;
        float: left;
        background:url(bg_beschwerde_right.gif) top left no-repeat;
        width: 185px;
        height: 49px;
        padding: 3px 44px 0 5px;
        color: #fff;
        text-decoration: none;
	}

.pages {
        padding: 10px 0 10px 0;
        }

.cat_article {
        padding: 20px 0 20px 0;
        border-top: 3px solid #DDE7D1;
        }

.startbox {
        padding: 0 27px 0 0;
		font-size: 1em;
        }





.infobox {
        border-top: 3px solid #DDE7D1;
        padding: 9px 0 9px 0;
        margin: 20px 0 0 0;
        }





#login_start h2 {
        font-size: 1.2em;
        margin: 0;
        padding: 11px 0 0 0;
        }

#login_start h3 {
        font-size: 1.1em;
        margin: 0;
        padding: 11px 0 0 0;
        }



table.dtable td, table.dtable th {
        padding: 0 20px 0 0px;
        }



#steps {
        background-color:  #fff;
        height: 29px;
        }

#steps span {
        padding: 6px 32px 0 16px;
        height: 23px;
        display: block;
        float: left;
        color: #fff;
        font-weight: bold;
        }

.step_act {
        background: #696969 url(step_act.gif) center right no-repeat;
        }
.step_act_last {
        background: #696969 url(step_act_last.gif) center right no-repeat;
        }
.step_pas {
        background: #5BB230 url(step_pas.gif) center right no-repeat;
        }
.step_pas_last {
        background: #5BB230 url(step_pas_last.gif) center right no-repeat;
        }
.step_pas_act {
        background: #5BB230 url(step_pas_act.gif) center right no-repeat;
        }






/* PRINT */

.only_print {
	display: block !important;
	}
	
#sub_head, #breadcrumb, #cont_left, #cont_right {
	display: none !important;
	}
	
#cont {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	width: 620px;
	}	
	
	