/* 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:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;	*/
	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;
	background:white;
	color:#012A7C;
	text-align:center;
	min-width:740px;
	min-height:900px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:justify;
	max-width:900px;
}

#pghead {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	height:200px;
	/*background:transparent url("foto/schlei-ostsee-urlaub.gif") no-repeat left bottom;*/
	/*background:transparent url("foto/DSCF1293_Kopie_900-271.jpg") no-repeat left bottom;*/
	/*background:transparent url("foto/DSCF2762 Kopie_900-321.jpg") no-repeat left bottom;*/
	/*background:transparent url("foto/DSCF2302 Kopie_900-259.jpg") no-repeat left bottom;*/
	/*background:transparent url("foto/DSCF2794 Kopie_899-274.jpg") no-repeat left bottom;*/
	/*background:transparent url("foto/DSCF2762 Kopie_900-321.jpg") no-repeat left bottom;*/
}

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

#pgnav {
	display:table;
	list-style:none;
	white-space:nowrap;
	float:right;
}
#pgnav li {
	display:table-cell;
	margin:5px;
}
#pgnav li a, #pgnav ul #curlnk {
	font-size:80%;
	line-height:150%;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#ffffff;
	border-left:1px solid #175FED;
	border-right:1px solid #002D87;
}
#pgnav ul #curlnk {
	font-weight:bold;
}
#pgnav ul li a:hover {
	background:#0147d2;
}

#pgbody {
	width:100%;
	position:absolute;
	top:200px;
	margin:50px 0 0 0;
	font-size:90%;
}

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

#pgright {
	position:absolute;
	top:0;
	right:0;
	width:18%;
	margin:0 40px 40px 0;
	font-size:90%;
	line-height:1.25;
}

#pgmain {
	margin:0 25% 0 200px;
	padding:0 25px 0 0;
	min-height:900px;
}
	
#pgtail {
	clear:both;
	border-top:1px solid #657B37;
	margin:.5em 25px 0 40px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	color:#657837;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#3F5316;
}

.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;
}
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;
}

