/* stylesheet.css */
<!--

/* Hilfedaten

Fixe Tabellen:
==============

- oben 	-> 760 px x 110 px ( Logo 60 px + Menue 30 px + Menueabschluss 20 px)
- unten	-> 760 px x 15 px ( Informationsleiste )

Variable Tabellen:
==================

- home -> basis -> 785 px x 560 px ( beinhaltet Tabelle "oben", "mitte", "unten" und "links")
- home -> mitte -> 785 px x 435 px ( Alienbild hat 350 px x 347 px)
- arts -> mitte -> 785 px x 435 px ( Tabelle "links" erscheint)
- arts -> links ->

*/



/* Für alle Seiten gilt... */

body { background-color:#374C66; }

table.oben  { 	width: 785px; height: 110px; background-color:#425D7D;
		border-bottom: 1px solid #000000;}

table.unten { 	width: 785px; height: 15px; background-color:#263548;
		border-top: 1px solid #000000;}

*.menue { 	width: 126px; height: 30px; }
*.menue_innen { width: 135px; height: 40px; }

td.unten { 	width: 280px; height: 15px; color: #A6BED2;
		font-family: Verdana, Arial,Helvetica, sans-serif;
		font-size: 10pt; }

tr.menue {	background-color: #30435B; }

p.text { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #70d937;
		text-decoration: none;
		margin-left:10%;}

td.color {	background-color: #5aaf2d; }



/* home */

table.basis {	width: 785px; height: 560px; background-color:#425D7D;
		table-layout: auto;
		border: 1px solid #000000; }

table.mitte { 	width: 785px; height: 435px; background-color:#30435B;
		border: 0;}


/* arts */

td.menue1 { width: 20px; height: 1px; }

table.basis {	width: 785px; height: 560px; background-color:#30435B;
		table-layout: auto;
		border: 1px solid #000000; }

table.mitte { 	width: 785px; height: 400px; background-color:#30435B;
		border: 0;}

table.links { 	width: 135px; height: 120px; background-color:#30435B;
		margin-top: 40px; margin-left: 5px;
		border: 0; }
table.rechts1 {	width: 595px; height: 400px; background-color:#30435B;
		border: 0px; margin-left: 5px;}

table.rechts2 {	width: 595px; height: 400px; background-color:#30435B;
		border: 0; margin-top: 30px; margin-right: 5px;}

/* contact */

table.gedichte { background-color:#324760; border: 1px solid #587ca8; }

td.gedichte { width: 150px; }



a:link {	font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 9pt; font-weight:bold; color:#587ca8;
		text-decoration:none; word-spacing:0.1em; }

a:visited { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt; font-weight:bold; color:#587ca8;
		text-decoration:none; word-spacing:0.1em; }

a:hover { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt; font-weight:bold; color:#daaa2b;
		text-decoration: none; word-spacing:0.1em; }

a:active { 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt; font-weight:bold; color:#daaa2b;
		text-decoration:underline; word-spacing:0.1em; }

a:focus {	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt; font-weight:bold; color:#daaa2b;
		text-decoration:underline; word-spacing:0.1em; }
-->