/*
Neues Stylesheet fuer http://www.ksliebfrauen.de/
letzte änderung: 2004-08-21 webmaster@ksliebfrauen.de
*/

/* Globale Dokumenteneigenschaften. */
html,
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* Links allgemein. */
a:link    { text-decoration: none; color: #0000A0; }
a:visited { text-decoration: none; color: #800080; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: underline; color: red; }
a:focus   { text-decoration: none; }
a[name]:hover { text-decoration: none; }
a[name]:focus { text-decoration: none; }

*.navigation h1 {
	color: #FFFFFF;
	font-size: 10.5pt;
	/* font-style: bold; */
	margin: 0px;
}

*.navigation a:link    { text-decoration: none; color: #800000; }
*.navigation a:visited { text-decoration: none; color: #800000; }
*.navigation a:hover   { text-decoration: underline; }
*.navigation a:active  { text-decoration: underline; color: red; }
*.navigation a:focus   { text-decoration: underline; }
*.navigation a[name]:hover { text-decoration: none; }
*.navigation a[name]:focus { text-decoration: none; }

div.heading {
	color: white;
	background-color: #800000;
}

div.heading h1 {
	font-size: 10.5pt;
	margin: 0px;
}

div.navigation {
	background-color: #E5E5E5;
	margin-bottom: 15px;
}

/* Auswahlmenu. */
*.menu { color: #000000; }
*.menu a:link    { text-decoration: none; color: #000000; }
*.menu a:visited { text-decoration: none; color: #000000; }
*.menu a:hover   { text-decoration: underline; }
*.menu a:active  { text-decoration: underline; color: red; }
*.menu a:focus   { text-decoration: underline overline; }

table.menu tr th {
	color: white;
	font-weight: bold;
}

.menuitem0 {
	background-color: #FFFFFF;
	width: 2.5%;
}

.menuitem1 {
	background-color: #0080FF;
	width: 2.5%;
}


.menuitem2 {
	background-color: #F07800;
	width: 2.5%;
}

/* Für den Copyright-Vermerk. */
*.copyright { font-size: x-small; color: #000000; background-color: #E5E5E5;}
*.copyright a:link {text-decoration:none; color:#000000; }
*.copyright a:visited {text-decoration:none; color:#000000; }
*.copyright a:hover {text-decoration:underline; color:#000000; }
*.copyright a:active { }
*.copyright a:focus {text-decoration: underline; color:#000000; }

/* Normale Textbox. */
table.textbox {
	background-color: #000080;
	color: black;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

table.textbox th { color:#FFFFFF; background-color:#436DA7; }
table.textbox td { background-color:#B8CCE2; padding:10px; text-align:left; }

/* Navigation nach oben */
div.top {
	width: 75%;
	height: 50px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

div.top td {
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Trennlinien. */
hr.hrblue { color: #000080; }
hr.blue { color: #000080; }
hr.red { color: #FF0000; }

/* Schriftarteneigenschaften. */
*.small {
	font-size: 10pt;
}

*.big {
	font-size: 12pt;
}

*.google{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:9pt;
}
                              
*.white { color:#FFFFFF }
a.white:link    { color:#FFFFFF }
a.white:visited { color:#FFFFFF }
a.white:hover   { color:#FFFFFF; text-decoration:underline; }
a.white:active  { color:#FFFFFF; text-decoration:none; }
a.white:focus   { color:#FFFFFF; text-decoration:none;}
