@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px; 
	margin-top:0px;
	margin-left:75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

/* Text Formatierung */

h1 {
	width: 495 px;
	font-size: 18px; 
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}

h2 {
	width: 495px;
	font-size: 14px; 
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}

h3 {
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
}


.rot {
	color: #D30000;
	font-style: italic;
}


/* Navigation IMG */

#Startseite {
	width: 180px;
	height:22px;
	overflow:hidden;
	position: relative;
	}
#Startseite span {
	
	background: url(../img/navigation_00_startseite.png) no-repeat;
	position: absolute;
	width: 180px;
	height: 45px;
	}


#Exportverpackungen {
	font-size:15px;
	width: 180px;
	height:45px;
	overflow:hidden;
	position: relative;
	}
#Exportverpackungen span {
	
	background: url(../img/navigation_01_exportverpackungen.png) no-repeat;
	position: absolute;
	width: 180px;
	height: 45px;
	}
	
#Produkte {
	
	width: 160px;
	height:22px;
	overflow:hidden;
	position: relative;
	}
#Produkte span {
	background: url(../img/navigation_02_produkte.png) no-repeat;
	position: absolute;
	width: 160px;
	height:22px;
	}
	

#Anfahrt {
	
	width: 160px;
	height:22px;
	
	overflow:hidden;
	position: relative;
	}
#Anfahrt span {
	background: url(../img/navigation_03_anfahrt.png) no-repeat;
	position: absolute;
	width: 160px;
	height:22px;
	margin-bottom:100px;
	}


#Kontakt {
	
	width: 160px;
	height:22px;
	overflow:hidden;
	position: relative;
	}
#Kontakt span {
	background: url(../img/navigation_04_kontakt.png) no-repeat;
	position: absolute;
	width: 160px;
	height:22px;
	}




/* Abschnitte */


.all {
	width: 850px;
	height:90%;
}


.navigation {
	margin-right:25px;
	float:left;
	
	width:240px;
	}

	.navigation .cube {
	background: url(../img/navigation_bg.png);
	background-repeat:repeat;
	font-family: Arial, Helvetca, sans-serif;
	color: white;
	font-size: 21px;
	line-height:22px;
	text-transform: uppercase;
	width:225px;
	height:225px;
	padding-left:15px;
	padding-top:15px;
	background-color:#d30000;
	margin-top:220px;
	}
	
	.navigation .cube a  {
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
.content {
	float:left;
	width:545px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 16px;
	
}

	.content .img {
		width:550px; 
		height:170px;
		margin-bottom:15px;
		background-color:white;
	}
	
	.content .img .img_small,  .content .img .img_small script{
		margin-right:10px;
		float:left;
	}
	
	
	
	.content .img .img_small img {
		margin-bottom:10px;
	}
	
	.content .left {
		width: 245px;
		float:left; 	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
		line-height: 16px;
		margin-right: 15px;
		float:left;
	
	}
	
	.content .grey {

	font-style:italic;
	
	}
	
	.content .left a, .content a {
		color: #d30000;
		text-decoration:none;
	
	}
	
 .impressum {
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	font-size: 12px;
	color:#333333;
	margin-left: 14px;

}
	.impressum a {
	color:#CCCCCC;
	text-decoration: none;
	
	}
