/*
CSS-Datei für kibeo-Navigation
Version: $Id: nav.css 32 2008-06-19 11:02:36Z kfr $
Autoren: zauter@iska-nuernberg.de, 
*/

/* body: Normaler Hintergrund */
body {
	background: #6699cc; 
	font-family:arial, helvetica, sans-serif; 
	color:#000000; margin-top:11px
}
/* h?: Navigationsebenen */
h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100% ;
	font-weight:normal;
	color:#000000; 
	margin-bottom:0cm; 
	margin-top:0cm;
	border-top-width:1px; 
	border-top-color:#808080; 
	border-top-style:solid;
	line-height:150% 
}
h2 {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:80% ;
	font-weight:normal;
	color:#000000; 
	margin-bottom:0cm; 
	margin-top:0cm;
	border-top-width:1px; 
	border-top-color:#808080; 
	border-top-style:solid;
	line-height:150% 
}
h3 {
 	font-family:Arial,Helvetica,sans-serif ;
	font-size:80% ;
	font-weight:normal;
	color:#000000; 
	margin-bottom:0cm; 
	margin-top:0cm;
	border-top-width:1px; 
	border-top-color:#808080; 
	border-top-style:solid;
	line-height:150% 
}

/* .balken: aktiver Menüpunkt */
.balken	{
	border-top-width:1px; 
	border-top-color:#808080; 
	border-top-style:solid;
	line-height:150%;
	background: #c0c0c0 
}
.activ {
	border-top-width:1px; 
	border-top-color:#808080; 
	border-top-style:solid;
	line-height:150%;
	background: #c0c0c0 
}

/* visited, link, hover, active: Darstellung von Links */
:visited {
	font-family : arial, helvetica, sans-serif;
	color : #000000;
	text-decoration : none
}
:link {	
	font-family : arial, helvetica, sans-serif;
	color : #000000 ;
	text-decoration : none
}
:hover { 
	font-family : arial, helvetica, sans-serif;
	color : #000000 ;
	text-decoration : none
}
:active	{
	color : #ffffff ;
	text-decoration : none
}

/*
*
* Kontroll-Block: beim Online-Redaktion: 4er-Block unten links
* 
*/

/* kontrollbody: allgemeiner <body> */
.kontrollbody {
		background: #6699cc;
}
/* kontrolltable: die <table> */
.kontrolltable {
/*		background : #ffffaa;*/
		background: #6699cc;
		cellspacing : 0;
		cellpadding : 1;
		margin-bottom : 0px;
}
/* kontrollactive: der aktive Menüpunkt */
.kontrollactive {
/*		background : #ff8080;*/
		background: #c0c0c0 

}


