body {
		background-color:white;
		color:black;
		font-family: Trebuchet MS, Arial, Tahoma, Verdana;
		
		}
		
div {
		border: 0px solid blue;
		margin-left: 30px;	
		
		}
h1 {
		font-size: 105%;
		font-weight: normal; 
		margin-bottom: 40px;		
		}
		
.images {
		border: 0px solid red;


		}
		
.construct {
		border: 0px solid red;
		padding-left: 70px;	
		padding-top:1px;
		padding-bottom:1px;
		background-color:rgb(210,214,110);
		color: white;
		width: 100%;
		margin-left: -10px;	
		margin-top: -10px;	
		}
		
.site {
		margin-top: 35px;	

		}
		
.titel {
		font-size: 67%; 
		

		}
		
.titel p{

		padding-right:5px;
		

		}
.x{
		padding-top: 20px; 	
		font-size: 71%; 


		}
		
.exh {
	
		font-size: 78%; 	
		}
		
.exh p{
		line-height: 75%;
		}
a {
            cursor: pointer;
            }
            
            
        a:link {
            color:rgb(10,10,10);
            text-decoration: none;
			}
        a:visited {
            color:rgb(40,40,40);
            text-decoration: none;
			}
        a:hover {
            color:rgb(100,100,100);
            text-decoration: none;
			}
        a:active {
             color:rgb(150,150,150);
            text-decoration: none;
			}

