/* Global Properties */
@media print{
.ohnedruck{ display:none;}
}
body {
	margin: 0px;
	background-color: #F2F2F2;
	font-size: 8pt;
	font-family: Verdana;
}
a {
	color: #4E4F43;
}
a:hover {
	color: #2D2E2A;
}
/* Top mini-navigation */
#nav {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	padding-right: 100px;
}
#nav a {
	color: #E7E9DC;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
/* Banner */
#banner {
	background-color: #172028;
	background-image: url('images/upsbanner1.gif');
	background-repeat: repeat-y;
	border-bottom: 2px solid #2A343D;
	padding-top: 32px;
	padding-bottom: 32px;
	padding-left: 10px
}
#banner h1 {
	font-family: verdana;
	color: #E7E9DC;
	font-weight: normal;
	font-size: 250%;
	margin: 0px;	
}
/* The entire left column */
#left {
	border-left:medium none; border-top:medium none; width: 15%;
	float: left;
	background-color: #E7E9DC;
	margin:0px;
	repeat-y;
	border-bottom: 1px solid #;
	color: #4E4F43
}
/* The links on the left side */
#fullnav a {
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	padding-left: 5px;
	border-bottom: 1px solid #BBBEAB;
	border-right: 1px solid #D2D3C6;
	border-right: 100%;
	border-top: 1px solid #D2D3C6;
	color: #1E2B31;
	text-decoration: none;
}
#fullnav a:hover {
	background-color: #D1D3C3;
}
/* The headings on the left */
#left h1 {
	font-size: 100%;
	margin: 0px;
	padding-left: 2%;
	margin-top: 3px;
	margin-bottom: 0px;
}
/* Left paragraph text */
#left p {
	padding: 5px;
	margin: 0px;
	margin-bottom: 3px;
	margin: 0px;
}
/* The entire right column */
#right {
	float: left;
	width: 80%;
	margin-left: 0.8%;
	color: #65675D;
}
/* right column headers */
#right h1 {
	margin: 3px;
	font-size: 175%;
	color: #3D3E37;
}
#right h2 {
	margin: 2px;
	font-size: 120%;
	color: #3D3E37;
}
#right h3 {
	margin: 3px;
	font-size: 140%;
	color: #3D3E37;
}

/* right paragraphs */
#right p {
	padding-left: 6px;
	margin: 0px;
	margin-bottom: 5px;
}
/* right images */
#right img {
	float: right;
	border: 1px solid #979A84;
	margin-left: 4px;
	margin-bottom: 4px;
}
/* Use class="left" if you want your image to be on the left */
#right .left {
	float: left;
	margin-left: 5px;
	margin-right: 4px;
	margin-bottom: 0px;
}
/* Footer */
#footer {
	background-color: #4D5C63;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 2px solid #2A343D;
	color: #E7E9DC;
	text-align: right;
	float: left;
	width: 100%;
}
#footer p {
	padding-right: 100px;
	margin: 0px;
}
#footer a {
	color: #E7E9DC;
	border-bottom: 1px dashed #E7E9DC;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 0px;
}
