﻿/* Wir importieren ein paar Einstellungen*/

@import url(SubCSS/Picture.css);                 /* Definitionen für Bilder mit Rand */
@import url(/Sonstiges/Head/Menue.css);          /* Alle Einstellungen für die Menüs */
@import url(SubCSS/Linkings.css);                /* Definition der Links */
@import url(SubCSS/GTitel.css);                  /* Definitionen für H1-H4*/
@import url(SubCSS/Rahmen.css);                  /* Farbige Abstimmung für Boxmodel */
@import url(/Sonstiges/Footer/Footer.css);       /* Fussbeschreibung für Alle */
@import url(/Sonstiges/SubMenue/SubMenue.css);   /* Submenue-Definition */

/* Grunddefinitionen der Arbeitsbereiche */

body      {
           font       : 0.8em Verdana, Arial, Helvetica, sans-serif;
					 color      : black;
           border     : 0;
					 margin     : 0;
					 padding    : 0;
					 width      : 100%;
					 text-align : center;
					 
           background-color      : rgb(204,204,204);
/*<!--    			 background-image      : url(../Sonstiges/Grafik/background.jpg);-->
<!--           background-repeat     : repeat-x; -->*/
 			    }

#WorkingArea { /* Dies ist der eigentliche Darstellungsbereich, sozusagen das bedruckte Papier*/
     					 width      : 810px;
						 margin     : 0 auto;
						 padding    : 0 0 0 0px;
                         text-align : left;
                         
/*            			 background-image      : url(../Sonstiges/Grafik/background5.png);
                         background-repeat     : repeat-y; */
             }

#Bericht     {
     			 width      : 100%;
				 margin     : 0;
				 padding    : 0;
                 text-align : left;

                 background-image      : url(../Sonstiges/Grafik/background5.png);
                 background-repeat     : repeat-y; 

                 border-bottom : 1px solid rgb(204,204,204);            
                 
               /*border     : 1px solid green;*/
             }					
						 
/*Algemeine zusatzdefinitionen*/

div.WhoAmI {
            font-size: 0.8em;
            text-align:left;
	          font-stretch:wider;
	          text-transform:uppercase;
            color:rgb(0,0,153);
						font-weight:bold;
						padding-left:10px;
						/*border:1px dotted yellow;*/
           }		
					 
#AllNews { /* Dies ist der Bereich für die Mitteilungen*/
 		     width      : 810px;
			 margin     : 0 auto;
			 padding    : 0px;
             text-align : left;
             border-top : 1px solid rgb(204,204,204);            

             background-image      : url(../Sonstiges/Grafik/background5.png);
             background-repeat     : repeat-y; 
         }

						 
