* { 
	margin: 0px;
	padding:0px;
	}

a {				
	text-decoration: none;
    color: #75c044;
	}

a:link {				
    color: #75c044;
	}

a:visited {				
	color: #75c044;
	}

a:active {				
	color: #345345;
	}

a:hover {				
	color: #345345; 					
	}

p {				
	margin-top: 30px;    
	}

body {    
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
    background-image: url(hintergrund_pb.jpg);
    background-size: 100px 100px;
    }

#content {
    margin-top: 20px;
    margin-left: 30px;
    width: 1700px;
    height: auto;
    }

#whitebox { 
	float: left;
    width: 200px;
	height: auto;
	background: rgba(255, 255, 255, 0.7);
  	}

#info {
    margin: 7px;
    font-size: 12px;
    }
    
#navi {
    margin: 120px 0 0 7px;
    font-size: 12px;
    }

/*CONTAINER*/
.rechteck {
    width: 1420px;
    padding-bottom: 50px;
    margin-left: 230px;    
    }

/*BLÖCKE*/
.beschreibung {
    width: 1400px;
    height: auto;
    }

.text {
    font-size: 16px;
    font-style:italic;
    color: #1e1e1e;
    margin-top: 8px;
    margin-bottom: 80px;
    }

.text2 {
    font-size: 16px;
    font-style:italic;
    color: #1e1e1e;
    margin-top: 8px;
    margin-bottom: 10px;
    }

.textsub {
    font-size: 12px;
    font-style:italic;
    color: #1e1e1e;
    margin-top: 0px;
    margin-bottom: 80px;
    }

.copybox {
    width: 1420px;
    height: 20px;
    margin-left: 230px;
    margin-top: 200px;
    clear: both;
    }
    
#copyrights {
    font-size: 12px;
    color: #afb0af; 
    }
    