/* schriftgröße für die navigation */
.boxText		{font-size:11pt;}

	/* normalfarbe */
	.verylarge	{font-size:29pt;}
	.large		{font-size:22pt;}	
	.med		{font-size:16pt;}
	.medstrong	{font-size:16pt; font-weight:strong;}
	.txt		{font-size:11pt;}
	.txtstrong		{font-size:11pt; font-weight:strong;}
	.txtbold		{font-size:11pt; font-weight:strong;}
	
	/*.txtitalic		{font-size:10pt; font-style:italic;}*/
	.txtitalic		{font-size:11pt; font-style:em;}
	.txtunt 		{font-size:11pt; text-decoration : underline;}
	.small		{font-size:10pt;}
	.smallstrong	{font-size:10pt; font-weight:strong;}
	.smallbold	{font-size:10pt; font-weight:strong;}
	.nav		{font-size:12pt;}
				
	/* hervorgehoben orange */
	.txtor		{font-size:11pt; color:#FFB91D}
	.strongor	{font-size:11pt; font-weight:strong; color:#FFB91D}
	
	/* hervorgehoben rot */
	.txtrot		{font-size:11pt; color:#993366}
	.red 		{color: #ff0000}
	.smallred	{font-size:9pt; color: #ff0000;}
	
	/* generell */
	
	/*body		{background: #ffffff; color: #000000; margin: 0px;}*/
	/* dunkelgrau: 333333 */
	p	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:11pt; color:#000000; margin-top:0px; margin-bottom:10px;}
	td	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:11pt; color:#000000}
	sup	{font-size:9pt}
	h4	{font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold;}
	h3	{font-size:14pt; font-weight:strong;}
	h2	{font-size:13pt; font-weight:strong;}
	h1	{font-size:13pt; font-weight::strong;}
	li	{margin-top:5px;}
	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:14pt; font-weight:bold; color:#004C8C; }
	.head3 { font-weight:bold; color:#004C8C; }

/* bev blau */
.bevhellblau	{color:#0063B6}
.bevorigblau	{color:#004C8C}
.bevblau		{color:#003366}
.bevdunkelblau	{color:#002C51}
.bevdunkelblaubold	{color:#002C51; font-weight:bold;}

/* 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;}

/* 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 }
