﻿/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
font: 14px Arial, Helvetica, sans-serif;
/*	font:normal 90%/140% Arial; */
	background:white;
	color:#012A7C;
	text-align:center;
	min-width:720px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:1065px;

}

#pghead {
	position:absolute;
	top:20px;
	left:0;
	width:900px;
	height:190px;
	background:transparent url("img/meadow1-sxc728887.png") no-repeat left bottom;
	background:url("/img/header_umzugsspedition.jpg") no-repeat;
}

#pglogo {
	padding:2px 0;
	background:transparent url("img/meadownavbg.png") repeat-x bottom left;
	position:absolute;
	height:30px;
	right:0;
	width:100%;
	bottom:0px;
}

#pgnav {
	font:normal 16px Helvetica, sans-serif;
	color: #fff000;
	width: 950px;
	display:table;
	list-style:none;
	white-space:nowrap;
	float:left;
}
#pgnav li {
	color: #fff888;
	border-right: 0px;
	list-style:none;
	float: left;
	margin:0 0;
	padding-top: 2px;
	
}
#pgnav li a, #pgnav ul #curlnk {
	color: #fff888;
	font-size:80%;
	line-height:150%;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	border-left:1px solid #175FED;
	
}
#pgnav ul #curlnk {
	font-weight:bold;
}
#pgnav ul li a:hover {
	background:#0147d2;
}

#pgbody {
	float: left;
	width:900px;
	position:absolute;
	top:215px;
	margin:0px 0 0 0;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:155px;
	font-size:90%;
	line-height:1.25;
}

#pgright {
	position:absolute;
	top:0;
	right:0;
	width: 164px;
	height: 100%;
	margin:0 0px 40px 0;
	font-size:90%;
	line-height:1.25;
	color:#818181;
	background-color:#cadaed;
}

#pgmain {
	margin:0 20% 0 20px;
	padding:20px 25px 40px 0;
	height: auto;
}
	
#pgtail {
	clear:both;
	width: 100%;
	border-top:1px solid #657B37;
	margin:.5em 25px 0 20px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	color:#003FBA;
}
#pgtail p {
	border-top: 0px;
	margin:0;
	color:#003FBA;
}
#pgtail a {
	color:#003FBA;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#003FBA;
	border:2px outset #3F5316;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#657B37;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}

p {
	clear: both;
}

ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#012A7C;
}
a:visited {
	color:#888888;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

#banner {
	float: right;
	padding: 0 0 0 5px;
	}
	
#tip a{
	text-decoration:none;
}

#tip a:hover{
	color:#012a7c;
	font-weight:bold;
}

#tip a:visited{
	color:#012a7c;
}

#tip li{
	font-size:11px;
	margin-left:-20px;
	list-style:disc;
	list-style-position:outside;
	color:#012a7c;
}