/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/


/**************************************/
/*              HEADER                */
/**************************************/

#header-boks {
				background: url(../img/baggrund-top.gif) no-repeat #fff;			
				}

#header-boks a {text-decoration:none;color:#000;}

/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/



/**************************************/
/*               FOOTER               */
/**************************************/



/**************************************/
/*               KWICKS               */
/**************************************/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}
.kwicks li{
	float: left;
	width: 190px;
	height: 75px;
	margin-right: 5px;
}

#kwick1 { 
	background-color: #53b388;
	background-image: url('../img/1.png');
}
#kwick2 {
	background-color: #5a69a9;
	background-image: url('../img/2.png');
}
#kwick3 {
	background-color: #c26468;
	background-image: url('../img/3.png');
}
#kwick4 { 
	background-color: #bf7cc7;
	background-image: url('../img/4.png');
}
#kwick5 { 
	background-color: #bf7cc7;
	background-image: url('../img/5.png');
	margin-right: none;
}
