body 
{
	color: #b0b5bc;                                 /* Standard-Farbe für Schrift; Hellgrau */
	background-color: #0d2c5f; /* d-blau      /* Farbe des Browserfensters (außerhalb des "container") */ 
	font-family: Verdana,Arial,sans-serif;          /* Schrift ohne Serifen */
	font-size: 12px;
}

/* GLOBALE FARBEN (spezielle Bereiche siehe dort) */
a:link     { text-decoration:none; color: #b0b5bc } /* scharz */
a:visited  { text-decoration:none; color: #505090 }/* sch.violett */
a:hover    { color: #7b4d7f } /* rosa */
a:active   { color: #F97661 } /* lachs */
a:focus    { text-decoration:none; color: #F97661 }

th         { color: green; background-color: #CCCCFF; }

#container 
{
	background-color: #0d2c5f; /* d-blau Hintergrundfarbe für alles */
}

/*
 * Ab hier alle Angaben für den Kopfbereich
 */    
div#header h1
{    
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	color: #b0b5bc;                                 /* Standard-Farbe für Schrift; Hellgrau */   
}
h2
{
	font-size:16px;
}

/*
 * Ab hier alle Angaben für den Inhalt (unterhalb des Kopfbereiches)
 */     

/* Schriftvorgaben für das Menu */
div#menu
{
	font-size: 110%;
} 
div#menu-impressum
{
	font-size: 90%; 
	line-height: 100%; 
} 

h3; h4
{  
	margin-bottom: 0px;
}    

i
{  
   font-size: 9px;
}

/* Schriftvorgaben für den Text des eigentlichen Inhalts */
div#inhalt
{      
}

/* Schriftvorgaben für den Text des Fußbereiches */       
div#footer
{
	font-size: 11px;
}    
div#lang-menu
{
	font-size: 11px; 
	font-weight: normal; 
	font-color:green; 
	border: 0px
}

/* 29.08.2013 cmahner */
