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

body {    
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-image:
	url(images/background.jpg);
	}
	
#all {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	}	
	
#header {
	width: 920px;
	height: 150px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#logo {
	width: 920px;
	height: 28px;
	}
	
#kontakt {
	width: 920px;
	height: 18px;
	}	

#content {
	width: 930px;
	height: auto;
	}	

	

#box {
	position: relative;
	width: 300px;
	height: 225;
	margin: 5px;
	float: left;
	z-index: 1;
	}

#titel {
	position: absolute;
	width: auto;
	height: 12px;
	z-index: 2;
	margin-bottom: 2px;
	margin-right: 2px;
	max-width: 276px;
	right: 7px;
	top: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	}	
	
#subtitel {
	position: absolute;
	width: auto;
	height: 10px;
	z-index: 2;
	margin-bottom: 2px;
	margin-right: 2px;
	right: 10px;
	top: 24px;
	font-size: 8px;
	letter-spacing: 1px;
	}		

#date {
	position: absolute;
	width: auto;
	height: 8px;
	z-index: 2;
	margin-bottom: 12px;
	margin-right: 2px;
	right: 10px;
	top: 207px;
	font-size: 8px;
	letter-spacing: 1px;
	}
	
#titel2 {
	background-image:url(images/transparenz.png);
	position: absolute;
	width: auto;
	height: 12px;
	z-index: 2;
	margin-bottom: 2px;
	margin-right: 2px;
	right: 10px;
	top: 10px;
	font-size: 10px;
	letter-spacing: 1px;
	}	
	
#subtitel2 {
	background-image:url(images/transparenz.png);
	position: absolute;
	width: auto;
	height: 10px;
	z-index: 2;
	margin-bottom: 2px;
	margin-right: 2px;
	right: 10px;
	top: 24px;
	font-size: 8px;
	letter-spacing: 1px;
	}		

#date2 {
	background-image:url(images/transparenz.png);
	position: absolute;
	width: auto;
	height: 8px;
	z-index: 2;
	margin-bottom: 12px;
	margin-right: 2px;
	right: 10px;
	top: 205px;
	font-size: 8px;
	letter-spacing: 1px;
	}	
	
a img {
border : 0 none;
}

#copys {
	width: 920px;
	height: 10px;
	font-size: 10px;
	color: #333;
	margin-left: 5px;
	margin-right: 5px;
	clear: left;
	margin-top: 255;
	}

