/*--------------------------------------------------------------------*/

/* Allgemeine Definitionen für alle Dokumente */

body
{
	background-color:#BDD5EA;
	margin:0px;
	padding:0px;
}

table
{
	font-family:Arial,Verdana;
	font-size:10pt;
	font-color:#000000;
}

.cursor 
{
cursor:pointer;
color:#850008;
text-decoration:none;
}

/*--------------------------------------------------------------------*/

/* Linkdefinitionen generell */

a		{text-decoration:none;font-weight:bold;}

a:link		{color:#000000;}
a:visited	{color:#000000;}
a:hover	    	{color:#000000;}
a:active	{color:#000000;}

/*--------------------------------------------------------------------*/

/* Definitionen für mittlere Bereich */

body.mitte
{
	background-color:#BDD5EA;
}

/*--------------------------------------------------------------------*/

/* Definitionen für das Kontaktformular */

.kontakt_ueberschrift
{
	background-color:#7DB4E3;
	color:#000000;
	font-weight:bold;
}

.kontakt_unten
{
	background-color:#7DB4E3;
}

a.kontakt
{
	font-size:10pt;
}

/*--------------------------------------------------------------------*/

/* Klassen für oben */

.oben
{
	background-image: url(frames/grafik/oben_bg2.jpg);
	background-repeat:no-repeat;
}

/*--------------------------------------------------------------------*/

/* Klassen für unten */

.unten
{
	background-color:#7DB4E3;
}

table.oben_rand
{
	border-style:solid;
	border-color:#000000;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

/*--------------------------------------------------------------------*/

/* Klassen für links */

.links
{
	background-image: url(frames/grafik/links_bg.jpg);
	background-repeat:no-repeat;
}

.nav
{
	font-size:10pt;
	font-family:Verdana,Arial;
	font-weight:bold;
	margin:0px; 
	padding-left:5px;
	padding-bottom:14px;
}
/*--------------------------------------------------------------------*/

/* Klassen für rechts */

.rechts
{
	background-image: url(frames/grafik/rechts_bg.jpg);
	background-repeat:no-repeat;
}

td.rechts_td
{
	font-size:10pt;
	font-family:Verdana,Arial;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

/*--------------------------------------------------------------------*/

/* Klassen für Home */

td.strich_unten
{
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;

	border-bottom-color:#000000;
}

td.kein_strich
{
	border-width:0px;
}

/*--------------------------------------------------------------------*/