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

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

html {height: 100%;}
body {
	/* Basisschriftgröße */
	font-size: 16px;
	height: 100%;
	background-image:url(images/page-bg.gif);
	background-repeat:repeat-y;
	background-color: #eeedee;
}

body.druckansicht {
	background-position: -360px top;
	padding-left:10px;
}

body, button, input, optgroup, option, select, textarea, pre {
	/* Basisschriftart */
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
}
.novis {display:none; visibility: hidden;}

#duscargo {
	width: 980px;
	background-image:url(images/topframe-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear:none;
}

#page-topframe {
	width: 890px;
	margin-left: 90px;
	clear:both;
	}
	
#page-logo img{ margin-top: 37px; border: 0px; margin-left: 14px; }
#page-logo {margin: 0 0; padding: 0 0; line-height: 1em;}

/* Hauptinhalt */
.pagetype-homepage  #maincontent {
	width: 800px;
	float:left;
	clear:both;
	margin-left: 90px;
	padding: 0 0;
}

.duscargo-page-bg {
	background-color:#f3f2f1;
	width: 800px;
	margin-left: 90px;
	float:left;
	clear:both;
	padding-top: 30px;
	}
#duscargo-leftframe {
	width: 180px;
	float: left;
	min-height: 200px;
	text-align:center;
	}
.frame-padder {
	margin: 0px auto;
	text-align:left;
}
#duscargo-leftframe  .frame-padder {
	width: 130px;
}

#duscargo-contentframes {
	width: 590px;
	float:left;
}

#duscargo-centerframe {
	width: 590px;
	float:left;
	clear:both;
	margin-bottom: 20px;
}

#duscargo-centerframe-left {
	width: 430px;
	float:left;
}

#duscargo-centerframe-right {
	width: 160px;
	float: left;
	text-align:center;
}
#duscargo-centerframe-right .frame-padder { width:120px; margin: 0px auto 0px 30px; }

#duscargo-contentframes-printlink {
	width: 590px;
	float:left;
	clear:both;
	font-size:0.75em;
	text-align:right;
	height: 30px;
}
#duscargo-contentframes-printlink a {display:block; height: 20px; margin: auto 0px;