html,body {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #faf9cc;
	background-color: #2d392d;
	scrollbar-face-color: #3c5922; 
	scrollbar-highlight-color: #3c5922; 
	scrollbar-shadow-color: #faf9cc; 
	scrollbar-3dlight-color: #faf9cc; 
	scrollbar-arrow-color: #faf9cc; 
	scrollbar-track-color: #3c5922; 
	scrollbar-darkshadow-color: #3c5922;
	padding: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table,tr,td {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #faf9cc;
}
h5.head {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;  
	/*color: #faf9cc;*/
	color:#ffff66;
	letter-spacing:1px; 
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 2px;
	margin-top: 20px;
}
a:link {
	text-decoration: none; 
    /*color: #748dfa;*/
    color: #7685c7;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
}
       
a:visited {
	text-decoration: none; 
	color: #e574fa;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif
}
a:active {
	text-decoration: none; 
        color: #fae005;
        font-size: 12px;
        font-family: verdana, arial, helvetica, sans-serif;
}
a:hover {
	text-decoration: none; 
        color: #fae005;
        font-size: 12px;
        font-family: verdana, arial, helvetica, sans-serif;
}
p {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #faf9cc;
	width:90%;
}

/*andra länkar än menyn*/
.links { 
	color: #9baffb;
}
a.links:link { 
	color: #9baffb;
}
a.links:visited { 
	color: #ed73fb;
}
a.links:hover { 
	color: #fae005;
	text-decoration: underline;
}
a.links:active { 
	color: #fae005;
	text-decoration: underline;
}
	
.tableback {
	background-image: url(/images/tvlines.gif);
	background-color:#213d07;
}

.pipe { 
	background-image: url(/images/stretch.jpg);
	background-color:213d07;
}
table.mainborder {
	border: 1px solid #000000;
	background-color: #3c5922;
	padding:0;
	width:960px;
}
.header {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
#maincontent {
		width:90%;
		margin-top:10px;
		margin-right: 10px;
		margin-left:20px;
		margin-bottom:10px;
		padding:0;
		text-align:center;
	}
.nomargins {
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.smallfont {
	font-size: 10px;
}
.tableborder { 
	border: 1px solid #fdf7bb;
	background-color: #002200;
	letter-spacing: 0.03em;
}
.tdborder{
	background-color: #002200; 
	border: #ffffff; 
	border-style: dotted; 
	border-top-width: 1px;
	border-top-color: #fdf7bb;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
p.content {
	width:75%;
}
img.workshop {
	border:3px solid #ffffff;
}
span.workshop {
	margin-left:70px; 
	font-style:italic;
}

table.gallery {
	width:80%;
	border:none;
	margin-bottom:10px;
}
td.gallery {
	vertical-align:top;
	text-align:center;
	width:25%;
	padding:5px 5px 15px 0;
}
img.gallery {
	border:2px solid #fff;
	width:110px;
	height:85px;
}
span.gallery {
	font-size:12px;
}

.tdnoborder {
	border-style: none;
}
.box {
	height:130px;
	width: 240px;
	background-color: #002200;
	padding: 5px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #faf9cc;
	border: 1px solid #fdf7bb;
}
.margins {
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.codebox {
	font-size: 10px;
	line-height: 15px;
	background-color: #002200;
	border: #faf9cc;
	border-width: 1px;
	border-style: dashed;
	padding: 10px;
	width:400px;
}
.formborder {
	border: 1px solid #002200;
	background-color: #faf9cc;
}
.counter {
	border: 1px none #002200;
	color: #faf9cc;
	background-color: #3c5922;
}
.sendbuttons {
	background-color: #213d07;
	border: 1px solid #002200; 
	color: #faf9cc;

}
/*NYA CSS-MENYN*/
#menycontainer ul{
	margin-left:5px;
	margin-top:10px;
	list-style-type: none; 
	letter-spacing:1px;
	font-size: 12px;
	vertical-align: middle;
	font-weight:500;
	text-align:left;
}
.menyrubrik {
	background: #d3c702; 
	color: #000000;
	padding:6px;
	background-image: url(/images/menuheader.jpg); 
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	margin-bottom:0;
}

#meny {
 	margin: 0; 
 	padding: 0; 
 	width: 160px; 
 	list-style-type: none;
 }

#meny li {
	margin-bottom: 0.1em;
}

#meny a	{
	display: block; 
	width: auto; 
	height:100%;
	background-color: #000000; 
	padding: 6px; 
	text-decoration: none; 
	/*border: 1px solid #0d0d0d;*/
}

#meny a:link{color: #e9e5b9;}
#meny a:visited{color: #bcee68;}
#meny a:hover{background-color: #f3e103; color: #000000;
}
