/*
	CSS Document: css_template.css
	Version: 1.0 | Date: 2008-01-23
	Project: www.zollexpress.com
	Author: websLINE, 2008
	-------
*/


/* HAUPTEINSTELLUNGEN  */

*	{
	margin: 0; padding: 0;
	}
img {
	border: 0;
	display: block;
	}
#main img {
	display: inline;
	}
#main-right img {
	border: 1px solid #000;
	}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
	}
.clearfix { display: block; } /* Diese Angabe benötigt der Safari-Browser zwingend !! */
.nolist {
	list-style: none;
	}
body {
	text-align: center;
	background: #fff;
	padding: 0 0 30px 0;
	}
#content ul, .content ul {
	margin: 20px;
	}


/* DESIGN AUFBAU */

#site {
	position: relative;
	width: 940px;
	text-align: left; 
	margin: 0px auto;
	}


/* Head*/

#header {
	background: url(img_bg-site.gif);
	padding: 50px 0 0 0;
	}
.headlinks {
	padding: 0 40px 10px 40px;
	position: relative;
	}
.headlinks li {
	display: inline;
	}
.headlinks a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-size: 0.9em;
	padding: 0 5px 0 0;
	}
.headlinks a:hover {
	font-weight: bold;
	}
.logo {
	display: block;
	width: 298px;
	height: 175px;
	float: left;
	padding: 75px 0 0 0;
	background: #000;
	border-top: 9px solid #fff;
	border-bottom: 1px solid #1F1A17;
	}
.logo img {
	margin: 0 auto;
	}
.headimage {
	float: right;
	border-top: 9px solid #fff;
	border-bottom: 1px solid #1F1A17;
	}
.navi {
	clear: both;
	float: left;
	width: 657px;
	background: #fff;
	padding: 9px 0;
	}
.enquiry {
	float: right;
	width: 283px;
	background: #fff;
	padding: 9px 0;
	}
.enquiry a {
	display: block;
	height: 12px;
	padding: 4px 18px;
	}


/* Main */

#main {
	width: 100%;
	background: url(img_bg-site.gif);
	}
#main-left {
	float: left;
	width: 657px;
	}
#main-right {
	float: right;
	width: 247px;
	padding: 0 18px 25px 18px;
	}
#content {
	padding: 50px 40px 40px 40px;
	}
#contentBottom {
	padding: 0 20px 15px 20px;
	}
.print {
	float: right;
	}
.breadcrumbs {
	}


/* Footer  */

#footer {
	margin: 9px 0 0 0;
	padding: 9px 0 0 0;
	border-top: 1px solid #020202;
	}
#footer p {
	margin: 0; padding: 0;
	}
.websline {
	float: right;
	}