/* ----------------------------------------------------------------------------
Name:  center.css
Autor: Werner Wolf
Date:  13.10.2002
---------------------------------------------------------------------------- */
/* Verfuegbare zusaetzliche Schriftarten */
@font-face { font-family:CapitalsFont; src:url(KELLYAN0.eot); }

/* Body */
body
{
   margin-left:3px; margin-right:8px; margin-top:11px; margin-bottom:5px;
   background-color:#FFFFCC;   
   font-family:'Times New Roman', Arial;
   font-size:normal;
}

/* Verweise */
a:link {color:red;}
a:active {color:red;}
a:visited {color:#669900;}
a:hover {color:red;}
a:focus {color:red;}

/* Bilder */
img
{
   border-color:black;
}

/* Absatz */   
p
{
	text-align:justify;
}
/*p:first-letter
{
	font-size:200%;
	font-family:'KellyAnnGothic','CapitalsFont','Times New Roman', Arial;
}*/

/* Ueberschriften */
.h1
{
	font-size:x-large;
	font-style:normal;
	font-weight:italic;
	color:black;
}
.h2
{
	font-size:large;
	font-style:normal;
}
.h3
{
	font-size:medium; 
	font-style:normal;
	font-weight:bold;
}

.h1:first-letter, .h2:first-letter, .h3:first-letter
{
	font-size:150%;
	font-family:'KellyAnnGothic','CapitalsFont','Times New Roman', Arial;
	color:red;
}

/* Tabellen-Formatierungen */
table
{
	background-color:#669900;
	border:0;
	padding:0;
}
table.outer
{
	background-color:#669900;
	padding:5px;
	border:0;
}
table.hidden
{
	background-color:#FFFFCC;
	padding:0px;
	border:0;
}
table.error
{
	background-color:#999999;
	border:0;
	padding:0;
}
th 
{
	background-color:#CCFF99;
   vertical-align:top;
	padding:2px;
}
th.hidden, td.hidden
{
   vertical-align:top;
	padding:0px;
}
th.error
{
	background-color:#990000;
   vertical-align:top;
	padding:2px;
	color:white;
}
td, td.error
{
	background-color:#FFFFCC;
   vertical-align:top;
   padding:2px;
	/*padding-top:1px;
	padding-bottom:1px;
	padding-left:3px;
	padding-right:3px;*/
}

// Sections - Verweisblöcke, zB. in Regionen
.section
{ 
   color:#669900; // tut nicht???
   font-weight:bold; // tut nicht???
   display:block; // tut
}

