@charset "utf-8";
/* CSS Document */
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

*+html .clearfix{
  min-height: 1%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
BODY
{
    font-size: 11px;
    margin: 8px 0px 0px;
    font-family: Trebuchet MS, Verdana,Arial, sans-serif;
    background-color: white;
    text-align: center;
    min-width: 681px;
    background-image:url(bilder/backcolor.gif);
    background-repeat:repeat-x;
    
    
}
#wrapper
{
    margin: 0px auto 4px;
    width: 681px;
    background-color: #ffffff;
    text-align: left;
}
#topblock
{
    height: 70px;
    background-image: url(bilder/topdelen.gif);
    background-repeat: no-repeat;
}

/*#topmenu
{
    height: 20px;
    background-image: url(bilder/menu.gif);
    background-repeat: no-repeat;
    padding-top: 8px;
    margin-top:-1px;
    
}*/

.topmenuItem
{
    padding-right: 2px;
    padding-left: 30px;
    margin-right: 15px;
    text-decoration: none;
    color: #A7A7A7;
}
.topmenuItem:hover
{
    text-decoration: none;
    color: white;
}
#toppicture
{
    height: 96px;
    background-image: url(bilder/flash.png);
    background-repeat: no-repeat;
    
}

#content
{
    margin: 0px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
	float:left;
	width:679px;
}
IMG
{
    border-top-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    padding:2px 0px 2px 0px;
    border-color:#454545;
    margin-left:2px;
    
}
#logo
{
    border-top-width: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-width: 0px;
    float: left;
    border-bottom-width: 0px;
    padding-bottom: 0px;
    margin: 4px 8px 4px 4px;
    padding-top: 0px;
    border-right-width: 0px;
}
#menu
{
    padding-right: 0px;
    padding-left: 5px;
    padding-bottom: 4px;
    padding-top: 18px;
    background-image: url(bilder/overlay.jpg);
    background-repeat: no-repeat;
}
.menuItem
{
    
    margin-left: 9px;
    padding-right: 2px;
    background-position: 0px  50%;
    padding-left: 8px;
    background-image: url(bilder/arrow.gif);
    color: black;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family:Trebuchet MS,arial;
    font-size:11px;
   
    
    }
.menuItem:hover
{
    background-position: 2px 50%;
    background-image: url(bilder/arrow.gif);
    background-repeat: no-repeat;
    text-decoration:underline;
    color: black;
}
#footer
{
    clear:both;
    height:72px;
    background-image: url(bilder/footer.gif);
    background-repeat: no-repeat;
    padding-top:19px;
    text-align: center;
    color:Gray;
    font-family:Trebuchet MS;
 
}
H1
{
    font-size: 16px;
    margin: 0px  0px 4px;
    color: #454545;
    font-family: Trebuchet MS, Arial;
    
}
H2
{
    padding-right: 2px;
    padding-left: 0px;
    font-size: 12px;
    padding-bottom: 0px;
    margin:  4px 0px 2px;
    color: #454545;
    padding-top: 0px;
    font-family: Trebuchet MS, Arial;
}
P
{
    margin: 2pt 0pt 4pt;
}
.colleft
{
    padding-right: 0px;
	float:left;
    padding-bottom: 8px;
    width: 131px;
    height: 300px;
    padding-top: 13px;
    
    margin-top: 16px;
    margin-left:5px;
    
    background-image: url(bilder/menybak.gif);
    background-repeat: no-repeat;
}
.colmiddle
{
 margin-top:16px;
 width:380px;
 float:left;
 margin-left:10px;    
 }
 .colmiddle2
{
 margin-top:16px;
 width:520px;
 position:absolute;
 margin-left:146px;    
 }
 
 
.colright
{
    padding-right:0px;
    width: 120px;
    margin-top: 10px;
	float:right;
    margin-bottom: 16px;
    margin-right:10px;
   
}
.colmiddle2 IMG
{
 float:right;
 margin-left:10px;
 margin-top:5px;   
}
PRE
{
    font-size: 0.8em;
    font-family: Verdana, Arial, sans-serif;
}

.bigcol12
{
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    padding-bottom: 8px;
    width: 440px;
    padding-top: 8px;
}
A
{
    color: gray;
    text-decoration: none;
}

A:hover
{
    color: black;
    text-decoration:underline;
}

.gray2
{
 background-color:#E4E4E4;
}
