body { 
	background-color: #ccc; 
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	/*text-transform: uppercase;*/
	font-weight: lighter;
}
		
.content-wrap { 
	margin: 30px auto 0; 
	background: url("background.jpg") repeat 0 0 transparent;
	width: 1024px;
	min-height: 768px;
	border: 1px solid #666666;
	
}
.image {
	display: flex;
	background: url("laden.png") no-repeat 0 bottom transparent;
	padding-bottom: 310px;
}

.logo {
	width:309px;
	height: 155px;
	margin-left: 100px;
	margin-top: 30px;
}

.text{
	width: 520px;
	margin-left: 100px;
	margin-top: 10px;
}

.kontakt{
	width: 190px;
	margin-left: 100px;
	font-size: 8pt;
}

.right {
	background: rgba(43,140,159,0.4);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	padding: 180px 15px 40px;
}

.footer {
	width:1024px; text-align: right; margin: 0 auto;
	color:#999; font-size:smaller;
}
.footer a {color:#eee;
}