@charset "utf-8";

body {
       background-image:url(../bilder/bakgrund.jpg);
       background-repeat:no-repeat;
	   background-color: #666666;
	 }
.boxmain {
          width: 720px;
          position: absolute;
	      left: 270px;
	      top: 150px;
	      height: 500px;
          background-image: url(../bilder/bakgrund_box.jpg);
	      background-repeat: no-repeat;
	      background-color: #ffff33;
		  border: 12px ridge;
		  border-color: #999999;
          }

.boxtop {
          position: absolute;
	      left: 130px;
	      width: 1035px;
	      height: 60px;
	      top: 30px;
	      font-family: Verdana, Arial, Helvetica, sans-serif;
	      font-size: 48px;
	      font-style: italic;
	      font-weight: bold;

		}
		
.boxleft {
            position: absolute;
	        top: 200px;	
         	left: 20px;
	        width: 220 px;
	        height: 400 px;
         }
		 
.boxright {
	        position: absolute;
            top: 200px;
         	left: 1050px;
	        width: 200 px;
	        height: 300 px;
		  } 	  


.boxleftbottom{
	           position: absolute;
	           left: 20px;
	           width: 100 px;
	           height: 60 px;
	           top: 700px;
	           font-family:Verdana, Arial, Helvetica, sans-serif;
	           font-size: 14px;
	           font-style: italic;
	           font-weight: bold;
			   text-align: center;
			  }
			  		
.boxbottom {
             position: absolute;
			 left: 270px;
			 width: 740px;
			 height: 60px;
			 top: 700px;
		     font-family: Verdana, Arial, Helvetica, sans-serif;
			 font-size: 48px;
			 font-style: italic;
			 font-weight: bold;
            }
			
.boxrightbottom {
	           position: absolute;
	           left: 1045px;
	           width: 100 px;
	           height: 60 px;
	           top: 700px;
	           font-family:Verdana, Arial, Helvetica, sans-serif;
	           font-size: 14px;
	           font-style: italic;
	           font-weight: bold;
			   text-align: center;
			  }   
            
td {
     text-align: center;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: italic;
	 color: #000000;
	}
.bigtext{
         text-align: center;
         font-family:Verdana, Arial, Helvetica, sans-serif;
         font-size: 48px;
	     font-style: italic;
	     font-weight: bold;
	     color: #000000;
		 background-color:#999999;
	     text-decoration: underline;
	}
.stortext { 
           text-align: center;
	       font-family:Verdana, Arial, Helvetica, sans-serif;
	       font-size: 16px;
	       font-style: italic;
	       font-weight: bold;
	   	   text-decoration: underline;
           color: #000000;
		   background-color:#999999;
	      }
.litentext {
            font-weight: bold;
			background-color: #999999;
			}
.minitext{
           text-align: center;
	       background-color: #999999;
	       font-family:Verdana, Arial, Helvetica, sans-serif;
	       font-size: 9px;
	       font-style: italic;
	       font-weight: bold;
	       color: #000000;	
	      }		  		
			
a:link { text-decoration: none; color:#000000;}
a:active { text-decoration:none;  color:#00FF00;}
a:visited { text-decoration: none; color:#000000;}
a:hover { text-decoration:none; color:#00FF00;} 
