/* schriftgröße für die navigation */
.boxText		{font-size:9pt;}

/* normalfarbe */
.verylarge	{font-size:28pt;}
.large		{font-size:22pt;}	
.med		{font-size:16pt;}
.medstrong	{font-size:16pt; font-weight:strong;}
.txt		{font-size:9pt;}
.txtstrong		{font-size:9pt; font-weight:strong;}
.txtbold		{font-size:9pt; font-weight:strong;}

/*.txtitalic		{font-size:9pt; font-style:italic;}*/
.txtitalic		{font-size:9pt; font-style:em;}
.txtunt 		{font-size:9pt; text-decoration : underline;}
.small		{font-size:8pt;}
.smallstrong	{font-size:8pt; font-weight:strong;}
.smallbold	{font-size:8pt; font-weight:strong;}
.nav		{font-size:10pt;}
			
/* hervorgehoben orange */
.txtor		{font-size:9pt; color:#FFB91D}
.strongor	{font-size:9pt; font-weight:strong; color:#FFB91D}

/* hervorgehoben rot */
.txtrot		{font-size:9pt; color:#993366}
.red 		{color: #ff0000}

/* bev blau */
.bevhellblau	{color:#0063B6}
.bevorigblau	{color:#004C8C}
.bevblau		{color:#003366}
.bevdunkelblau	{color:#002C51}

/* select farben */
.cdarkred {color:darkred}
.cred {color:red}
.corange {color:orange}
.cbrown {color:brown}
.cyellow {color:yellow}
.cgreen {color:green}
.colive {color:olive}
.ccyan {color:cyan}
.cblue {color:blue}
.cdarkblue {color:darkblue}
.cindigo {color:indigo}
.cviolet {color:violet}
.cwhite {color:white}
.cblack {color:black}


/* generelle stile */
.strong		{font-weight:bold;}
.bold		{font-weight:bold;}
.italic		{font-style:italic;}
.unt 		{text-decoration : underline;}

/* generell */

/*body		{background: #ffffff; color: #000000; margin: 0px;}*/
/* dunkelgrau: 333333 */
p	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:9pt; margin-top:0px; margin-bottom:10px;}
td	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:9pt;}
sup	{font-size:7pt}
h4	{font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold; color:#003300; margin-top:5px; margin-bottom:4px;}
h3	{font-size:13pt; font-weight:strong; color:#003300; margin-top:5px; margin-bottom:4px;}
h2	{font-size:12pt; font-weight:strong; color:#003300; margin-top:5px; margin-bottom:4px;}
h1	{font-size:11pt; font-weight::strong; color:#003300; margin-top:5px; margin-bottom:2px;}
ul  {margin-top:2px; margin-bottom:2px;}
li	{margin-top:2px;}
li.plink	{margin-top:2px;}

/* heads - z. Zt. bevorigblau */
.head1 { font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold; color:#004C8C; }
.head2 { font-family:Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; color:#004C8C; }
.head3 { font-weight:bold; color:#004C8C; }

/* links */
a			{text-decoration:none; color:#0063B6}
/*a.noline	{text-decoration:none}*/
a:hover		{color:#CC0000}
a:active	{color:#CC0000}
a:selected	{color:#ff0000}
.selected	{font-weight:600; color:#CC0000}

/* Liste */
ul.bull		{list-style-type : disc;}
ul.kreis 	{list-style-type : circle;}
ul.quadrat 	{list-style-type : square;}

ol.decimal 		{list-style-type : decimal;}
ol.alphakl 		{list-style-type : lower-alpha;}
ol.alphagr 		{list-style-type : upper-alpha;}
ol.romankl 		{list-style-type : lower-roman;}
ol.romangr 		{list-style-type : upper-roman;}

/* fotoabstände */

img { margin:0px}
 
.imgleft { margin-right:15px;
margin-left:0px;
margin-top:0px;
margin-bottom:15px }

.imgright { margin-right:0px;
margin-left:15px;
margin-top:0px;
margin-bottom:15px }
