body        {
            font-family: Verdana, sans serif;
            background-color: #e0e8eb
            }

p.titel     {
            font-family: Verdana, sans serif;
            font-size: 16px;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            color: #303030;
            }

p.rubrik    {
            font-family: Verdana, sans serif;
            font-size: 14px;
            text-decoration: none;
            font-style: normal;
            font-weight: bold;
            color: #000000;
            }

p.ingress   {
            font-family: Verdana, sans serif;
            font-size: 12px;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            color: #000000;
            }

p.text      {
            font-family: Verdana, sans serif;
            font-size: 12px;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            color: #222222;
            }
            
p.textsmall {
            font-family: Verdana, sans serif;
            font-size: 10px;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            color: #222222;
            }            
            
.text      {
            font-family: Verdana, sans serif;
            font-size: 10px;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            color: #222222;
            padding: 1px;
            }

.intlogImage {
			margin-top: 5px;
			margin-bottom: 10px;
}
.intlogNrDiv {
			float: left;
			width: 160px;
}

a:link      {
            color: #143786;
            text-decoration: underline;
            }

a:visited   {
            text-decoration: underline;
            color: #000000;
            }

A:hover 	{
            text-decoration: underline;
            color: #104cd4;
            }

#header 	{
            position: absolute;
            text-align: center;
            left: 0px;
            right: auto;
        	width: 850px;
        	height: 165px;
        	top: 0px;
        	background-color: #e0e8eb;
      		}

#main		{
            position: absolute;
            margin-top: 4px;
            left: 140px;
        	width: 530px;
        	height: 425px;
        	top: 165px;
        	background-color: #ffffff;
        	color: #616161;
        	font-size: 11px;
        	padding: 0px;
        	overflow: auto;
        	}
      		
#sidebar	{
        	position: absolute;
        	text-align: center;
        	margin-top:4px;
        	width: 130px;
        	height: auto;
        	top: 165px;
        	right: 0px;
        	bottom: 0px;
        	left: 10px;
        	background-color: #e0e8eb
        	}

#banner		{
        	position: absolute;
        	text-align: center;
        	margin-left:4px;
        	margin-top:6px;
        	width: 160px;
        	top: 162px;
        	right: 0px;
        	left: 670px;

        	}
        	
#artikel	{
            padding: 0px;
            margin-top: 4px;
            margin-left: 6px;
            left: 10px;
        	width: 500px;
        	background-color: #ffffff;
        	color: #616161;
        	font-size: 11px;
        	}
        	
#annons     {
            position: absolute;
            text-align: center;
            left: 0px;
        	width: 850px;
        	height: 90px;
        	top: 602px;
        	background-color: #e0e8eb;
        	color: #222222;
            }
            
#frameleft  {
            position: absolute;
            left: 0px;
        	width: 4px;
        	height: 700px;
        	top: 0px;
        	background-color: #09235E;
            }
            
#frameright {
            position: absolute;
            left: 846px;
        	width: 4px;
        	height: 700px;
        	top: 0px;
        	background-color: #09235E;
            }
            
#framebottom{
            position: absolute;
            left: 0px;
        	top: 700px;
            }
            
#frametop   {
            position: absolute;
            left: 0px;
        	top: 0px;
            }
