
body 
		{ 
			color: #64645A; 
			font-family:Verdana,Georgia, Palatino, Times, Times New Roman, serif; 
			font-size:11px; 
			background: #eaeaea;
			margin:1% 0 0 0;
		}

a:link, a:visited, a:active
		{
			color: #722145;
			text-decoration: none;
		}

a:hover 
		{
			text-decoration: none;
			color: #275ef1;
		}
		
a.sublink:link,
a.sublink:hover
			{
				color:#6f3d43;
				text-decoration:none;
			}

a.sublink:hover,
a.subaktiv,
.subaktiv
			{
				color:#fff !important;
				background-color:#6f3d43;
			}
	
h2
	{
		font-size:11px;
		
		margin:20px 0 5px 0;
		padding:0;
	}

			
.sand
			{
			color:#a36d33;
			}
			
.bold
			{
			font-weight:bold;
			}
			
.zitat	
			{
				color:#275ef1;
				font-style:italic;
			}

/* ~~~ Text Properties ~~~ */

p 
			{ 
				margin: 0 0 8px 0;
				padding:0;
			}
	
.linkActiv	
			{
				color:#275ef1;
			}



/* ~~~ Diverse Container ~~~ */
#rahmen
			{
				width:900px;
				height:auto;
				margin:0 auto 0 auto;
			}

#container 
			{ 
				width:612px;
				height: auto;
				margin: 0 auto 0 auto;
				float:left;
			}

#pageHeader 
			{
				height: 45px;
				margin:0 0 0 14px;
			}
	
#pageImage 
			{
				height: 160px;
				background: url("images/img_mistel.jpg") no-repeat;
			}
			
#pageImage2
			{
				height: 160px;
				background: url("images/plant1.jpg") no-repeat;
			}
			
#pageImage3
			{
				height: 160px;
				background: url("images/plant2.jpg") no-repeat;
			}
			
#pageImage4
			{
				height: 160px;
				background: url("images/plant3.jpg") no-repeat;
			}
			
#pageImage5
			{
				height: 160px;
				background: url("images/plant4.jpg") no-repeat;
			}
			
#pageImage6
			{
				height: 160px;
				background: url("http://www.iaap.org.uk/images/plant5.jpg") no-repeat;
			}
			
#pageImage7
			{
				height: 160px;
				background: url("images/plant6.jpg") no-repeat;
			}
			
#pageImage8
			{
				height: 160px;
				background: url("images/plant7.jpg") no-repeat;
			}
			

#pageImage9
			{
				height: 160px;
				background: url("images/plant8.jpg") no-repeat;
			}
			
#pageImage10
			{
				height: 160px;
				background: url("images/plant9.jpg") no-repeat;
			}
	
/*Normale Angabe, minimum Höhe bei zu wenig Text und height:auto bei Text der länger ist als geplant.*/
#feldPaper
			{
				width:612px;
				min-height:300px;
				height:auto;
				background: url("images/paper.jpg") repeat-y;
				float:left;
			}

/*IE verlängert das Feld automatisch. Er versteht die Angabe "min-height" nicht. mit "*html" vorne dran nimmt dann der IE automatisch diese Zeile für die Höhe*/
*html #feldPaper
			{
				height:300px;
			}
	
#textfeld
			{
				width:425px;
				height:auto;
				margin: 20px 0 0 0;
				padding: 0;
				line-height:1.5em;
				float:left;
			}

/*Ich habe das linke margin einfach als padding geschrieben. Der IE interpretiert manchmal das margin falsch. Wenn das mal wieder auftritt einfach mit pading probieren, das müsste abhilfe schaffen!*/
#textfeldTitle
			{
				width:100px;
				font-family:Georgia, Palatino, Times, Times New Roman, serif; 
				font-size:14px;
				color:#F30BAF;
				text-align:left;
				margin: 20px 0 0 0;
				padding: 0 0 0 30px;
				float:left;
			}

#feldFooter
			{
				height:50px;
				background: url("images/footer.jpg") no-repeat;
				clear:left;
			}
			
#feldContact
			{
				height:50px;
				color:#6f3d43;
				margin:0 0 0 14px;
				clear:left;
			}
	
#logo
			{
				width:141px;
				margin: 44px 0 0 0;
				float:left;
			}

#rahmenRechts
			{
				margin: 222px 0 0 0;
				line-height:140%;
				padding: 0;
				float:left;
			}
			
#textfeld ul{
			margin:0px 0px 8px 0px;
			padding:0px 0px 0px 0px;
			}

#textfeld li{
			list-style-image:url(images/bullet.gif);
			list-style-position:outside;
			margin:0px 0px 0px 16px;
			padding:0px 0px 0px 0px;
			}


/* APC Style */
h1,
h3
	{
		font-size:11px;
		font-weight:normal;
		
		margin:0 0 10px 0;
		padding:0;
	}

h3
	{
		font-weight:bold;
		
		margin:15px 0 4px 0;
	}

ol.ivz
	{
		margin:0 0 8px 8px;
		padding:0;
	}

ol.ivz li,
ol.ivz li ol.ivz li,
ol.ivz li ol.ivz li ol.ivz li
		{
			font-weight:bold;
			
			list-style:decimal outside !important;
			list-style-image:none !important;
		}

ol.ivz li ol.ivz li,
ol.ivz li ol.ivz li ol.ivz li
		{
			font-weight:normal;
		}