﻿@charset "utf-8";
img
{  
	border-style: none;
}
body {
	background-image: url(bilder/bg.png);
	background-repeat: repeat-x;
	background-color: #4E677B;
	margin-bottom: 0px;
}

.tdlogo {
	background-image: url(bilder/logo.png);
	width: 1000px;
	height: 187px;
}



#meny{
	width: 192px;
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font: 11px Verdana, Helvetica, sans-serif;}

#meny a{
	display: block;
	width: auto;
	height: 25px;
	background: transparen url(bilder/startsidan.png) no-repeat;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	}
#meny a:link{color: #663333;}
#meny a:visited{color: #663333;}
#meny a:hover{background: transparen url(bilder/startsidan2.png) no-repeat;}
#meny a#current{color: #E6CCCC;}



a:link {
	color: #EACF1C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C2AC12;
}
a:hover {
	text-decoration: underline;
	color: #EACF1C;
}
a:active {
	text-decoration: none;
}
.NormalText {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.HeaderText {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.for {   
	border: 1px solid #000000;
	color: #ffffff;
 	background-color: #464646;
 	font-size: 13px;
}