/* Definitionen für BODY */
body.main
	{background-color:rgb(51,102,153);
         background-image:url(images/blue.gif);
         background-repeat:repeat-x;
         margin:0;
         padding:0.5em;
         font-size:100.01%;
         font-family:Tahoma;}

/* Definitionen für NAVIGATION */
ul#navigation
	{font-size:0.91em;
	float:left;
         width:14em;
	margin:0;
         padding:0;
         background-color:rgb(0,201,252);
         position:relative;}

ul#navigation li
	{list-style:none;
	margin:0;
         padding:0.5em;}
ul#navigation a
	{display:block;
	padding:0.2em;
	font-weight:bold;}
ul#navigation a:link
	{color:rgb(0,0,0);
         background-color:rgb(0,201,252);}
ul#navigation a:visited
	{color:rgb(0,0,0);
         background-color:rgb(0,201,252);}
ul#navigation a:hover
	{color:rgb(0,0,205);
         background-color:rgb(150,201,252);}
ul#navigation a:active
	{color:white;
         background-color:rgb(150,201,252);}

/* Definitionen für TITELLEISTE */
div#title
	{margin-left:14.5em;
         padding:0;
         padding-bottom:0.5em;
         min-width:16em;
         vertical-align:middle;}
div#title h1
	{font-family:Tahoma;
	font-size:1.5em;
	font-weight:normal;
	color:rgb(255,255,255);
         margin-left:0.25em;}
div#title td
	{padding:0;
         border:0;
         vertical-align:middle;
         margin-right:0.25em;}

/* Definitionen für INHALTSÜBERSCHRIFT */
table#contenttitle
	{padding:0;
         margin:0;
         border:0;
         width:99%;
         vertical-align:middle;
         background-color:rgb(149,195,221);}
table#contenttitle td
         {padding:0;
         margin:0;
         border:0;
         vertical-align:middle;
         background-color:rgb(149,195,221);}
table#contenttitle h1
	{font-family:Tahoma;
	font-size:1.25em;
         font-weight:normal;
         font-style:italic;
	color:rgb(0,0,200);
         margin:0 0.25em 0 0.25em;}
table#contenttitle img
	{float:right;}

/* Definitionen für INHALTE */
div#content
	{margin-left:14.55em;
         padding:0;
         text-align:justify;}
div#content h2
	{font-family:Tahoma;
         font-size:1.25em;
         font-weight:normal;
         color:rgb(0,0,150);}
div#content p
	{font-family:Tahoma;
         font-size:0.8em;
         font-weight:normal;
         color:rgb(0,0,0);
         line-height:1.33em;}
div#content li
	{font-family:Tahoma;
         font-size:0.8em;
         font-weight:normal;
         color:rgb(0,0,0);}
div#content a:link
	{font-family:Tahoma;
         color:rgb(0,0,0);
         text-decoration:none;
         border-bottom:1px solid rgb(0,0,200);
         line-height:1.33em;}
div#content a:visited
	{font-family:Tahoma;
         color:rgb(0,0,0);
         text-decoration:none;
         border-bottom:1px solid rgb(0,0,200);
         line-height:1.33em;}
div#content a:active
	{font-family:Tahoma;
         color:rgb(0,0,205);
         text-decoration:none;
         border-bottom:1px solid rgb(0,0,0);
         background-color:rgb(73,145,217);
         line-height:1.33em;}
div#content a:hover
	{font-family:Tahoma;
         color:rgb(0,0,205);
         text-decoration:none;
         border-bottom:1px solid rgb(0,0,0);
         background-color:rgb(73,145,217);
         line-height:1.33em;}
