@charset "UTF-8";
/* CSS Document */



body  {
	font-family:helvetica,arial,sans-serif;
	font-size: 12px;	
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #616161;
	
}

p, h1, h2, h3, h4, h5, h6, h7, li, th, td, div {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #616161;
}
a:hover {
	text-decoration: underline;
	color: #616161;
}

img { border: 0 none; }

#top {
	height: 50px;
	font-family: tahoma, helvetica, arial, sans-serif;
	background: url(../images/bg/topnav_bg.png) top repeat-x;
	border-bottom: 1px solid #616161;
	margin: 0 auto;
	padding: 0;
	top: 100%;
	overflow: hidden;
}

#top .topnavigation {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	top: 100%;

}

#top .topnavigation p{
	float: left;
	color: #FFFFFF;
	font-size: 15px;
}

#top .topnavigation p a{
	color:#FFFFFF;
	text-decoration: none;
}

#top .topnavigation ul{
	list-style-type: none;
}

#top .topnavigation ul li {
	float: right;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}


#top .topnavigation ul li  a{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	padding: 10px;
}


#top .topnavigation ul li a:hover {
	color: #000000;
}


 #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #616161;
	text-decoration: none;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 60px 0 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*bildegalleri*/

.imgFloat {
	float: left;
	width: 92px;
	

}

.imgFloat img {
	display: block;
	border: 1px solid #000000;
	margin: 0 auto;
}

.imgFloat img:hover{
	border: solid 1px #00CCFF;
}


/* Leftcol start*/

#leftcol {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 50px;

}




#leftcol ul{
	width: 250px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	float:left;
	list-style-type: none;
	color:#000000;
	border-bottom: 1px solid #616161;
	padding-top: 10px;
}

#leftcol ul li{
	padding-bottom: 2px;


}

#leftcol ul li a{
	text-decoration: none;

}


#leftcol ul h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
   	font-size: 15px;
	color: #000000;
	padding-left: 70px;
	padding-bottom: 4px;

}

#leftcol ul li a{
	font-size: 12px;
	color: #616161;
	padding-bottom: 4px;
}

#leftcol ul li img{
	border:1px solid #B0B0B0;
	float:left;
	margin: 15px 15px 10px 0;
	padding:1px;

}


#leftcol ol{
	list-style-type: none;
}

#leftcol ol li{
	text-decoration: none;

}


#leftcol ol li a{
	font-family:helvetica,arial,sans-serif;	
	font-size: 12px;
	color: #616161;
	padding-left: 5px;

}

#leftcol ol li a.indent img.knapp { 
	margin: 0 5px 0 0;
	padding: 0;
	text-decoration: none;
	border: none;
	float: none;
}
	
#leftcol ol li:visited{
	background-position: right top;
}


#leftcol ol li:hover{
	text-indent: 10px;

}

#leftcol ul li a:hover {
	color: #1D96B8;

}



/*End leftcol*/


/*MainContent Start*/

#mainContent {
	width: 550px;
	float: left;
	padding: 40px 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left: 40px;
}


#mainContent h1 {
	font-size: 15px;
	color: #000000;
	border-bottom: 1px solid #616161;
	font: 'helvetica neue',sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom: 20px;
	
	}
	
	
	
#mainContent2 {
	width: 590px;
	float: right;
	background-image: url(../images/bg/tegnekurs.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: none;
	padding: 0;
}

/*#mainContent h1{
	font-size: 18px;
	font-family:helvetica,arial,sans-serif;
	color: #000000;
	border-bottom: 1px solid #616161;
	margin-bottom: 20px;

}*/

#mainContent h2{
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000000;
	padding-bottom: 15px;

}

#mainContent h3{
	color:#000000;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: double 1px #616161;

}

#mainContent p{
	font-size: 13px;

}

#mainContent img{
	margin-right: 15px;
	border: 1px solid #F2F2F2;


}

#mainContent img:hover{
	border-left: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-top:1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
}


#mainContent ul{

}


#mainContent ul li{
	padding-bottom: 5px;

}

#mainContent ul li {
	color:#616161;
	text-decoration: none;
	font-size: 13px;
	
}

#mainContent ul li a:hover {
	color: #1D96B8;
	text-indent: 5px;
}




 .tekst{
 	float: left;
	width: 500px;
	padding-bottom:10px;
	margin-top: 15px;
}
 
 
 .tekst p{
	font-size: 12px;
	padding: 5px 0px 5px 0px;

}

/*BOX WRAPPER START*/


#mainContent .box-wrapper {
	width: 140px;
	float: left;
	margin: 0;
	padding: 10px;
	border: 2px solid #CCCCCC;
	background-color:#000000;	
}





#mainContent .box-wrapper a, #content .box-wrapper a:visited {
	text-decoration: none;
	color: #999999;


}


#mainContent .box-wrapper a:hover { color: #993300; font-weight: bold;}

#mainContent .box-header {
	height: 5px;
	line-height: 32px;

}




#mainContent .box-content {
	height: 180px;
	padding: 8px;
	background-color: #000000;
}


#mainContent .box-content a {
	margin: 10px;
	padding: 1px;
	border: #000000;
}

#mainContent .box-footer p{
	font-size: 10px;
	color:#F2F2F2;

}


#mainContent .box-footer{
	height: 150px;

	
}

#mainContent .box-footer h4 {
	font-size: 12px;
	color: #F2F2F2;
	padding-top: 5px;
}	


#mainContent .box-footer p{
	padding-bottom: 15px;
	padding-left: 5px;
}



/*GALLERY START*/


.galleria{

list-style:none;
width:200px

}
.galleria li{
display:block;
width:80px;
height:80px;
overflow:hidden;
float:left;
margin:0 10px 10px 0

}
.galleria li a{
display:none

}
.galleria li div{
position:absolute;
display:none;
top:0;
left:180px
}
.galleria li div img{
cursor:pointer
}
.galleria li.active div img,.galleria li.active div{
display:block
}
.galleria li img.thumb{
cursor:pointer;
top:auto;
left:auto;
display:block;
width:auto;
height:auto;

}
.galleria li .caption{
display:block;
padding-top:.5em;

}
* html .galleria li div span{width:400px} /* MSIE bug */

/*GALLERY END*/

/*BOX WRAPPER END*/

#footer{
	background: #000000;
	height: 300px;

}


.footerdesign {
	width: 940px;
	margin:0 auto;
	padding: 0;
	bottom: 100%;
}


.footerdesign h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
   	font-size: 15px;
	color: #1D96B8;
	padding-top: 5px;
}


.footerdesign ul{
	width: 250px;
	list-style-type: none;
	text-align: left;
	float: left;
	padding-right: 50px;
}


.footerdesign ul li{
	font-size: 12px;
	color:#FFFFFF;
	padding-bottom: 2px;
	
}

.footerdesign ul li a{
	color:#B0B0B0;

}

.footerdesign ol {
	width: 150px;
	list-style-type: none;
	text-align: left;
	float: left;
}


.footerdesign ol li{
	float: left;
}

.footerdesign ol li img{
	margin-left: 8px;
	padding-top: 20px;


}

.footerdesign p{
	padding-top: 200px;
	padding-left: 30px;
	font-size: 10px;
	text-align: left;


}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


 
