body
{
	font-size:11px;
	font-family:Verdana;
	margin:0px;
	padding:0px;
	background-color:white;
/*	background-image:url(../grafik/backgrounds/bg_body.gif);
	background-repeat:repeat-y; */
	background-position:center 0px;
}

#bgdiv
{
	background-color:#F4F1F4;
	background-image:url(../grafik/backgrounds/bg_body.gif);
	background-repeat:repeat-y;
	width:947px;
	background-position:0px 0px;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
}

html* #bgdiv
{
	background-color:#F4F1F4;
	background-image:url(../grafik/backgrounds/bg_body.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	width:947px;
	padding-left:1px;
	overflow:hidden;
}

#bgtd
{
	background-color:#F4F1F4;
	background-image:url(../grafik/backgrounds/bg_body.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
	padding:0px;
}

#maintable
{
	position:relative;
	top:0px;
	left:1px;
}


#col11
{
	background-image:url(../grafik/backgrounds/logo.gif);
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#C9C9C9;
	border-width:0px 1px 0px 0px;
	width:222px;
	height:101px;
}

html* #col11
{
	background-image:url(../grafik/backgrounds/logo.gif);
	background-repeat:no-repeat;
	border-style:solid;
	border-color:#C9C9C9;
	border-width:0px 1px 0px 0px;
	width:214px;
	height:101px;
	background-position:0px 0px;
	cursor:pointer;
}


#col12
{
	background-image:url(../grafik/backgrounds/header.gif);
	background-repeat:no-repeat;
	width:736px;
	position:relative;
	top:0px;
	left:0px;
}

html* #col12
{
	background-image:url(../grafik/backgrounds/header.gif);
	background-repeat:no-repeat;
	width:732px;
	position:relative;
	top:0px;
	left:0px;
}



#col21
{

}

#col22
{
	
}

#today		{ position:absolute; top:6px; left:610px; z-index:99; }

#statusbild	{ position:absolute; top:18px; left:520px; }

#statusbild2
{
	position:absolute;
	top:18px;
	left:500px;
}

html* #statusbild
{
	position:absolute;
	top:18px;
	left:520px;
}

.headerstatus
{
	font-size:11px;
	font-weight:bold;
	color:#3E3E3E;
	z-index:108;
	float:left;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#C9C9C9;
	padding:2px 0px 8px 0px;
	width:711px;
}

.headerstatus_ob
{
	font-size:11px;
	font-weight:bold;
	color:#3E3E3E;
	z-index:108;
	float:left;
	padding:2px 0px 6px 0px;
	width:711px;
}

.headerstatus_text
{
	position:relative;
	top:4px;
	left:0px;
	float:left;
}


#printbutton
{
	float:right;
	position:relative;
	top:41px;
	left:-1px;
}


#urnenkreislogo
{
	position:absolute;
	top:1px;
	left:733px;
	z-index:2;
}



#status
{
	position:absolute;
	top:110px;
	left:226px;
	z-index:12;
	font-weight:bold;
	color:#414141;
}

.stbet
{
	position:relative;
	top:4px;
	left:5px;
}


/* text */

.text
{
	font-size:11px;
	font-family:Verdana;
}

.text_bold
{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	
}

.text_bold_gray
{
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	color:#414141;
	
}

.text_gray
{
	color:#414141;
}

.text_red
{
	color:#EE3A42;
}

.text_green
{
	color:#369736;
}

a
{
	color:#014FC5;
	text-decoration:none;
}

b
{
	color:#414141;
}

strong
{
	color:#414141;
}

.link
{
	color:#014FC5;
	text-decoration:none;
}

.fatlink
{
	color:#014FC5;
	font-weight:bold;
}

.ueber
{
	font-weight:bold;	
}

/* div borders */

.withborder
{
	border: solid 1px #c9c9c9;
}

.bordertop
{
	border-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#c9c9c9;
	
}

.borderbottom
{
	border-style: solid;
	border-width:0px 0px 1px 0px;
	border-color:#c9c9c9;
}

.bordertopbottom
{
	border-style: solid;
	border-width:1px 0px 1px 0px;
	border-color:#c9c9c9;
}


.borderright
{
	border-style: solid;
	border-width:0px 1px 0px 0px;
	border-color:#c9c9c9;
}

.borderleft
{
	border-style: solid;
	border-width:0px 0px 0px 1px;
	border-color:#c9c9c9;
}


.bordersides
{
	border-style: solid;
	border-width:0px 1px 0px 1px;
	border-color:#c9c9c9;
}


.bordersub
{
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#c9c9c9;
}


/* listen */

ul
{
	
}

li
{
	margin:8px 0px 7px 0px;
	list-style-image:url(../grafik/icons/listenpunkt.gif);	
}


.list_blue
{
	margin:8px 0px 7px 0px;
	list-style-image:url(../grafik/icons/listenpunkt_blau.gif);	
}

.list_red
{
	margin:8px 0px 7px 0px;
	list-style-image:url(../grafik/icons/listenpunkt_rot.gif);	
}

.list_red a
{
	color:#EE3A42;
}



.colname
{
	float:left;
	padding:7px 0px 0px 0px;
}

.colarrows
{
	width:6px;
	float:left;
	padding:1px 0px 0px 2px;
	
}

.sortup
{
	position:relative;
	top:12px;
}

.sortdown
{
	position:relative;
	top:12px;
}

.sortup1
{
	position:relative;
	top:1px;
}

.sortdown1
{
	position:relative;
	top:-2px;
}

.lsi_text
{
	float:left;

}

.lsi_sortdiv
{
	float:left;
	position:relative;
	top:1px;
	left:3px;
}


/* navigation */
.layer1 a
{
	color:#414141;
}



.layer1
{
	font-weight:bold;
	background-color:White;
	border: solid 1px #c9c9c9;
	border-width:1px 0px 1px 1px;
	padding:3px 3px 3px 8px;
	margin:12px 0px 4px 0px;
	
}

.layer2
{
	font-weight:bold;
	padding:11px 0px 0px 15px;
	
}

.layer3
{
	height:14px;
	padding:3px 0px 0px 25px;
}


/* layers für archiv */

.layer2archiv
{
	font-weight:bold;
	height:15px;
	padding:9px 0px 0px 25px;
	
}

.year_sel
{
	color:#EF3A42;
}

.layer3archiv
{
	height:14px;
	padding:3px 0px 0px 35px;
	
}

.layerwt
{
	font-weight:bold;
	height:14px;
	padding:8px 0px 0px 28px;
	color:#414141;
}

.navarrow
{
	float:left;
	visibility:hidden;
	position:relative;
	top:3px;
	left:-3px;
}



/* inhalt */

.tbheader
{
	background-image:url(../grafik/backgrounds/bg_header_ganz2.gif);
	background-repeat:no-repeat;
	height:18px;
	border:solid 1px #C9C9C9;
	border-width:0px 0px 1px 0px;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	color:#414141;
}

html* .tbheader
{
	background-image:url(../grafik/backgrounds/bg_header_ganz2.gif);
	background-repeat:no-repeat;
	height:18px;
	border:solid 1px #C9C9C9;
	border-width:0px 0px 1px 0px;
	padding:2px 2px 2px 9px;
	font-weight:bold;
	color:#414141;
}

.tbsubheaderrow
{
	background-image:url(../grafik/backgrounds/bg_balken3d_gross.gif);
	background-repeat:repeat-x;
	border:solid 1px #C9C9C9;
	height:37px;
	
}

.tbsubheaderrow td
{
	border-style:solid;
	border-color:#C9C9C9;
	border-width:0px 0px 1px 0px;
	padding:0px 2px 0px 6px;
}


.tbdarkrow
{
	background-color:#EAEAEA;
	height:22px;
}

.tbdarkrow td
{
	padding:0px 2px 0px 6px;
	border-style:solid;
	border-color:#C9C9C9;
	border-width:0px 0px 1px 0px;
}

.tblightrow
{
	background-color:white;
	height:22px;
}

.tblightrow td
{
	padding:0px 2px 0px 6px;
	border-style:solid;
	border-color:#C9C9C9;
	border-width:0px 0px 1px 0px;
}



.tbresultrow td
{
	padding:0px 2px 0px 6px;
	background-color:#EAEAEA;
	height:22px;
	border-style:solid;
	border-color:#C9C9C9;
	border-width:1px 0px 0px 0px;
}

.headerimg
{
	margin:17px 0px 4px 0px;
}

/* boxen */

.box_gray
{
	padding:4px;
	background-color:#f2f2f2;
	border:solid 1px #e4e4e4;
}


.boxheader
{
	background-image:url(../grafik/backgrounds/bg_header_ganz.gif);
	background-repeat:no-repeat;
	height:18px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#c9c9c9;
	padding:4px 8px 2px 6px;
	font-weight:bold;
	color:#414141;
	font-size:12px;

}

.boxcontent
{
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#c9c9c9;
	padding:4px;
	background-color:white;
	padding:12px 7px 12px 7px;
	line-height:1.4;
}

/* 2nd type of box */

.boxheader2
{
	background-color:#E2E2E2;
	height:14px;
	padding:4px 4px 4px 9px;
	font-weight:bold;
	color:#414141;
	border:solid 1px #c9c9c9;
}

.boxcontent2
{
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#c9c9c9;
	padding:8px 8px 12px 8px;
	background-color:#EDEDED;
	
}


.headline
{
	color:#414141;
	font-weight:bold;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#c9c9c9;
	padding:0px 0px 1px 0px;
	margin:0px 0px 5px 0px;
}

.balken3d
{
	background-image:url(../grafik/backgrounds/bg_unterbalken_schmal.gif);
	background-repeat:repeat-x;
	height:23px;
	border-style:solid;
	border-width:1px;
	border-color:#c9c9c9;
}

.boxtd_big
{
	background-image:url(../grafik/backgrounds/balken_dunkelgrau_breit.gif);
	background-repeat:repeat-x;
	height:20px;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	color:#414141;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#c9c9c9;
}

/* dokumente */

.doccatbox1
{
	width:233px;
	height:335px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}

html* .doccatbox1
{
	width:233px;
	height:339px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}

.doccatbox2
{
	width:470px;
	height:335px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}

html* .doccatbox2
{
	width:470px;
	height:339px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}

.doccatbox3
{
	width:712px;
	height:335px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}


html* .doccatbox3
{
	width:712px;
	height:339px;
	float:left;
	background-color:white;
	margin-bottom:9px;
}

.docdiv
{
	float:left;
	width:230px;
	height:315px;
	background-image:url(../grafik/backgrounds/bg_dokumente.gif);
	background-repeat:no-repeat;
	background-position: center 48px;
	border:solid;
	border-color:#E4E4E4;
	border-width:0px 1px 0px 1px;
}

.docdivhome
{
	float:left;
	width:134px;
	height:223px;
	background-image:url(../grafik/backgrounds/bg_dokumente_klein.gif);
	background-repeat:no-repeat;
	background-position: center 40px;
	text-align:center;
}


/* karte */

.ecke_links
{
	position:absolute;
	top:-20px;
	left:0px;
	z-index:111
}


#karte_reiter
{
	text-align:right;
	float:right;
}

#karte_sub
{
	width:179px;
	height:417px;
	background-image:url(../grafik/fl_karte/bg_karte2.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	left:1px;
	z-index:1;
	border-style:solid;
	border-color:#c9c9c9;
	border-width:0px 1px 2px 0px;
}

#karte_map
{
	background-image:url(../grafik/fl_karte/fl_hintergrund.gif);
	background-repeat:no-repeat;
	width:169px;
	height:417px;
	position:relative;
	top:0px;
	left:0px;
	margin-left:9px;
	padding:0px;
}


#karte_list
{
	display:none;
	width:159px;
	height:417px;
	background-color:#e2e2e2;
	background-image:url(../grafik/fl_karte/fl_liste_hintergrund.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	text-align:left;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 9px;
}



/* grau nicht selektiert */
.karte_item
{
	padding:3px 0px 3px 0px;
}

.karte_item a
{
	color:#898989;
}

/*  selektiert*/
.karte_item_sel
{
	padding:3px 0px 3px 0px;
}

.karte_item_sel a
{
	color:#EE3A42;
}


/* grau gruppe */
.karte_gruppe
{
	padding:20px 0px 3px 0px;	
	color:#898989;	
	font-weight:bold;	
	font-size:12px;
}

.karte_gruppe a
{
	color:#898989;	
	font-weight:bold;
}

/* gruppe selektiert */
.karte_gruppe_sel
{
	padding:20px 0px 3px 0px;	
	color:#898989;	
	font-weight:bold;	
	font-size:12px;
}

.karte_gruppe_sel a
{
	color:#EE3A42;	
	font-weight:bold;	
}


.karte_item_online
{
	padding:3px 0px 3px 0px;	
}

.karte_gruppe_online
{
	padding:20px 0px 3px 0px;	
	font-weight:bold;
	font-size:12px;
	
}

.karte_gruppe_online_sel
{
	padding:20px 0px 3px 0px;	
	font-weight:bold;
	font-size:12px;
}

.karte_gruppe_online_sel a
{
	color:#EE3A42;
}


.karte_item_online_sel
{	
	padding:3px 0px 3px 0px;
}

.karte_item_online_sel a
{	
	color:#EE3A42;
}

.karte_punkt
{
	position:absolute;
}




/* spezial */



#stimmzetteldiv
{
	width:459px;
	height:337px;
	background-image:url(../grafik/backgrounds/bg_stimmzettel.gif);
	background-repeat:no-repeat;
	margin:10px 10px 10px 0px;
	position:relative;
	top:0px;
	left:0px;
}

.stimmzettelgrafik
{
	margin:8px 0px 0px 8px;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
}

.cross
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}


.gemlink
{
	padding:3px 7px 3px 7px;
}

.gemlinkgruppe
{
	font-size:12px;
	padding:9px 7px 5px 7px;
	color:black;
}

.gemlinkgruppe a
{
	color:black;
}

.attachmentheader
{
	color:#414141;
	font-weight:bold;
	margin:15px 0px 2px 0px;
}
.attachmenttitle
{
	margin:2px 0px 2px 0px;
}

.attachicon
{
	position:relative;
	top:3px;	
	margin-right:3px;
}


/* home */

.resultatetext1
{
	width:346px;
	float:left;	
	padding:12px 6px 0px 0px;
}

.resultatetext2
{
	width:168px;	
	float:left;	
	padding:12px 6px 0px 0px;
}

.resultatetext3
{
	width:523px;	
	float:left;	
	padding:12px 6px 10px 0px;
}

.frdiv0
{
	BACKGROUND-POSITION:518px 108px;
	BACKGROUND-IMAGE:url(../grafik/fotos/kisten.jpg);
	WIDTH:100%;
	BACKGROUND-REPEAT:no-repeat;
}

.frdiv1
{
	width:472px;
	padding:0px 0px 10px 0px;
}

/* hintergrund */

.bg_verlauf
{
	background-image:url(../grafik/backgrounds/bg_verlauf.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-width:0px;
	border-color:#B4B4B4;
	background-color:#EDEDED;
	border:solid 1px #C6C6C6;
	border-width:0px 0px 0px 1px;
}

.td_karte
{
	background-image:url(../grafik/backgrounds/bg_verlauf_oben.gif);
	background-repeat:repeat-x;
	background-color:#EDEDED;
	border:solid 1px #C6C6C6;
	border-width:0px 1px 0px 0px;
}

