*{font-size: 1em; margin: 0; padding: 0; }

body { #fff; font-size: 0.75em; font-family: "Trebuchet MS"; color: #000; margin: 0; padding: 0; }
a img { border: none; }
p { color: #6b6a6a; line-height: 15px; padding-top: 20px; }



#logo {
	margin: 40px 0 0 50px;
}	

#menu {	
	height: 42px; 
	float: left;
	background: #6b6a6a;
	width: 900px;	
	margin: 20px;
}

#menu li {
	float: left;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin: 0px;
	padding: 0px 0 0 50px;	
}

#menu a {
	color: #fff;
	text-decoration: none;	
	float: left;	
	padding: 13px 5px 11px 10px;
	
}

#menu a:hover, #menu .current a { 
	background: #a0a0a0;
}

#content {	
	width: 950px;
	clear: both;	
}

#content_left { 
	width: 260px;
	float: left;	
}

#content_main { 
	width: 500px;
	float: left;
	padding: 30px 50px 0 100px;		
}

#content_main h1 { color: #6b6a6a; font-family: "Trebuchet MS"; font-size: 20px; font-weight: normal; padding-bottom: 15px; }
#content_main h2 { color: #000; font-family: "Trebuchet MS"; font-size: 13px; font-weight: normal; padding: 10px 0 5px 0; }
#content_main p { color: #6b6a6a; line-height: 15px; padding: 0; padding-bottom: 10px; }
#content_main li { list-style: none; color: #6b6a6a; line-height: 15px; padding: 0; }

.kurs { margin-left: -20px; }
.kart { float: right; }

#content_main a { 
	color: #ff7000;
	text-decoration: none;
}

#content_main a:hover {	
	color: #6b6a6a;
	text-decoration: underline;
}

.galleri { float: left; margin: 8px; }
.galleri img { padding: 3px; border: 1px solid #3c3c3c;}

#content_main #galleri h1 { clear: both; }
#content_main #galleri .caption { text-align: center; color: #ff7000; }

#bottom { 
	height: 90px; 
	float: left;
	background: #6b6a6a;
	width: 900px;	
	margin: 20px;
	margin-top: 50px;	
	clear: both;	
}

#bottom p {
	color: #e6e6e6;
	padding: 0;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
}

#bottom a { font-size: 9px; color: #e6e6e6; text-decoration: none; }
#bottom a:hover { color: #c5c5c5; }

/****** SLIDEVIEWER GALLERY *********/

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 4px solid #3c3c3c;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #3c3c3c; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #ff0000; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 
