/* corporate identity	*/
	

	
p
	{
		color: darkred;
	}
	
b
	{
		color: darkblue ;
	}	
	
li
	{
		color: darkgreen ;
	}
nav
	{
		color: darkred;
	}
			
h1
	{
		color: darkblue;
	}
		
h2
	{
		color: darkred ;
	}	
		
h3
	{
		color: darkgreen;
	}

h4
	{
		color: gray;
	}
	
form
	{
		color:darkblue ;
	}

body 
	{
		background-color:ivory;
	}


figure  /* umfließt das Bild */
	{
	float:left;
	}
img		/* kein Rahmen ums Bild */
	{
	border:none;
	}
div#page  /* transparente Hintergrundfarbe*/
	{
	background-colour:rgba(255,255,255,0.3);
	}	
/* altes Projejt */	
#gallerie img 
{
	height : 75px ;
	border : 10px solid white ;
}	

#container 
{
	background-color:#FFFFFF;
	border:3px #FFFFFF;
	height:300px;
	left:0px;
	position:relative;
	padding:5%;
	top:0px;
	width:90%;
}
#spalte1 img
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 80%;
	position: absolute;
	padding: 2%;
	top: 2%;
	width: 30%;
}
 #textspalte2 
{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	height: 80%;
	position: absolute;
	padding: 2%;
	top: 2%;
	width: 55%;
}
#spalte1 
{
	left: 3%;
}
#textspalte2 
{
	right: 2%;
}