/*
01 Tagformatierungen
02 Gridformatierungen
03 Textformatierungen
04 Formularformatierungen
05 Berichtformatierungen
06 Kalenderformatierungen
07 Kalenderformatierungen Gross
08 Navigationsformatierungen
*/

/**************Tagformatierungen**************/

* {
        _behavior: url(/demandit/files/scripts/pngfix/iepngfix.htc); 
	margin: 0;
	padding: 0;
	line-height: 140%;
}

body {
	background: #d7d4d4;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;   
}

table {
	empty-cells: show;
}

img {

}

a img {
	border: 0;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

h1 {
	color: #7c7979;
	font-size: 20px;
        padding: 20px 0 15px 0;
}

td > h1 {
	padding-top: 0;
}

h2 {
	color: #7c7979;
	font-size: 15px;
        padding: 15px 0 10px 0;
}

h3 {
	color: #7c7979;
	font-size: 13px;
        padding: 10px 0 5px 0;
}

ul {
	margin-left: 20px;
	padding: 0 0 0 15px;
}

ol {
	margin-left: 25px;
	padding: 0 0 0 15px;
}

li {
	color: 4f510b;
}


/**************Gridformatierungen**************/
div#grid_content {
	background: #777470;
	width: 900px;
}

div#grid_sprache {
	background:url(/demandit/files/design/brushed/grey/template_brushed_Banner_TOPa_grey.jpg);
}



#naviLevel_1 {
	padding: 0 0 10px 20px; 
}

div#grid_header {
        height: 186px;
	overflow: hidden;
	padding: 0 0 0 20px;
	background:url(/demandit/files/design/brushed/grey/template_brushed_Banner_TOPa_grey.jpg);
}

div#grid_logo {
	float:left;
	width: 190px;
}

div#grid_header_bild {
 	float:left;
 	width: 690px;
}

#naviLevel_2 {
	background: url(/demandit/files/design/brushed/grey/template_brushed_Navi_BG_grey.jpg);
	height: 39px;
}

div#grid_leerraum {
	background: url(/demandit/files/design/brushed/grey/template_brushed_Pre-Container_grey.jpg) #66CC99;
	height: 27px;
}

div#grid_inhalt {
	background: url(/demandit/files/design/brushed/grey/template_brushed_Pre-Container_grey.jpg);
	vertical-align: top;
	width: 900px;
}

#grid_qn_hint{
	background:url(/demandit/files/design/brushed/grey/template_brushed_quickl_newsl_hint_grey.jpg) repeat-y;
}

#grid_quickl_newsl {	
	background: url(/demandit/files/design/brushed/grey/template_brushed_quickl_newsl_grey.jpg) no-repeat;
	padding: 0 0 20px 14px;
	vertical-align: top;
	width: 196px;
}

#naviLevel_3{
	clear:both;
}

#grid_text_inhalt {
	background: #fff;
	color: #333;
	margin-right: 39px;
	padding: 15px 10px 0 10px;
	vertical-align: top;
	width: 631px;
}

#grid_trenner {
	background: #5a5a5a;
	height: 7px;
}

#grid_adresse {
	background: url(/demandit/files/design/brushed/grey/template_brushed_adresse_grey.jpg) #CCC;
	color: #9e9e9e;
	height: 201px;
	vertical-align: top;
	width: 210px;	
}

div#grid_footer {
	background: url(/demandit/files/design/brushed/grey/template_brushed_Footer-BG_a_grey.jpg);
	color: #666666;	
	height: 73px;
	padding: 10px 0 0 220px;
	width: 680px;
}

div#grid_footer a {
	padding-right: 10px;
}

/**************Textformatierungen**************/
.einleitung{
        color: #919090;
        font-style: italic;
}
.hervorhebung1{
	font-weight: bold;
}

.hervorhebung2{
	background-color: #ffffd9;

}


.hervorhebung3{
	font-style: italic;
	font-weight: bold;
        text-decoration: underline;
}

.hinweis{
	background-color: #ffffd9;
        border: 1px #d2d26a solid;
        color: #5d5f62;
        display: block;
        line-height: 1.5;
	padding: 5px;
}

.beschreibung{
	font-family: georgia;	
        font-style: italic;
}


/**************Formularformatierungen**************/

.form_hintergrund { }

.dem_meldung {
	color : #a31a35;
}

.form_element {
	border: 1px solid #A5ACB2;
	font-size : 12px;
	text-decoration: none;
	width: 300px;
}

.form_bg_color_false {
	background: #a31a35;
	border: 1px solid #A5ACB2;
	text-decoration: none;
}

.form_bezeichner {
	font-size : 12px;
        padding-right: 5px;
	text-decoration: none;
}

.form_element.plz {
	margin-right: 5px;
	width: 40px;	
}

.form_element.ort {
	width: 249px;
}

.form_blaettern_link a, .bericht_zaehler a {
	color : #6B72BF;
}

.form_blaettern_link a:hover, .bericht_zaehler a:hover {
	color : #DF2953;
}

/**************Berichtformatierungen**************/

.bericht_tabelle { }

.bericht_titel_leiste {
	background: transparent;
	border-bottom: 1px #999 solid;
	font-weight: bold;
	padding: 0 10px 5px 5px;
}	

.bericht_titel_leiste a {
	font-weight: bold;
	text-decoration: none;
}

.bericht_eintrag_leiste {
	background: #E5E5E5;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
	line-height: 22px;
	padding: 0 10px 0 5px;
}

.bericht_eintrag_leiste_2 {
	background: #fff;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
        line-height: 22px;
	padding: 0 10px 0 5px;
}

.bericht_eintrag_link {
	background: #E5E5E5;
	border-bottom: 1px #ccc solid;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

.bericht_eintrag_link_2 {
	background: transparent;
	border-bottom: 1px #ccc solid;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

.bericht_eintrag_link a, .bericht_eintrag_link_2 a {
	font-weight: normal;
	text-decoration: none;
}

.bericht_eintrag_link a:hover, .bericht_eintrag_link_2 a:hover {
	font-weight: normal;
}

/**************Kalenderformatierungen**************/

#kalenderBody {
	color: #000;
	margin: 0px 0 0 0px;
	padding: 25px 0 0 36px;
	overflow: hidden;
}

#kalenderBody a {
	color: #000;
}

.kalender_kopf, .kalender_kopf_wochenende {
	border: 1px solid #A5ACB2;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;	
}

.kalender_kopf {
	background: #9e9e9e;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;	
}

.kalender_kopf_wochenende {
	background: #777;
}

.kalender_eintrag_kopf {
	text-align: center; 
	text-decoration: none;
	width: 100%;
}

.kalender_eintrag_kopf_wochenende {
	text-align: center;
	text-decoration: none;
	width: 100%; 
}

.kalender_eintrag_kopf_wochenende a {
	color: #fff;
}

.kalender_eintrag {
	background: #dddddd;
	height: 100px;
	text-align: center;
	text-decoration: none;
}

.kalender_eintrag.kalender_heute {
    background: #9e9e9e;
}

.kalender_heute a {
	font-weight: bold;
}

.kalender_eintrag_wochenende {
	background: #a31a35;
	height: 100px; 	
	text-align: center;
	text-decoration: none;
}

.kalender_eintrag_wochenende a{
	color: #fff !important;
}

.kalender_fenster_schliessen a {
	color: #24365e;
}

.kalender_fenster_schliessen a:hover {
	color: #526992;
}

/**************Kalenderformatierungen Gross**************/

.calendergrid .kalender_eintrag_kopf {
        background: #838383;
        color: #fff;
}

.calendergrid .kalender_eintrag_wochenende {
        background: #fff;
}

.calendergrid .kalender_eintrag_kopf_wochenende {
        background: #5e5e67;
        color: #fff;
        text-align: center;
}

.calendergrid .kalender_eintrag {
        background: #bcbcbc;
        text-align: left;
}

.calendergrid .kalender_eintrag_wochenende {
        background: #a2a2a2;
        text-align: left;
}

.calendergrid .bericht_eintrag_leiste {
        background: transparent;
        color: #000;
        border-right: none;
}

.calendergrid .bericht_eintrag_leiste_wochenende {
        background: transparent;
        color: #000;
}

.calendergrid .bericht_titel_leiste {
        border-bottom: 1px #ccc solid; 
}

.calendergrid .bericht_tabelle {
        padding: 5px 0 5px 0;
}

.calendergrid .kalender_heute {
        background: #a2a1a1;
}

.calendergrid .kalender_heute_wochenende {
        background: #8b8a8a;
}


/**************Navigationsformatierungen**************/

.fw-nav-level1 {
	line-height: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}  

.fw-nav-level1 li {
	float: left;
	padding-right: 5px;
}

.fw-nav-level1 li a {
	color: #ccc;
	font-size: 12px;
	text-decoration: none;
}

.fw-nav-level1 li a.fw-nav-selected {
	color: #fff;
}

.fw-nav-level1 li a:hover {
	color: #ccc;
        text-decoration: none;
}

.fw-nav-level2 {
	line-height: normal;
	list-style-type: none;
	margin: 0;	
	padding: 0;
}

.fw-nav-level2 li {
	float: left;
        margin: 0;
	padding: 6px 18px 1px 0;
	vertical-align: middle;	
}

.fw-nav-level2 li.fw-nav-first {
	margin-left: 19px;
} 

.fw-nav-level2 li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
        line-height: 31px;
	text-decoration: none;
}

.fw-nav-level2 li.fw-nav-selected {
        border-bottom: 2px #a31a35 solid;
	color: #fff;
        padding: 6px 19px 0 0;
}

.fw-nav-level2 li:hover {
	border-bottom: 1px #a31a35 solid;
}

.fw-nav-level2 a:hover {
	color: #fff;
        text-decoration: none;
}

.fw-nav-level3 {
	line-height: normal;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.fw-nav-level3 li {
        background: transparent;
	border-bottom: 1px #5a5a5a solid;
	line-height: 24px;
	padding-top: 7px;
	vertical-align: middle;
        width: 180px;
}

.fw-nav-level3 li a {
	color: #ccc;
	font-weight: normal;
        line-height: 24px;
	margin-left: 10px;
	text-decoration: none;
}

.fw-nav-level3 li a.fw-nav-selected {
	color: #fff;
}

#naviLevel_3 a:hover {
	color: #fff;
        text-decoration: none;
}

.fw-nav-level4 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.fw-nav-level4 li {
	background: transparent;
	border-bottom: none;
	line-height: 20px;
        list-style: none;
	padding: 7px 0 0 15px;
	vertical-align: middle;
	width: 146px;
}

.fw-nav-level4 li.fw-nav-first {
	padding: 3px 0 0 15px;
}

.fw-nav-level4 li.fw-nav-last {
	padding: 7px 0 10px 15px;
} 

.fw-nav-level4 li a {
	color: #ccc;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: none;
}

.fw-nav-level4 li a.fw-nav-selected{
	color: #fff;
}

.fw-nav-level4 a:hover{
	color: #fff;
        text-decoration: none;
}












