/*
KISS design
Relaunch 2008
Farben:
#4C3A9C - dunkelblaub mit lila anteil
#009933 - grün
#04874D - dunkelgrün
#D30402 - karminrot
#5F87B8 - taubenblau
#014495 - KISS blau
#F9B200 - KISS indischgelb
#DD031B - KISS rot
#55AB26 - KISS grün ersetzt durch #009900

color,
font-weight,text-decoration
background-...

2010-02-03 neu strukturiert: layout-, design- und print-css

Bitte auch das css-addon beachten
*/

@import url("admin/styles/logger_styles.css");

body {
	background:url(admin/kiss/styles/weiss/pics/back_gelb_quadrat.gif) repeat-y 0px 140px;
	background-color: #FFF;
	font-family:verdana,arial,helvetica,sans-serif;
	color:#000000;
}
h1 {
	color:#014495;
	font-weight:bold;
	font-family:verdana,arial;
}
h2,
.SelbsthilfeDetails .GruppenName,
.AngeboteDetails .ueberschrift,
.TerminListe .startdatum
{
	color:#014495;
	font-weight:bold;
	font-size:120%;
}
h2,
.SelbsthilfeDetails .GruppenName,
.AngeboteDetails .ueberschrift
{
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	font-family:verdana,arial;
	font-size:120%;
}

h2 {  font-size:120%; }  /* bug?: diese angabe muss wiederholt werden, sie wird von gecko nicht von oben uebernommen */

h2.gruppen,
.TerminListe .ueberschrift
{
	color:#009900;
	font-weight:bold;
	font-size:120%;
}
h3 {
	color:#014495;
	font-family:verdana,arial;
}
h3.news	{
	color:#014495;
}

input {
	border-color: #F9B200;
}
input.InputCheckbox, input.InputRadio {
	border: none;
}
textarea {
	border-color: #F9B200;
	font-family: arial,helvetica,sans-serif;
}

p.fehler {
	font-style:italic;
}
p.bildunterschrift {
	font-style:italic;
}

span.rot {
	color:#D30402;
}
span.fett {
	font-weight:bold;
}
table {
	margin-left:20px;
	width:90%;
}

/*Kopf*/
#kopf a img {
	border:none;
}

/*Navigation*/
#navi ul {
	list-style: none;
}
#navi li.MenuLevel1 a,
#navi li.MenuLevel1 a:link,
#navi li.MenuLevel1 a:visited {
	color: #014495;
	text-decoration: none;
}
#navi li.MenuLevel1 a:hover,
#navi li.MenuLevel1 a:active {
	color: #F9B200;
}
#navi li.MenuLevel2 a,
#navi li.MenuLevel2 a:link,
#navi li.MenuLevel2 a:visited {
	color: #014495;
	text-decoration: none;
	font-weight: bold;
}
#navi li.MenuLevel2 a:hover,
#navi li.MenuLevel2 a:active {
	color: #F9B200;
	text-decoration: none;
}
#navi li.MenuLevel3 a,
#navi li.MenuLevel3 a:link,
#navi li.MenuLevel3 a:visited {
	color: #014495;
	text-decoration: none;
	font-weight: bold;
}
#navi li.MenuLevel3 a:hover,
#navi li.MenuLevel3 a:active {
	color: #F9B200;
	text-decoration: none;
}

#main ul li {
	list-style-type:square;
}

#main .Gruppe , #main .dokumentListe {
	border-color: #014495; /*blau*/
	border-color: #D30402; /*rot*/
	/*gelb: border-color: #F9B200;*/
}


.menubalken {
	margin-bottom:7px;
	margin-top:7px;
}
.even, .grau {
	background-color: #F0F0F0;
}
.odd, .weiss {
	background-color: #FFFFFF;
}
.einrueck {
	margin-left: 45px;
}
div.grau {
	background-color: #F0F0F0;
}
div.weiss {
	background-color: #FFFFFF;
}
div.barrHin {
	font-size: 90%;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #014495;
}
a:visited {
	color: #014495;
}

a:hover {
	color: #F9B200;
}

a:active {
	color: #009900;
}

/* Spezielle Elemente  ################################### */
a.LinkNachOben {
	/* 33 x 45 */
	background-image: url(admin/kiss/styles/weiss/pics/hochwuerfel_schmal.gif);
	background-repeat: no-repeat;
}
.LinkNachOben img {
	border:0;
}


/*  Suche   ###################################### */
.FoundItem .sparten {
	font-weight: normal;
	font-size: 70%;
}
.FoundItem .GruppenName {
	margin-left:10pt;
}
.FoundItem .SuchTreffer {
	color:red;
}
.unterzeile {
	font-weight: bold;
}

#SuchEingabe {
	border: 1px solid gray;
}
/*Dokument-suche*/
#Suche .SucheTrefferAnzahl {
	font-size: 120%;
	font-weight:bold;
}

/* Debug: abheben von normalen output  ######################*/
.DebugKiss, .DebugFrontend {
	border: thin dotted red;
}


/* SHG */
h3.kopftext {
	color:#04874D;
}


.ClearFloat , .NewsletterTitel {
	clear: both;
}








