/* 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: #D55B19}
	.smallred	{font-size:8pt; color: #D55B19;}
	
	/* generell */
	
	/*body		{background: #ffffff; color: #000000; margin: 0px;}*/
	/* dunkelgrau: 333333 */
	p	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:9pt; color:#3F1B00; margin-top:0px; margin-bottom:10px;}
	td	{font-family:Verdana, Arial, sans-serif, Helvetica, Tahoma; font-size:9pt; color:#3F1B00}
	sup	{font-size:7pt}
	h4	{font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold;}
	h3	{font-size:13pt; font-weight:strong;}
	h2	{font-size:12pt; font-weight:strong;}
	h1	{font-size:11pt; font-weight::strong;}
	li	{margin-top:5px;}
	li.plink	{margin-top:2px;}
	
	/* heads - z. Zt. ipcmsorigblau */
	.head1 { font-family:Arial, Helvetica, sans-serif; font-size:16pt; font-weight:bold; color:#9B4A0E; }
	.head2 { font-family:Arial, Helvetica, sans-serif; font-size:13pt; font-weight:bold; color:#9B4A0E; }
	.head3 { font-weight:bold; color:#9B4A0E; }

/* ipcms blau */
.ipcmshellblau	{color:#8C4A1A}
.ipcmsorigblau	{color:#9B4A0E}
.ipcmsblau		{color:#67330D}
.ipcmsdunkelblau	{color:#512200}
.ipcmsdunkelblaubold	{color:#512200; 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:#8C4A1A}
/*a.noline	{text-decoration:none}*/
a:hover		{color:#CC4800}
a:active	{color:#CC4800}
a:selected	{color:#D55B19}
.selected	{font-weight:600; color:#CC4800}

/* 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 }