html {
	background: #fff url(../images/bg_body.gif) 845px repeat-y;
	height: 100%;
}
body {
	font-size: 12px;
	font-family: verdana,tahoma,arial,sans-serif;
	margin: 0px;
}
td {
	font-size: 12px;
	font-family: verdana,tahoma,arial,sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: verdana,tahoma,arial,sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: F49915;
}
a {
	color: #D41A1F;
	text-decoration: none;
}

#content {
	width: 845px;
	margin-top: 5px;
}
#top {
	background: #fff;
}
#header {
	height: 97px;
	background: #669FE2 url(../images/top_feet.jpg) right no-repeat;
	border-bottom: 3px solid #E8E9EE;
}
#menu {
	height: 22px;
	margin-top: 4px;
	padding: 0px 10px 0px 10px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu a {
	display: list-item;
	float: left;
	line-height: 25px;
	padding: 0px 3px 0px 3px;
	margin: 0px 1px 0px 1px;
	color: #747474;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: #E8E9EE;
}
#menu a:hover {
	color: #2A2A2A;
	background: #E1B4A0;
}

#wrapper {
	background: url(../images/dancer.jpg) no-repeat;
	border-top: 3px solid #A4A9BA;
	min-height: 667px;
	padding-top: -3px;
}
#main {
	padding: 25px 0px 0px 238px;
}

#footer {
	text-align: center;
	margin-bottom: 10px;
}

#templateSel {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -250px;
	width: 500px;
	height: 40px;
	border: 1px solid black;
}

#salsatropical {
	position: absolute;
	left: 365px;
	top: 20px;
	width: 105px;
	height: 30px;
	text-decoration:none;
}

#templateSel {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -250px;
	width: 500px;
	height: 40px;
	border: 1px solid black;
}

#title {
	/*  #9F79EE */
	color: #D41A1F;
	font-family: arial,tahoma,verdama,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: auto;
	 z-index: 3;
	
}

#title_fullview {
	/*  #9F79EE */
	color: #D41A1F;
	font-family: arial,tahoma,verdama,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	width: auto;
	z-index: 3;
	
}
/* ###################### ARTICLE SEPERATOR ###################### */
.article_seperator {
    display: block;
    width: 99%;
	/* /background: url(../images/hor_dot.gif) repeat-x; */
    border-top: 1px dotted #003366;
	z-index: 3;
}

	
#counter {
	/*position: absolute;*/
	/*margin-left: 3px;*/
	/*float: left;*/
	display: block;
	/*margin-top:-25px;*/
	background-color: transparent;
	position: absolute; 
	left: 610px; 
	top: 80px; 
	height: 400px; 
	width: 100px; 
	padding: 1em;
	
}

/* ###################### READ MORE ###################### */
.lesmer a {
	color: #820BBB;
	font-family: arial,tahoma,verdama,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	z-index: 3;
}

.lesmer a:hover {
	color: #E066FF;
	text-decoration:none;
	z-index: 3;
}

/* ###################### TILBAKE KNAPP ###################### */
input.red {
background-color: #820BBB;
/* #cc0000; */
font-weight: bold; 
font-size: 12px; 
color: white;
}

/* ###################### VERKSTED MENY ###################### */

#menu a.verkstedmenu {
	background: #933;
	color: white;
}
#menu a.verkstedmenu:hover {
  background: #600;
}
