/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* 									*/
/* Datei: stylesheet.css 						*/
/* Author: Ravana						   	*/
/* URL: www.plejadium.de								*/
/* Standard-Design für die gesamte Seite					*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 	*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/

/* Generelle Zuordnungen							*/
/* Design + Hintergrund	+ Schriften (generelles Design)			*/
body	{
         background-color: #0F0F0F;
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Verdana;
	}

a:link 		{color: #C38900; font-weight: normal; text-decoration: none;}
a:visited	{color: #745a1d; font-weight: normal; text-decoration: none;}
a:hover		{color: #4680C6; font-weight: normal; text-decoration: underline;}

h1	{font-size: 12pt; font-weight: bold;}
h2	{font-size: 10pt; font-weight: bold; text-decoration: none;}
h3	{font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: underline;}

.ueberschrift1 	{font-size: 12pt; font-weight: bold;}
.ueberschrift2  	{font-size: 10pt; font-weight: bold; text-decoration: none;}
.ueberschrift3   {font-size: 10pt; font-weight: normal; font-style: italic; text-decoration: underline;}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* Zuordnungsvorschriften fuer Klassen					*/
/* verwendbare Boxen und Styles								*/

.kleinschrift {
	font-size: 8pt;
         }

.img_links {margin-right: 3px;}
.img_rechts {margin-left: 3px;}

.contentbox {
         margin-bottom: 20px;
         padding-bottom: 12px;
         background-image: url(grafiken/absatzteiler.jpg);
         background-repeat: no-repeat;
         background-position: center bottom;
         }
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/
/* Zuordnungsvorschriften fuer IDs					*/
/* Layout-Boxen								*/
#seitencontainer {
           border: 1px solid #1F1F1F;
           font-size: 10pt;
           background-color: #000000;
           }

	#header	{
                 height: 98px;
                 background-image: url(grafiken/banner.jpg);
                 background-repeat: no-repeat;
	        }

         	#nav    {
	                 border-top: 1px solid #1F1F1F;
	                 border-right: 1px solid #1F1F1F;
	                 background-color: #171717;
	                 background-image: url(grafiken/stern_nav.jpg);
	                 background-repeat: no-repeat;
	                 background-position: left bottom;
	                 }

	         #linkzeile_oben {
	                      border-top: 1px solid #1F1F1F;
	                      padding: 3px;
	                      background-color: #171717;
	                      }

	         #content {
	                  padding: 3px;
	                  border-top: 1px solid #1F1F1F;
	                  border-bottom: 1px solid #1F1F1F;

	                  }

	         #linkzeile_unten {
	                      border-bottom: 1px solid #1F1F1F;
	                      padding: 3px;
	                      background-color: #171717;
                      }
	#footer	{
                 padding: 2px;
                 background-image: url(grafiken/stern_footer.jpg);
                 background-repeat: no-repeat;
                 background-position: top left;
         	}