
/*body*/ 

body {
  	background-color: #FFFFFF; /*weiß*/ 
		color:#000000; /*schwarz*/ 
		margin-left: 2em; 
		margin-right: 2em;
		font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular,Sans-Serif;
    }
		
/*Farben*/
/*Test und Hintergrundklassen getrennt*/

.text-white {color: #FFFFFF;}
.back-white {background-color: #FFFFFF;}

.text-black {color: #000000;}

.text-blue {color: #144770;}
.back-blue {background-color: #144770;} /*Menu, Linien*/

.text-ocean {color: #3C79A8;} /*??*/
.back-ocean {background-color: #3C79A8;}

.back-lightgray {background-color: #E5DECC;} /*Artikel?*/
.text-lightgray {color: #E5DECC;}

.back-azur {background-color:#D4EBFB;} /*??*/
.text-azur {color:#D4EBFB;}

.back-lightblue {background-color: #144870;}
.text-lightblue {color: #144870;} /*besuchte Links*/

.back-dark {background-color: #0B2B40;}
.text-dark {color: #0B2B40;} /*Überschriften, Links*/


/*Links*/		

:link { 
		color: #0B2B40; /*darktext*/
		background-color: transparent;
		  }
:visited {
		color: #144870; /*lighttext*/ 
		background-color: transparent;
				} 
				
:active {
		color: #0B2B40; /*darktext, wie link*/
	  background-color: transparent;
		  }
		 

/*Lineheight*/		 
p,ul,ol,li,td,th {line-height: 1.3em;}



/*Ausrichtung und Schriftgröße*/
.right { text-align: right; }
.center{ text-align: center; }
.kleiner {font-size:0.8em;}

/*Überschriften*/
		 
h1 {
	font-size:172%; 
	color:#0B2B40; 
	margin-top: 1em;  
	clear: both; }
	
h2 {font-size:144%;
		color:#0B2B40; 
		clear: both;}

h3 {font-size:120%; clear: both;}		
	
h3.newstitel{
	font-size:100%;  
	margin-top: 2em; 
	padding-top: 1em; 
	border-top: solid; 
	border-top-width: 1px; 
	border-color: #808080; 
	clear: both;}



h4 {font-size:100%; clear: both;}

span.datum {
	display:block;
	text-align:left;
	font-size:small; 
	font-weight:normal;
	margin-bottom:5px;
	page-break-after:avoid;}

/*Tabellen */
tr {vertical-align:top; }
td {vertical-align:top; }

/*Dokumententabellen*/
table.Dokumente {border-collapse:collapse; }

table.Dokumente td {
	padding-right:1em;
	padding-top:0.5em;}

th.dokkopfdatum{
	speak-header:always; 
	background-color:#144770; 
	color:#FFFFFF; 
	text-align: left; 	
	}
	
th.dokkopftitel{
	speak-header:always; 
	background-color:#144770; 
	color:#FFFFFF; 
	text-align: left; 	
	}
	
th.dokkopfformat{
	speak-header:once; 
	background-color:#144770; 
	color:#FFFFFF; 
	text-align: left; 
	
	}
	
tr.dokkopf{
	background-color:#144770; 
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
	font-weight: 900;	
  }

/*Datentabellen*/

table.ergebnis {
	display: inline-table;
	border-style:solid;
	border-color:#144770;
	border-width:2px;
	margin-bottom:1em;
  }
	
table.ergebnis td,th {
	padding-right:0.5em;
	padding-left:0.5em;}	

table.ergebnis th {
	text-align:left;
	font-weight:bold;
	}
	
td.data {
	text-align:right;}

tr.sieger {
	background-color: #E5DECC;
	font-weight:bold;}	
	


/*menuframes*/

.menu {
		margin-left: 0em; 
	  margin-right: 0em; 
		background-color:#144770; 
		color:#FFFFFF; 
		font-weight: 900; 
		text-align: center;
		line-height: normal;
		font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
		}

.menu a {
		background-color:#144770; 
    color:#FFFFFF;
    text-decoration:none;}
				 
.menu a:link, .menu a:visited { 
		background-color:#144770; 
    color:#FFFFFF;}
				
.menu a:hover {
		background-color:#144770; 
		color:#ff0000}
		 
.menu a:active{ 
		background-color:#144770; 
		color:#FFFFFF;}

td.menu {
		vertical-align:top; 
		padding-right:0em;
		padding-top:2px;		
		}	
	 
td.menu-strich {
  border-bottom: 3px solid white;
    }
  
td.menu-trenn {
border-top: 10px solid #144770;} 
	
			
			
/*submenu*/
table.submenu {
	table-layout:fixed;
	margin-bottom:20px;
	width:100%;
	background-color:#FFFFFF;}

.submenu td {text-align: center;}	
	
tr.submenu td {		
    background-color:#144770; 
		color:#FFFFFF; 
		font-weight: 900; 
		line-height: normal;
		font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
		border-top: 4px solid #144770;
  	border-bottom: 4px solid #144770;
		 }


tr.submenu a {
		background-color:#144770; 
    color:#FFFFFF;
    text-decoration:none;}
				 
tr.submenu a:link, .submenu a:visited { 
		background-color:#144770; 
    color:#FFFFFF;}
				
tr.submenu a:hover {
		background-color:#144770; 
		color:#ff0000}
		 
tr.submenu a:active{ 
		background-color:#144770; 
		color:#FFFFFF;}
		 
		 

/*Navigationshilfe*/
.navhilfe {
	font-size:0.8em;  
	text-align: right; 
	border-bottom-style: solid; 
	border-bottom-color: #144770;}

.navhilfe:before {
	content: "Sie sind hier: ";}

.navhilfemitte {
	margin-top: 3em; 
	font-size:0.8em;  
	text-align: right; 
	border-top-style: solid; 
	border-top-color: #144770; 
	border-top-width: 2pt;}

.navhilfemitte:before {
	content: "Sie sind hier: ";}


/*	
h4.newstitel{font-size:1.0em;  margin-top: 2em; padding-top: 1em; border-top: solid; border-top-width: 1pt; border-color: #808080; clear: both;
}

h3.newstitel{font-size:1.2em; font-weight: bold; margin-top: 0.5em;}


em.extra{color:#ff0000; background-color:#FFFFFF; font-style: normal;}

*/



/*Artikel*/

.artikel {
	background-color: #E5DECC; /*lightgray*/
	color: #000000; 
	padding: 1em;  
	margin: 0px; 
	border:none;}

.quelle {
		font-size: smaller;
		font-style: italic;
		text-indent: 0;
		}
		
.caption {
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
	}
		

.part {
	font-size:1.1em; 
	color: #144770; 
	background-color: #FFFFFF; 
	font-weight: bold; 
	text-align: right; 
	padding-top: 0.5em;
	padding-bottom: 0.5em;} /*wird in Themenarchiven verwendet*/
	
.ltwahl
	{background-color: #D4EBFB; /*azur*/
	 border: 3px solid #D4EBFB;
	 margin-bottom: 2em;
	} 	
	
/*.img {line-height: normal;}*/		
		
/*noch prüfen*/
	

.extra {margin-top: 1em; margin-bottom: 1em;} /*in Reklame*/

q {quotes: "&#8222;" "&#8220;" "," "'"}
q.before {content: open-quote}
q.after {content: close-quote}

blockquote {font-style: italic;}

.bild-mitte {
	line-height: normal; 
	margin-bottom: 1em; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top:1em; 
	text-align: center;}

div.bildlinks {
  float: left;
	padding: 0.5em;
	border: none;
  text-align: center;
}

div.bildrechts {
  float: right;
	padding: 0.5em;
  border: none;
  text-align: center;
}





td.border {height: 4em; vertical-align: middle; text-align: center; border-style: solid; border-width: 1pt; border-color: #000000;  } 

.validator {text-align:right; line-height: normal;}




