/* defaults */

* {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/150% Verdana,Helvetica,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/150% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	background:#B4B4B4;
	color:#242224;
	text-align:center;
	min-width:900px;
}

/* boxes, box specific typography */

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

#pghead {
	position:absolute;
	top:0;
	left:0;
	margin:0 4% 0 4%;
	width:92%;
	height:125px;
	border-left:2px solid #373737;
	border-right:2px solid #373737;
/* 	background:#373737 url("img/stampslogo.png") no-repeat 10px 30px; */
	background:#373737 url("img/logo1.png") no-repeat center;
}

#pglogo {
	font-size:300%;
	margin:30px 0 0 20px;
	color:white;
}


#pgbody {
	width:92%;
	position:absolute;
	top:110px;
	margin:0 4% 0 4%;
	padding:50px 0 0 0;
	background:white url("img/stampsvborder.gif") repeat-y 200px 0;
	font-size:80%;
/* 	line-height: 1.75; */
	line-height: 1.25;
	border:2px solid #373737;
	border-top:none;
}

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

#pgmain {
	margin:0 20px 0 220px;
	min-height: 750px;
}
	
#pgtail {
	clear:both;
    margin:1em 0 0 0;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:70%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#000000;
}
#pgtail a:hover, a:active {
	color:#0000FF;
}
#pgnav {
	margin:0;
	top:0;
	left:0;
	width:190px;
	position:absolute;
	background:transparent;
}
#pgnav ul {
	margin:0 10px 0 0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	border:1px outset #4F6577;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#B4B4B4;
 	background: #4F6577;
}

#pgnav ul li a:hover,#pgnav ul #curlnk a {
	color:#E7E7E7;
	width:auto;
	background:#344B5D;
}	
#pgnav ul #curlnk {
	font-weight:bold;
	background:#344B5D;
}

.txtflt {
	width:360px;
	font-size:120%;
	line-height:1.2;
	color:#161616;
	border:1px outset #4F6577;
	margin:0 auto;
	padding:5px;
	background:#E8E8E8;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}
.imgflt {
	border:1px outset #4F6577;
	margin:5px 5px 5px 5px;
	padding:5px;
	background:#E8E8E8;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .7em 0;
	color: #933B39;
	text-align: right;
	padding-bottom: .5em;
	border-bottom: 1px solid #242224;
}
h1 {	font-size:200%;}
h2 {	font-size:175%;}
h3 {	font-size:150%;}
h4 {	font-size:130%;}
h5 {	font-size:120%;}
h6 {	font-size:110%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
ul.style4  {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#202020;
}
a:visited {
	color:#303030;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
li.style1	{ line-height:25pt; }
li.style2	{ line-height:15pt; padding-bottom:10px;}
li.style3	{ line-height:20pt; }

li.style4	{ margin-bottom:5pt; }			 /* Absatzabstand NACH der Zeile */

.gross		{ font-size: 16px; }

table.n, td.n, th.n {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	padding: 10px;
	border: 1px solid #000000;
	text-align:left;
	}
img.keinrahmen { border: none; }


