/* *****************************************************
			ALLGEMEINE STYLESHEETS
***************************************************** */


/* Allgemeine Schriftgroesse fuer alle Seiten festlegen */
html
{
	font-size: 90%;
	background-image: url(pic/hintergrund_muster.gif);
	background-repeat: repeat;
}
html.iframe
{
	background: none;
}
body, table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

/* Hintergrundbild fuer alle Seiten festlegen */
body
{
	background-repeat: repeat;
	color: #000080;
	width: 980px;
	margin: 0 auto;
}

/* Ueberschriften */
h1
{
	font-size: 1.8em;
	color: #ff0000;
	text-align: center;
}
h2
{
	font-size: 1.3em;
	margin-top: 2em;
}
h3
{}
h4
{}
h5
{}
h6
{}

blockquote h3
{
	color: #dc143c; /* Farbe crimson */
}

/* Links Farbe + Unterstreichung */
a
{
	color: #0000ff;
	text-decoration: underline;
}
a:visited
{
	color: #800080;
	text-decoration: underline;
}
a:hover, a:active, a:focus
{
	color: #ee0000;
	text-decoration: none;
}
h1 a, h1 a:visited
{
	color: #ff0000;
	text-decoration: none;
}
h1 a:hover, h1 a:active, h1 a:focus
{
	color: #ff0000;
	text-decoration: underline;
}

/* Text-Farben und -Hervorhebungen */
.red
{
	color: #ff0000;
}
.green
{
	color: #008000;
}
.black
{
	color: #000000;
}
.blue
{
	color: #0000ff;
}

/* Text / Bilder zentriert */
.center
{
	text-align: center;
}
/* Bilder zum Text vertikal zentriert */
.bild img
{
	vertical-align: middle;
}

.hinweis,
small
{
	color: #008000;
	font-size: 0.8em;	
}

strong, em,
b, i
{
	font-weight: bolder;
	letter-spacing: 0.05em;
	word-spacing: 0.2em;
	font-size: 1.1em;
}

dt
{
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
	color: #4b0082; /* Farbe indigo */
}
dd
{
	color: #008000;
}

/* *****************************************************
			STARTSEITE
***************************************************** */

/* Startseite (Auswahl der Dienstleistungen) */
body.startseite
{
	text-align: center;
}
/* Ueberschrift Startseite */
h1.a-bis-z
{
	font-size: 1.2em;
	color: #000080;
}
h1.a-bis-z strong
{
	font-size: 2.3em;
	line-height: 2em;
}
/* Liste Dienstleitungen */
ul.dienste
{
	font-weight: bold;
	list-style-type: none;
	line-height: 1.5em;
}
/* Box mit Links am Ende der Seite */
div.links_unten
{
	margin: 80px 0 15px 0;
	padding: 1em 1em 0 1em;
	text-align: left;
	border-top: 1px solid #666666;	
}
table.links_unten
{
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
table.links_unten td
{
	width: 33%;
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
}
table.links_unten td.links
{
	text-align: left;
}
table.links_unten td.mitte
{
	text-align: center;
}
table.links_unten td.rechts
{
	text-align: right;
}
table.links_unten a
{
	color: #666666;
	font-size: 0.8em;
}

div.besucher
{
	background-color: #e7e7ef;
	color: #18007b;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	padding: 3px 5px 3px 10px;
}
div.besucher img
{
	vertical-align: bottom;
	height: 13px;
}

code
{
	color: #000000;
}
