/*--------------------------------------------------------------------*/
/*
	helles Grün:	#E1E9E4
	mittleres Grün:	#CEDCD3
	dunkles Grün:	#16966E


*/

/* Allgemeine Definitionen für alle Dokumente */

body
{
	background-color:#E1E9E4;
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial;
	font-size:10pt;
	font-color:#000000;
}

table
{
	font-family:Verdana,Arial;
	font-size:10pt;
	font-color:#000000;
}

/*--------------------------------------------------------------------*/

/* Linkdefinitionen generell */

/*a		{font-weight:bold;}*/

a:link		{color:#000000;text-decoration:none;}
a:visited	{color:#000000;text-decoration:none;}
a:hover	   	{color:#16966E;text-decoration:underline}
a:active	{color:#000000;text-decoration:none;}

/*--------------------------------------------------------------------*/

/* Klassen für oben */

td.oben_logo
{
	background-image: url('frames/grafik/oben_bg.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;

	width:100%;
	height:110px;

	border-top-width:0px;
	border-bottom-width:1px;
	border-right-width:0px;
	border-left-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;
}

/*--------------------------------------------------------------------*/

/* Klassen für links */

.links
{
	background-color:#16966E;
	background-image: url('frames/grafik/links_rand_bg.gif');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right;

	border-left-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#000000;
}

/*--------------------------------------------------------------------*/

/* Klassen für Navigation */
body.navigation
{
	background-color:#CEDCD3;
}

td.navigation_ueberschrift
{
	height:18px;

	padding-left:10px;	/* Abstand zum linken Framerand */
	padding-right:0px;	/* Abstand zum rechten Framerand */

	background-color:#16966E;

	font-family:Verdana,Arial;
	font-size: 10pt;
	color:#FFFFFF;
	font-weight:bold;

	text-align:left;

	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;

	border-style:solid;
	border-collapse:collapse;

	border-right-color:#16966E;
	border-left-color:#16966E;
	border-top-color:#1A8A66;
	border-bottom-color:#1A8A66;
}

td.navigation
{
	height:25px;

	padding:5px;

	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;
}

a.navigation:link		{color:#000000;text-decoration:none;}
a.navigation:visited	{color:#000000;text-decoration:none;}
a.navigation:hover	   	{color:#16966E;text-decoration:underline;}
a.navigation:active		{color:#000000;text-decoration:none;}

td.navigation_unterpunkt
{
	height:20px;

	padding:0px;
	padding-left:5px;

	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:1px;
	border-left-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;
}

a.navigation_unterpunkt:link		{color:#000000;text-decoration:none;font-weight:none;}
a.navigation_unterpunkt:visited		{color:#000000;text-decoration:none;font-weight:none;}
a.navigation_unterpunkt:hover	   	{color:#16966E;text-decoration:underline;font-weight:bold;}
a.navigation_unterpunkt:active		{color:#000000;text-decoration:none;font-weight:none;}

td.navigation_leer
{
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;
}

td.navigation_box
{
	width:145px;

	font-family:Verdana,Arial;
	font-size: 7.5pt;
	color:#000000;
	font-weight:bold;

	text-align:left;

	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;

	padding: 1px;
	padding-left:10px;

}
/* Weil der IE bei td kein :hover interpretiert, muss ich wohl mit Javascript nacharbeiten
   falls einer kein Java an hat -> für andere Browser noch :hover */
td.navigation_box:hover
{
	width:145px;

	font-family:Verdana,Arial;
	font-size: 7.5pt;
	color:#000000;
	font-weight:bold;

	text-align:left;

	background-color:#E1E9E4;

	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;

	padding: 1px;
	padding-left:10px;

}

td.navigation_unterpunkt_box
{
	width:145px;

	font-family:Verdana,Arial;
	font-size: 7.5pt;
	color:#000000;
	font-weight:bold;

	text-align:left;

	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
	border-left-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#16966E;

	padding: 1px;
	padding-left:25px;

}
/*--------------------------------------------------------------------*/

/* Klassen für rechts */

.rechts
{
	background-color:#16966E;
	background-image: url('frames/grafik/rechts_rand_bg.gif');
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:left;

	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;

	border-style:solid;
	border-collapse:collapse;
	border-color:#000000;
}
