/*
LAG KISS
2009-02-05 pfade an template-system angepasst
2009-02-10 navi-design verbessert, barrierefrei hinzu
2009-02-12 clear fuer p in main hinzu
2009-02-20 print-style hinzu
*/

body {
	background: #F4F379 url(admin/kiss/styles/aztek/pics/background.gif) no-repeat fixed;
	color: #000D86;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 85%;
}

a img {
	/* keine rahmen für verlinkte bilder*/
	border: 0;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#navi {
	position: absolute;
	left: 7px;
	top: 140px;
	width: 180px;
}
/*1.Ebene*/
#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	z-index: 10;
}
#navi ul li {
	padding-bottom: 8px;
}
/*2.Ebene*/
#navi ul li ul {
	padding-left: 20px;
	padding-bottom: 8px;
}
/*3.Ebene*/
#navi ul li ul li ul {
	padding-left: 20px;
	padding-bottom: 4px;
}

/*2.Ebene*/
#navi ul.MenuLevel1 {
	display: none;
	font-size: 90%;
}
/*3.Ebene*/
#navi ul.MenuLevel2 {
	display: none;
	font-size: 90%;
}
/*4.Ebene*/
#navi ul.MenuLevel3 {
	display: none;
	font-size: 90%;
}
/*Navi-Text*/
#navi li a {
	font-family: "Arial Narrow", arial, helvetica, verdana, sans-serif;
	color: #000D86;
	font-size: 125%;
	/*CSS21:font-stretch: condensed;*/
	letter-spacing: 0em;
	text-decoration: none;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	display: block;
}

#barrierefrei {
	margin-left:10px;
	width: 180px;
	font-size: 80%;
	margin-top: 17px;
}

#main {
	position: absolute;
	left: 275px;
	top: 140px;
	width: 420px;
/*	border: 1px solid red;*/
}
#main div {
	margin-bottom: 15px;
}
#main div.AdressItem div {
	margin-bottom: 0;
}
#main div.AdressListenLink {
	margin-bottom: 0;
}
#main div.AdressSprechzeiten {
	margin-top: 15px;
}
#main div.terminHoch {
	width: 100%;
	text-align: right;
	font-size: 80%;
	margin-top: -10px;
}
#main h1 {
	margin-top: 0px;
	font-size: 140%;
}
#main h1 img {
	vertical-align: center;
}
#main h2 {
	font-size: 120%;
	margin-bottom: 10px;
}
#main img.LegendenBild {
	display: inline;
	margin-right: 5px;
	margin-left: 15px;
}
#main img.KartenBild {
	display: inline;
}
#main p {
	clear:both;
}
/*fuss*/
#main #foot {
	vertical-align: bottom;
	margin-top: 15px;
	width: 100%;
	background: #FCE101;
	padding-left: 15px;
}
#main #foot #zurueck {
	/*margin-left: 50px;*/
}
#foot a {
	margin-left: 50px;
}
#logo2 {
	float: right;
}

#AdminPanel {
	position: absolute;
	left: 800px;
	top: 140px;
	border: solid 1px magenta;
}


a:link {
	color: #000D86;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3333CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #3333CC;
}
a.navi {
	display: block;
	margin-left: 30px;
}
a.navi:hover {
	text-decoration: none;
}
a.navi:visited {
	color: #000D86;
}
a.gruen:link {
	color: #09A535;
	font-weight: bold;
	text-decoration: none;
}
a.gruen:visited {
	color: #09A535;
	font-weight: bold;
	text-decoration: none;
}
a.gruen:hover {
	text-decoration: underline;
	font-weight: bold;
}
a.gruen:active {
	color: #09A535;
}

/*  LAG Karte  */
#LagBawueKarte {
	background: url(admin/kiss/styles/aztek/pics/bawue_blau_keintext.gif) no-repeat; /*_keintext*/
	width: 499px;
	height: 643px;
}
.LagMapTagBox {
	position: absolute;
	/*border: solid green 1px;*/
	font-size: 75%;
	font-weight: normal;
	white-space: nowrap;
}

.AdressUeberschrift {
	font-size: 120%;
}
.AdressListenLink , .AdressKartenLink ,
.AdressListenLink a , .AdressKartenLink a {
	margin: 0px;
	border: 0px;
	padding: 0px;
	/* border: 1px solid blue; */
}

#logger {
	position: absolute;
	top: 10px;
	left: 700px;
	/* background: #DDD url(admin/kiss/styles/aztek/pics/logger_back.gif) no-repeat fixed; */
	border: 2px dotted blue;
}
.error, .LoggerError {
	color: #F11;
	font-weight: bold;
}

.hervorhebung {
	font-weight: bold;
}

.symboldarstellung {
	margin-bottom: 10px;
	float: left;
}

@media print {
	#navi {
		display:none;
	}
	#main {
		position: relative;
		left: 20px;
		top: 40px;
		width: 620px;
	}
	#barrierefrei {
		display:none;
	}
	#foot {
		display:none;
	}
	#logo2 {
		display:none;
	}

	.AdressItem {
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid;
		border: solid 1px white;
	}

	.AdressItem * {
		page-break-before: avoid;
		page-break-after: avoid;
	}

}





