@charset "utf-8";
/* CSS Document */
* {color:#FFF}

body {background:url(../img/design/bodybg.jpg) repeat;font-family:tahoma}


#headerbg {background:repeat-x;height:494px;}

#navigation {}

#navigation li {}
#navigation a {padding:3px 10px 3px 10px;text-decoration:none;border-right:1px solid #F00;font-weight:bold}
#navigation a:hover {color:#FFF;}


#content {background:url(../img/design/contentbg.jpg) repeat-y 2px;}

#textarea {width:880px;}

a.navactive {color:#F00;}
a.navnormal {color:#555}



.ulFirst  img {border-right:1px solid #424242;margin-right:4px}

.h1referans {color:#F00;font-size:14px;}
.h2referans {color:#CCC;font-size:11px;}


.h1first{color:#F00;font-size:14px;}
.h2first{color:#CCC;font-size:11px;}

.h1second{color:#f00;font-size:14px;}
.h2second {color:#CCC;font-size:11px;}

#footer {background:url(../img/design/footerbg.jpg) repeat-x;height:120px;}











/*
	WIDGET STRUCTURE
*/
#blogSliderWrap 					{ width: 920px; margin: 0 auto; padding: 50px 0 30px 0;position: relative; }
#blogSlider 						{ margin: 0 auto; width: 960px; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 960px; }
.stripNav 							{ position: relative; top: 0;left: 20px; z-index: 99; }
.wrapper 							{ padding: 10px; }
.innerWrap 							{ width: 920px; overflow: hidden; }




/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 69px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(../img/i/tab_1.png) top center no-repeat; width: 231px; }
.stripNav li.tab2 a { background: url(../img/i/tab_2.png) top center no-repeat; width: 240px; }
.stripNav li.tab3 a { background: url(../img/i/tab_3.png) top center no-repeat; width: 240px; }
.stripNav li.tab4 a { background: url(../img/i/tab_4.png) top center no-repeat; width: 230px; }


.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current {background: url(../img/i/tab_1.png) bottom center no-repeat; }
.stripNav li.tab2 a.current {background: url(../img/i/tab_2.png) bottom center no-repeat; }
.stripNav li.tab3 a.current {background: url(../img/i/tab_3.png) bottom center no-repeat; }
.stripNav li.tab4 a.current {background: url(../img/i/tab_4.png) bottom center no-repeat; }
