html, body{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin:3; 
 padding:0; 
 text-align:center;
 background: #fff;
 scrollbar-face-color: #003300; scrollbar-arrow-color: #FFFFFF; scrollbar-base-color: #000000;} 
 
#pagewidth{
 width:700px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto;
 border-left:solid #E5E5E5 0px;
 border-right:solid #E5E5E5 0px;
 border-bottom:solid #E5E5E5 0px;
 border-top:solid #E5E5E5 0px;} 
 
#header{ 
  border-left:solid #003300 0px;
  border-right:solid #003300 0px;
  border-bottom:solid #003300 3px;
  border-top:solid #003300 0px;
  height:150px; 
  width:100%; 
  background: #f5f5f5 url('bilder/banner.jpg');} 
  
#web_icons{
	float: right;
	width: 92px;
	height: 24px;
	position: relative;}
 
#outer{
  border-left-width: 110px; /* right column width. NN4 hack to hide borders */ 
  border-left-color: #003300;  /* right column colour */
  border-left-style: solid;
  border-bottom:solid #003300 15px;
  border-right:solid #003300 15px; 
  background-color: #E5E5E5; /* center column colour */
  width: auto;}
 
#leftcol{
	width:110px;
	float:left;
	position:relative;
	margin-left:-110px;
	margin-right:0px;
	line-height:1.5;
	height: 292px;
}
 
#inner{margin:0; width:100%;}
 
#maincol{
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0px -8px 0px -2px;}
 
#outer>#inner { border-bottom: 1px solid #003300;  }
 
.clr{clear:both;}
 
.content{padding-left:5px;} /*padding for content */
.content{padding-top:1px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

h1 {
 border-top:1px solid #000000;
 border-bottom:1px solid #000000;
 border-left:1px solid #000000;
 border-right:1px solid #000000;
 padding-right:5px;
 padding-left:5px;
 padding-top:5px;
 padding-bottom:5px;}

h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 border-bottom:1px solid #000000;
 text-transform: uppercase;}

h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-decoration: bold;}

a:link {color: #000000; text-decoration:underline}
a:visited {color: #000000; text-decoration:underline}
a:hover {color: #003300; text-decoration:underline}
a:active {color: #000000; text-decoration:underline}

.menu:link {color:#FFF; text-decoration:none}
.menu:visited {color:#fff; text-decoration:none}
.menu:active {color:#fff; text-decoration:none}
.menu:hover {color:#fff; text-decoration:underline}

table,tr,td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-align: left;}

hr{color:#000000;}
