
/* G E N E R A L
============================================*/
body	{
	background: #fff;
	margin: 36px 0 0 10px;
	}
	
a	{
	text-decoration: none;
	color: #333;
	}

a#rss	{
	color: #333;
	}

form	{
	margin: 0;
	padding:  0;	
	}

img	{
	border: 0;
	}

/* H E A D E R
============================================*/

#Header	{
	margin: 10px 0 0 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	}

#Header #MasterHeader	{
	z-index: 1;
	width: 622px;
	position: absolute;
	top: 2px;
	left: 2px;
	}	
	
#Header #HomeLink	{
	z-index: 999;
	width: 174px;
	height: 205px;
	position: absolute;
	top: 2px;
	right: 2px;
	overflow: hidden;
	background: transparent url("/img/logo/logoplatta.gif") top left no-repeat;
	}
	
#Header #TopNav	{
	z-index: 998;
	position: absolute;
	top: 10px;
	left: 12px;
	height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;	
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}


#Header #TopNav ul	{
	list-style: none;
	margin: 0;
	padding: 2px 0 0 0;
	text-align: center;
	vertical-align: middle;
	}


#Header #TopNav ul li	{
	display: inline;
	margin: 0;
	padding: 0 8px 0 7px;
	color: #999;
	vertical-align: middle;
	border-left: 1px solid #ddd;
	line-height: 20px;
	}

#Header #TopNav ul li:first-child	{
	border-left: 0;
}

#Header #Search	{
	margin: 0;
	padding: 0;
	z-index: 997;
	position: absolute;
	width: 330px;
	right: 0;
	top: 30px;
	margin: 0;
	padding: 0;
	text-align: right;
	display: none;
	}

#Header #Search input	{
	font-size: 11px;
	border: 1px solid #ccc;
	}

#Header #Logpanel	{
	z-index: 3;
	width: 220px;
	position: absolute;
	top: 45px;
	left: 285px;
	background: #fff;
	}

#Header #Logpanel p	{
	margin: 0;
	padding: 20px;
	}


/* E M P T Y
============================================*/

.PGemptyL	{
	background: #eee url('../img/empty_left.jpg') top right repeat-x;
	}

.PGemptyR	{
	background: #eee url('../img/empty_right.jpg') top left repeat-x;
	}

div.banner {
	margin: 0 0 10px 0;
	}

.PGthin		{
	background: #fff;
	}




