/* -- ALLGEMEINE FORMATIERUNG -- */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:transparent;
	font-size:11pt;
	color:#333333;
	margin:0pt;
	padding:0pt;
	text-align:left;}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:left;
}

p	{
	margin-top:9pt;
	margin-bottom:9pt;
	padding:0pt;
}

div	{text-align:left;}

hr {				/* weil Firefox sonst nach einem bild-links die Linien verrutscht */
  margin:0pt;
  padding:0pt;
}

a, a:visited, a:hover, a:visited:hover {
  color:#333333;
  background: transparent;
  text-decoration: none;
}

h1 {
	color:#333333;
	font-size:12pt;
	margin:0pt;
	padding:0pt 0pt 10pt 0pt;
}

h2 {
	font-weight:bold;
	margin-top:3pt;
	margin-bottom:1.01em;
	font-size:11pt;
	padding:0pt;
}

ul {list-style-type:disc;}
li {list-style-position:outside; margin: 0pt 0pt 5pt -1.2em;}

ul ul {list-style-type:circle;}
li li {margin:2pt 0pt 2pt -1.2em;}

a img {border:0pt;}

/* -- Formular --*/
form	{
	padding:7pt;
	margin:0pt;
}

input, textarea { 		/* Formularelemente auswählen */
  float:left;
  margin:5pt 0pt;				/* Abstand */
  width:100pt; 		 			/* Breite.*/
  font-size:11pt;
  border:1pt solid #C5D8C0;
  border-left: 1pt solid #B0B7AF;
  border-top: 1pt solid #B0B7AF;
}

select, { 		/* Formularelemente auswählen */
  float:left;
  margin:5pt 0pt;				/* Abstand */
  width:100pt; 		 			/* Breite.*/
  font-size:11pt;
  border:1pt solid #C5D8C0;
  border-left: 1pt solid #B0B7AF;
  border-top: 1pt solid #B0B7AF;
}

input.radio	{ 						/* Klasse für Radio-Button */
  float:left;
  width:12pt;
  margin-right:5pt;
}

td form 	{				/* wenn das formular in Tabellenzelle steht*/
	padding:0pt;			/* für Beamte/verwalten.php damit das Formular korr. in Tabelle steht*/
	margin-top:3pt;
}

td form input	{				/* wenn das input im formular in Tabellenzelle steht*/
	width:20pt; 				/* für Beamte/verwalten.php da sonst die Bilder verzerrt werden */
	border:0pt;					/* weil input auf 200pt breite gesetzt ist */
	padding:0pt;
	margin:0pt;
}

label { 					/* Alle Labels (= Beschriftung) */
  display: block;
  float: left;
  margin:5pt 0pt;			/* Abstand */
  width:100pt; 				/* Breite.*/
}

form br 	{				/* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; 				/* das floating der labels und inputs aufheben */
}

button	{
	margin:18pt 0pt 7pt 100pt;
}

/* -- LAYOUTBEREICHE -- */

#content	{				/* übergeordnetes DIV für ganze Seite wg. zentzrieren und Rahmen */ 
	width:485pt;
 	margin:0pt;		
	margin-top:0pt;
	padding:0pt;
}

#logo {padding:0pt;	margin:0pt;}

#navi-ico {display: none;}
#icon-oben {display: none;}

/* -- Navigation -- */
#navigation {display: none;}
#navi-sub {display: none;}

/* -- Subnavigation links -- */
#navi-links {display: none;}

/* -- Inhalt = bearbeitbarer Bereich -- */

#inhalt {
	width:355pt;	
	margin:0pt;
	margin-top:8pt;
	padding:0pt;
	float:left;	
}

/* -- Leiste unten -- */
#footer {display: none;}
#footer-links	{display: none;}
#footer-mitte {display: none;}
#footer-rechts {display: none;}

/* -- KLASSEN -- */
.news	{						/* Klasse für Newsbox */
	padding:5pt;
	border:1pt solid #cccccc;
	float:left;
	width:100pt;
	margin:8pt 0pt 0pt 10pt;
	font-size:9pt;
	line-height:1.4em;
	height:100%;
}

.news h2 {
	font-weight:bold;
	margin:0pt;
	font-size:9pt;
	padding:0pt;
}
.news ul	{list-style-type:disc;
/*	padding:5pt 2pt 5pt 12pt;
	margin:0pt;*/
}
.news li	{
	list-style-position:outside;
	margin: 0pt 0pt 5pt -1.7em;	
	padding:0pt;
}

.werbung	{display: none;}


.bild-links	{
	clear:both;
	margin:0pt 8pt 4pt 0pt;
	float:left;
}

.bild-rechts	{
	clear:both;
	margin:0pt 0pt 5pt 5pt;
	float:right;
}

.bild-links-rahmen	{
	clear:both;	
	margin:0pt 8pt 4pt 0pt;
	float:left;
	border:1pt solid #cccccc;
}

.bild-rechts-rahmen	{
	clear:both;
	margin:0pt 0pt 5pt 5pt;
	float:right;
	border:1pt solid #cccccc;
}

.rahmen	{border:1pt solid #cccccc;}
.ausgeschwebt	{clear:both;}
.box	{
	padding:5pt;
	border:1pt solid #cccccc;
    border-right: 2pt solid #cccccc;
    border-bottom: 2pt solid #cccccc;
}


.mail-x	{display: none;}	/* für unsichtbares Feld in Formular - Spamschutz!! */


       
