/*****************************************************************
Name          :  kommunenFrames.css
Version       :  3.3.03.04
Autor         :  Edy Hinzen
Autor         :  Nadine Sartorius
Beschreibung  :  Beispiel-Style-Sheet

Hinweis an die Entwickler: Bitte kommunen.css und kommunenFrames.css parallel pflegen.
*************************************************************** ***/

/*** Allgemein ***/
html {
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
}

abbr, acronym {
  font-style: inherit;
  border: 0;
}

abbr[title], acronym[title] {
  border-bottom: 1px dotted gray;
  cursor: help;
}

/*** Topframelemente ***/
#topBody a {
  text-decoration: none;
}

.accessKey {
  text-decoration: underline;
}

.invisible {
  position: absolute;
  left: -999px; /* Sprungmarke wird "aus dem Bildschirm geschoben" - wegen: display: none gefällt Screenreadern nicht*/
  width: 500px;
}

/* - Muster-Entwurf mit drei DIV-Elementen - */
#topBody {
	background: #fff url(../../show/1109906/top-hintergrund.jpg) no-repeat;	
height: 150px;
	text-align: left;
	width: 100%; padding-top: 5px; padding-left: 0px; 
}

.topFrameDiv1 {color: black; float: left; font-size: 0.85em; width: 300px; text-align: left; padding-left: 10px; padding-top: 10px; }
.topFrameDiv1 a {color: #fff; font-weight: bold;}
.topFrameDiv1 a:hover {color: #63AED6; font-weight: bold; text-decoration : none;}
.topFrameTrennerLinkDiv1 {color: #fff; font-weight: bold;}

.topFrameDiv2 {color: black; width: 800px; padding-top: 5px; padding-left: 5px; margin-top: 113px; font-size: 0.85em;}
.topFrameDiv2 a {color: #000; font-weight: bold; padding: 0 5px 0 5px; border-right: 1px solid #000;}
.topFrameDiv2 a:hover {color: #63AED6; text-decoration: none;}
.topFrameDiv2 a:active {color: #fff; background: #0480C8;}

.topFrameDiv2 a#aAll1110124 {border: 0px;}

p,ol,li,td {
  margin-top: 0.2em;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: Arial, Helvetica, Geneva, sans-serif; 
	font-style: normal; 
	font-weight: normal;
  	color: #008;
  	letter-spacing: 0.03em;
  	margin: 1.2em 0 0.8em 0;
	padding:0; line-height: 120%;
	}

h1 { font-size: 22px; } 
h2 { font-size: 18px; } 
h3 { font-size: 14px; } 
h4 { font-size: 18px; } 
h5 { font-size: 16px; } 
h6 { font-size: 14px; } 
h7 { font-size: 10px; }

.xklein {
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
}

.klein {
	font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.medium {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.gross {
  font-size: 16px;
  font-style:  normal;
  font-weight:  normal;
}
.caps { letter-spacing: 0.1em; 	font-size: 10px; }

#qePageContent {padding: 0px;}
#qePageContent td{font-size: 0.8em;}

/*** Ende ***/


/*** Sitemap ***/
h1.sitemap {
  font-size: 1.3em;
}

h2.sitemap {
  font-size: 1.2em;
  margin-top: 0;
  padding-left: 12px;
  background: url( /kommunen/images/nav_quad.gif ) left center no-repeat;
}

h3.sitemap {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  padding-left: 12px;
  background: url( /kommunen/images/nav_quad_grau.gif ) left center no-repeat;
}

.sitemap a {
  color: black;
  text-decoration: none;
}

ul.sitemap {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
}

li.sitemap0, li.sitemap1, li.sitemap2, li.sitemap3, li.sitemap4, li.sitemap5, li.sitemap6 {
  list-style-image: url( /kommunen/images/nav_quad_weiss.gif );
}

li.sitemap0, li.sitemap1 {
  font-weight: bold;
}

li.sitemap2 {
  font-weight: normal;
}

li.current {
  list-style-image: url( /kommunen/images/nav_quad.gif );
}

/*** Formulare (eGov, Suche, etc.) ***/
label {
  display: block;
  float: left;
  width: 100px;
}

.sendPageBody label {
  width: 300px;
}


/*** Alternierende Listen ***/
.odd
{
  /* */
}
.even
{
  background-color: #f3f3f3;
}

/*** Zoom ***/
@media
screen
{
.lightboximage {
  background: url( /images/links/zoom.gif ) left bottom no-repeat;
  padding-bottom: 14px;
}

}

/*** dvv.Suche ***/
.trenner-suchfeld1-2, .trenner-suchfeld2-3 {
  clear: both;
}

.topFrameSearchForm2 .accessKey {
  padding-left: 4px;
}


/*** Body (Frameset) ***/
body {
  margin: 0;
}

body.topFrame {
border-right: 1px solid #000;
border-left: 1px solid #000;
}

body.contentFrame {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

body.bottomFrame {

}

