* { padding: 0; margin: 0; }

body {
	background: #F2F2F2;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	}
	
#wrapper {
	width: 980px;
	background: #fff;
	margin: 0px auto;
	}
	
#head {
	width: 980px;
	height: 140px;
	background: #fff;
	padding: 0 20px;
	}
	
#head h1 {
	margin: 0px;
	padding: 0px;
	border-style: none;
	}
	
#content {
	background: #fff;
	width: 980px;
	height: auto;
	padding: 0 20px; 
	}
	
/* ------------ portfolio ------------ */
	
#portfolio { 
	float: left;
	width: 640px;
	padding-top: 20px;
	padding-right: 0px;
	margin-bottom: 20px;
	}

#portfolio a { 
	color: #666;
	font-weight: bold;
	text-decoration: none; }
		
#portfolio a:hover { 
	color: #D8D8D8;
	font-weight: bold;
	text-decoration: underline;
	}

#portfolio span { font-weight: bold; }

.galeriebild { 
	float: left;
	width: 200px;
	height: 200px;
	margin: 0px 10px 10px 0px;
	background: #333;
	}

#portfolio a img { border: #D8D8D8 1px solid; } 
#portfolio a:hover img { border: #999 1px solid; }

	
/* ------------ text_content ------------ */
	
h2,
h3 {
	font-size: 13px;
	font-weight: bold;	
	padding-bottom: 20px;
	line-height: 20px;
	}

h3 { padding-top: 20px;	}

.text_content { 
	float: right;
	width: 320px;
	height: auto;
	padding: 20px 0px 0px 0px;
	}
	
.text_content p { margin-bottom: 15px; }

.text_content a { 
	color: #666;
	text-decoration: underline; }
		
.text_content a:hover { 
	color: #D8D8D8;
	text-decoration: underline;
	}

.text_content span { 
	font-weight: bold; 
	color: #D8D8D8;
	}


/* ------------- rest ------------- */

.clearer {
	clear: both;
	font-size: 0;
	}	
	
#footer {
	background: #fff;
	width: 980px;
	height: 40px;
	padding: 0px 20px 0px 20px;
	font-size: 10px;
	text-align: center;
	}
	
#footer p { margin-bottom: 15px; }

#footer a { 
	color: #666;
	text-decoration: none; }
		
#footer a:hover { 
	color: #666;
	text-decoration: underline;
	}

#footer span { 
	font-weight: bold; 
	color: #D8D8D8;
	}
	
#news {
	background: #fff;
	width: 980px;
	height: 40px;
	padding: 10px 20px 0px 20px;
	font-size: 13x;
	font-weight: bold;
	text-align: center;
	}
	
#news p { margin-bottom: 15px; }

#news a { 
	color: #666;
	text-decoration: underline; }
		
#news a:hover { 
	color: #666;
	text-decoration: underline;
	}

#news span { 
	font-weight: bold; 
	color: #D8D8D8;
	}