/* 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:#044130 url("img/platengarten-1.jpg") no-repeat 50% 120px;
	color:#F9F2E0; 
	text-align:center;
	min-width:640px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1200px;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:134px;
	background:url("img/hotel-platengarten.gif") no-repeat 50% 0px;
	visibility: visible;
}

#pglogo {
	font-size:300%;
	margin:0px 0 0 40px;
}


#pgbody {
	width:100%;
	position:absolute;
	top:550px;
	margin:25px 0 0 0;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:180px;
}

#pgright {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	margin:0 25px 40px 0;
	font-size:90%;
	line-height:1.5;
}

#pgmain {
	margin:0 28% 0 240px;
	padding:0 8px 0 0;
}
	
#pgtail {
	clear:both;
	border-top:1px solid #3A4652;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#B09A5E}

#pgtail {
	clear:both;
	border-top:1px solid #3A4652;
	margin:.5em 25px 0 40px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#B09A5E;
}

#pgnav {
	font-size:95%;
}
#pgnav ul {
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
}
#pgnav ul li a, #pgnav ul #curlnk {
	color:#F9F2E0;
	text-decoration:none;
	display:block;
	margin:.5em 5px .5em 5px;
	padding:0 0 0 15px;
	border-left:3px dotted #F9F2E0;
	width:120px;
}
#pgnav ul li a:hover {
	border-right:3px double #B09A5E;
	border-left:3px double #B09A5E;
	color:#ADA960;
}
#pgnav ul #curlnk {
	color:#B09A5E;
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#F9F2E0;
	border:1px outset #044130;
	margin:0 0 0 10px;
	padding:.5em 5px .5em 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:#F9F2E0;
}
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:#ADA960;
}
a:visited {
	color:#FFFFFF;
}
a:hover, a:active {
	color:yellow;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

