@charset "ISO-8859-1";

body 			{
	background: #006;
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
				}
				
#gesamter_inhalt {
	/*background-color: #006;*/
	font-size: 0.8em;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.25em;
	background-color: #006;
}
				
 /* basic tags */
							

h1 				{
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 1.2em;
	padding-bottom: 1.2em;				/*margin-top: 1.2em; 
				margin-bottom: 1.2em; */
				}
				
h2 				{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;						
				}
				
h3 				{ 
				font-size: 1em; 
				font-weight: bold; 
				margin-top: 0.5em; 
				margin-bottom: 0.5em; 
				}
				
p 				{
	font-size: 1em;
	right: auto;
				}
				
strong 			{ 
				font-weight: bold; 
				}

em 				{
				font-style: italic;
				color: #600;
				background-color:  inherit;
				}

.bold 			{ 
				font-weight: bold; 
				}
				
.kursiv 		{ 
				font-style: italic; 
				}	
				
.Zentriert 		{ 
				text-align: center; 
				}
				
.unterstrichen { 
				text-decoration: underline; 
				}
				
/*  links */
				
a:link 			{
				color: blue;
				background-color: inherit;
				}

a:visited 		{ 
				color: purple;
				background-color: inherit;
				}
				
a:hover 		{ 
				color: purple;
				background-color: inherit;
				}
				
a:active 		{
	background-color: inherit;
				}
				
				
/*  basic divs  */

/*Navigationsleiste*/



#navigationsleiste {
	height: 100%;
	width: 11em;
	background-color: #006;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#logo {
	text-align: left;
	margin-bottom: 10px;
	width: 100px;
	padding-left: 0.5em;
}
#auswahl_flagge {
	text-align: left;
	clear: left;
	width: 100px;
	padding-left: 0.5em;
}
#auswahl_text {
	font-size: 1em;
	text-align: left;
	margin-bottom: 7px;
	width: 100px;
	padding-left: 0.75em;
}

/*rechte Seite*/

#maincontent {
	background-color: #FFF;
	margin-left: 11.125em;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#header {
	text-align: center;
	margin-bottom: 0px;
}
	
#Seitentitel 	{
		text-align:center;
		margin-bottom: 1em;
			}
				
#nach_oben {
		padding-top: 10px;
		padding-bottom: 10px;
}

#nach_oben a:link {
	color:#666
	
}

			
/*  styling 	*/
				
				

.GROESSE_kleiner { 
				font-size: 0.8em; 
				}
				
.groesser {
				font-size: 1.3em;
				}
				

				
.BACKGR_grau 	{ 
				background-color: #ccc; 
				color: inherit;
				}
				
.BACKGR_gelb    {
				background-color: #fc3;
				color: inherit;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				}
				
.grauer_Hintergrund { 
				background-color: #ccc; 
				color: inherit;
				}
				
.gelber_Hintergrund {
				color: inherit;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				background-color: #FC0;
				}
.gruener_Hintergrund {
				background-color: #cf9; 
				color: inherit;
				}
				
				
.Linksbuendig 	{
				text-align: left;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 5px;
				}
				
.Rechtsbuendig { 
				text-align: right; 
				}
				
.Blocksatz 		{ 
				text-align: justify; 
				}
				
 /* Farben */
				
.TXTCOL_maron 	{ 
				color: #600; 
				background-color:  inherit;
				}
				
.TXTCOL_dunkelgrau { 
				color: #666; 
				background-color:  inherit;
				}
				
.TXTCOL_schwarz { 
				color: black; 
				background-color:  inherit;
				}
.TEXTCOL_lila 	{
				color: #C0F;
				background-color:  inherit;
				}
.TXTCOL_blau 	{ 
				color: #03f; 
				background-color:  inherit;
				}
				
.TXTCOL_orange { 
				color: #f60; 
				background-color:  inherit;
				}
				
.TXTCOL_gruen 	{
				color: #090;
				background-color:  inherit;
				}
				
.TXTCOL_rot 	{ 
				color: #f00; 
				background-color:  inherit;
				}
				
.TXTCOL_braun 	{ 
				color: #900; 
				background-color:  inherit;
				}
			
				
.maron_Text 	{
				color: #600; 
				background-color:  inherit;
				}

.TXTCOL_unterstrichenmaron { 
				color: #600; 
				text-decoration: underline; 
				background-color:  inherit;
				}
				
     
				

				
/*	  Urheberenangabe		*/
				
.Quelle {
				font-size: 0.8em;
				font-style: italic;
				color: #666;
				text-align: right;
				}
				
.Quelle a:link {
				/*font-size: 0.8em;*/
				font-style: italic;
				color: #666;
				background-color:  inherit;
				}

.Quelle a:visited 		{ 
				color: purple; 
				/*font-size: 0.8em;*/
				font-style: italic;
				color: #666;
				background-color: inherit;
				}
				
.Quelle a:hover 		{ 
				color: purple; 
				/*font-size: 0.8em; */
				font-style: italic;
				background-color: inherit;
				}
				
.Quelle a:active 		{ 
				color: red ; 
				background-color: inherit;
			/*	font-size: 0.8em; */
				background-color: inherit;
				}
    
.Textheader 	{
				color: #600;
				background-color: #CCC;
				padding: 3px;
				}
				

				

.Anmerkung 		{
				font-size: 0.9em;
				color: #666;
				font-style: italic;
				}

				
#Content		{
				margin-right: 20px;
				margin-left: 20px;
				width: auto;
				height: auto;
				text-align: center;
				}

