/*	// __________________________________________________________________________________________________________________
	HTML
	*/
	
	html {
               height: 100%;
		margin: 0px;
		padding: 0px;
	}
	
	body {
                height: 100%;
		margin: 0px;
		padding-top: 0px;
	
		background: #000000 url(http://www.coldskills.com/images/design/bg_coldskills.jpg) repeat-x top;

		color: #454545;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 11px;
                line-height: 14px;

	}



/*	// __________________________________________________________________________________________________________________
	Common
	*/

	img { 
		border: 0px; 
	}
	
	a:link,
	a:visited,
	a:active {
		color: #44ae42;
		text-decoration: underline;
               font-size: 11px;
	}
	
	a:hover {
		color: #0a5e0c;
		text-decoration: none;
	}
	a.headings:link,
	a.headings:visited,
	a.headings:active {
		color: #44ae42;
		text-decoration: none;
               line-height: 18px;
               font-size: 18px;
	}
	
	a.headings:hover {
		text-decoration: underline;
	}
	


/*	// __________________________________________________________________________________________________________________
	Titles
	*/

	h1 {
             color: #44ae42;
             font-size: 24px;
             font-weight: normal;


	}
	.h1 {
             color: #44ae42;
             font-size: 24px;
             font-weight: normal;

	}
	
	h2 {
		margin-bottom: 3px;
                padding: 0px;

		color: #469948;
		font-size: 11px;
	}
	
	h3 {
		margin-bottom: 0px;
		margin-top: 0px;
		
		color: #44ae42;

		font-size: 16px;
	}
        .h3 {
               font-family: Verdana, Arial, Times;
               font-size: 17px;
               font-weight: normal;
               line-height: 20px;
               color: #4ba74e;
}
	}
        .h5 {
               font-family: Verdana, Arial, Times;
               font-size: 20px;
               font-weight: bold;
               color: #4ba74e;
}


/*	// __________________________________________________________________________________________________________________
	Header
	*/
	#container-header {
		width: 800px;
		height: 202px;
		background-image: url(http://www.coldskills.com/images/design/header.jpg);
	}
	


/*	// __________________________________________________________________________________________________________________
	Containers
	*/

	#container-all {
		width: 800px;
		background-color: #FFF;
               border: 10px solid #626b74;
		text-align:left;
               padding-bottom: 45px;

	}

	#container-middle{
	       width: 800px;
               min-height: 100px;
	       background: #FFFFFF url(http://www.coldskills.com/images/design/bg_main_top2.jpg) repeat-x top;

	}
	
	#container-left{
		width: 535px;
                padding-left: 20px;
                padding-right: 25px;
                padding-top: 40px;
                float: left;
                font-size: 11px;
                height: 100%;
	
	}
	#container-right{
		width: 200px;
                padding-left: 5px;
                padding-right: 15px;
                padding-top: 45px;
                font-size: 11px;
		float: left;
                height: 100%;
	}
				#container-right .text{
					padding: 2px 15px 2px 15px;
	}

       #container-footer{
                width: 800px;
                background-color: #FFF;
                height: 20px;
                border-top: 1px solid #f0f0f0;
                padding-top: 5px;
                font-size: 9px;
                color: #aeaeae;
                text-align: center;
               position: relative;
               bottom: 35px;
       }
      #container-guider{
         width: 686px;
         height: auto;
         padding-right: 30px;
         padding-bottom: 30px;
         padding-left: 30px;
         text-align: left;
         border: 2px solid gray;
}


/*	// __________________________________________________________________________________________________________________
	Webbshop
	*/
	#container-middle-webbshop{
	       width: 760px;
               padding: 20px;
               height: auto;
              background: #FFFFFF url(http://www.coldskills.com/images/design/bg_main_top2.jpg) repeat-x top;


	}

