<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body 
{
	padding:			0px;
	margin:				0px;
	border:				0px;
	margin-top:			0px;
	text-align: center;
}
#content
{
	position: relative;
	margin:	0px;
	padding: 0px;
	width: 920px;  
	height: auto !important;
	height: 600px; /* IE */
	min-height: 600px;
	margin:	0px auto;
  border: 0px solid black;
}
#main
{
  border: 0px solid green;
	position: relative;	
	padding: 2px 2px 30px 2px;
}
#rightmargin
{
	position: absolute;
	top: 0px;
  right:0px;
	float: right;
	/*background:	url(../img/plug_usb_kabel.jpg) top right repeat-y;*/
  margin: 0px 0px 5px 5px;
  padding: 0px;  
	display: block;
	width: 114px;
	min-height: 380px !important;
	height: 380px; /* IE */
  border: 0px solid blue;
  z-index: 0;
}
#last-article
{
  position: relative;
  display: block;
  border: 1px dotted gray;
  background-color: white;
  float: right;
  margin: 20px 10px 10px 10px;
  padding: 2px;
  width: 200px;
  font-size: 8pt;
  line-height: 140%;
  overflow: hidden;
  z-index: 10;
}
#header
{	
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto !important;
	min-height: 180px;
	height: 180px; /* IE */
  border: 0px solid blue;
}
#head
{
	position: relative;
	display: block;
	min-height: 30px !important;
	height: 30px;
	margin: 0px;
	padding: 0px 2px 0px 2px;	
}
#menu
{
	position: relative;
	display: block;
	float: left;
	left: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 140px;
	width: 780px;
}
#menu ul
{
	margin: 5px 0px 0px 0px;
  padding: 2px;
	clear: both;
	float: left;
}
#menu ul li
{
	font-weight:		bold;
	display:			block;
	list-style-type:	none;
}
#menupicture
{
  border: 0px solid green;
  width: 380px;
  height: 132px;
    margin: 2px 2px 2px 2px;
    float: right;
    clear: right;
    display: block;
    /*position: relative; 
    top: -123px; 
    right: 30px;*/
}

#footer 
{
	clear: both;
	height:	20px;
	display: block;
	width: 100%;
	position: fixed; 
    margin: 0px auto;
	bottom:	0px; 
	/*opacity: .5;
	filter:	alpha(opacity=50);*/
}

</pre></body></html>