body, html {
	height: 100%;
	min-height: 100%;
	width: 100%;
	font:12px "Arial", Verdana, Helvetica, sans-serif;
	color:#333;
	margin:0px;
	background:url(../gfx/bodyBG.jpg) repeat-x #fff;
}

h2 {
	font:15px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#333;
}

h3 {
	font:13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#333;
}

a { 
	color: #a01b1f;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #273140;
	text-decoration: none;
}

a:active {
	color: #a01b1f;
}

h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 

p {
	margin: 0 0 1em 0;
}

.required, .radio {
	clear: both;
	margin: 4px 0;
}

input, textarea, select {
	border: 1px solid #9eacc3;
	background: #fff url(../gfx/inputBG.gif) repeat-x;
	font-size: 11px;
	padding: 3px;
	color: #000;
}

.required label, .label {
	display: block;
	float: left;
	margin-right: 10px;
}

label, .label {
	font:12px "Arial", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#a01b1f;	
}

.inputsubmit {
	background-image: url(../gfx/SubmitBG.png);
	font-weight: bold;
	width: 240px;
	height: 24px;
	
}
.clearbox {
	border: 0;
	background: 0;
}
img  {
	border:0;
	vertical-align: middle;
}

.skipnav {
	display:none
}

acronym[title] {
	border-bottom: 1px dotted black;
	cursor: help;
}

acronym{
	speak:normal;
}

acronym[title]:after {
	font-weight:normal;
	pause-after: 50%;
}

.emred {
	font:14px "Arial", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	color:#a01b1f;
}

.newsdate {
	position:relative;
	width:65px;
	float:right;
	padding:1px 0 0 7px; 
	font:10px "Trebuchet MS", Verdana, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#fff;
	background: url(../gfx/newsBG.gif) no-repeat;
}

.newsheadline {
	position:relative;
	float:left;
	font:13px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
}

#top {
	position: relative;
	background:#fff url(../gfx/topBG.jpg) no-repeat;
	width:879px;
	height:131px;
	margin:0 auto;
}

#topmenu {
	position:absolute;
	top:8px;
	left: 468px;
	width:225px;
	height:12px;
	color:#fff;
	text-align: center;
}
	
#topmenu a {
	color:#fff;
	font:8px "Verdana", Arial, sans-serif;
	font-weight:bold;
	letter-spacing:0.1px;
	text-decoration:none;
}

#topmenu .blue {
	color:#344054;
}

#topmenu .blue:hover, #topmenu .blue:visited:hover {
	color:#252e3c;
}

#topmenu .white:hover, #topmenu .white:visited:hover {
	color:#ccc;
}

#topmenu .red {
	color:#a01b1f;
}

#topmenu .red:hover, #topmenu .red:visited:hover {
	color:#621013;
}


#logo {
	position: absolute;
	left: 35px;
	top: 20px;
	z-index: 1;
	width: 153px;
	height: 108px;
}

#topflash {
	position:relative;
	top:25px;
	left:220px;
	width:618px;
	height:184px;
	z-index: 2;
}
	
#foot {
	width:879px;
	height:70px;
	background:url(../gfx/footBG.png) #fff no-repeat;
	margin:0px auto;
	position:relative;
	color: #333333;
	text-align:center;
}

#foot .infotext {
	padding-top: 68px;
	padding-bottom: 15px;	
}

.main, #innercontent {
	width:879px;
	margin:0 auto;
	background:url(../gfx/contentTop.jpg) no-repeat #fff;
	z-index: 0;
	position: relative;
}

#tableofcontents {
	margin-left: 221px;
	padding: 0;
	width: 616px; 
	border: 0; 
	border-collapse: collapse; 
	background: url(../gfx/mainBG.png) repeat-x;
	position: relative;
}

#tableofcontents tr, #tableofcontents td {
	padding: 2px;
	margin: 0;
}

.contentheadline {
	background:url(../gfx/h1gfx.png) no-repeat bottom right;
	margin: 	10px 0 15px 0;
	padding:	8px 0;
	
}

.picborder {
	border:		1px solid #ccc;
	margin:		0;
	padding:	2px;
	background:	#fff;
}

.formtable, .formtable td {
	border-collapse: collapse;
	border: 1px solid #aaa;
}

.formtable input {
	border: 0;
	background:#fff;
}

thead {
	font-weight: bold;
	text-align: left;
	color: #444;
	border-bottom: 1px solid #ccc;
}

.tdodd {
	background: #efefef;
}

fieldset {
	border:#eee 3px solid;	
	padding:	6px;
	margin: 	2px;
	position: relative;
	padding-top:.75em;
}
fieldset:hover{
	background-color: #fdffd7;
}

legend {
	font-weight: bold;
	padding: 0 4px;
	position:absolute; top: -.7em; left: .2em;
}

input:focus {
	/*border: 1px solid #98b799;*/
}

dt {
	font-weight: bold;
	font-size: 	1.1em;
	margin: 3px;	
}
dd {
	border-left: 3px solid #ccc;
	margin: 0 18px;
	padding: 0 0 0 6px;
}
dd:hover {
	border-left: 3px solid #aaa;
}

#flags {
	position: absolute;
	bottom: 3px;
	right: 10px;
	z-index: 6;
}

.menu {
	text-align:left; 
	font-family: verdana, sans-serif; 
	position:absolute; 
	top: -25px;
	left: 15px;
	z-index:  100;
	font-size:11px;
	height:2.5em; 
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.menu ul { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
}
.menu li {
	float:left; 
	position:relative;
	width: auto;
	text-align: center;
}
.menu li a, .menu li a:visited {
	display:block; 
	text-decoration:none; 
	/*width:100px;*/
	float:left; 
	padding:0 1.3em; 
	height:3em; 
	line-height:3em; 
	color:#fff; 
}
* html .menu li a, .menu li a:visited { 
	width:auto; 
	/*w\idth:6em; */
	color: #fff;
}
.menu li a.drop, .menu li a.drop:visited {
	font-weight:bold;
	/*background: url('../gfx/drop_arrow.gif') no-repeat right center;*/
	/*width: 11em;*/
}
.menu li ul {
	visibility:hidden; 
	position:absolute; top:2.5em; left:0; 
	height:0; 
	overflow:hidden;
}
.menu table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em;
}

.menu li:hover a, 
.menu li a:hover {
	position: relative;
	top: -1px;
	border:0;
	color: #fff;
}
.menu li:hover ul,
.menu li a:hover ul {
	visibility:visible; 
	height:auto; 
	width:14em; 
	background:#fff; 
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd; 
	left:0; top:28px;
	overflow:visible;
	z-index: 9999;
}
.menu li:hover ul li a,
.menu li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	line-height:1.5em; 
	padding:0.5em; 
	width:11em;
	border-left: 3px solid #911619;
}
* html .menu li a:hover ul li a {
/*	width:10em; 
	w\idth:9em;  hack for IE5.5 */
}
.menu li:hover ul li a.drop,
.menu li a:hover ul li a.drop {
	font-weight:bold;
}
.menu li:hover ul li ul,
.menu li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; top:0; left:9.5em; 
	height:0; 
	overflow:hidden;
}
.menu li:hover ul li a:hover,
.menu li a:hover ul li a:hover {
	text-decoration:none;
	position: relative;
	border-left: 3px solid #323f52;
	color: #911619;
}
	
.menu li:hover ul li:hover ul,
.menu li a:hover ul li a:hover ul {
	visibility:visible; 
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	height:auto; 
	background:#fff;
	width:9.5em;
	z-index: 9999;
} 
.menu li:hover ul li:hover ul.left,
.menu li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu li:hover ul li:hover ul li a,
.menu li a:hover ul li a:hover ul li a {
	display:block; 
	height:auto;
}
.menu li:hover ul li:hover ul li:hover a,
.menu li a:hover ul li a:hover ul li a:hover {
	text-decoration:none;
	padding-top: 1px;
}

.menu li ul .subprod a:link, .menu li ul .subprod a:visited
{
	color: #000;
	text-align: left;
	z-index: 9999999;	
}

/* Contentrutor */
.empty {
	line-height:1.4em;
	position: relative;
	margin: 19px 12px 0 5px;
	padding:8px 0 0 15px;
}

.roundbox {
	line-height:1.4em;
	background:url(../gfx/contentBG.jpg) top right no-repeat;
	position: relative;
	margin: 25px 2px 0 5px;
	padding:1px 15px 0 15px;
}
/* Slut - Contentrutor */

/* galleri */

.picdiv {
	
}

.picdiv img {
	float: left;
	margin-right: 15px;
}

/* video */

.videoitem {
	margin: 0;
	padding: 10px;
	border-bottom: 2px solid #eee;
}

.videoitem .previewinfo h3 {
	line-height: 30px;
	float: left;
}

.videoitem .previewinfo .play {
	float: left;
	margin: 15px;
}

/* demonedl */

#songs {
	background: #fff;
}

#songs .item {
	padding: 10px;
	margin: 10px;
	border-bottom: 2px solid #eee;
	width: 570px;
	position: relative;
}

#songs .item .thumbnail {
	width: 320px;
	height: 410px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#songs .item .info {
	float: left;
	width: 200px;
}

#songs .item .info .save {
	margin: 40px;
}

#songs .item {

}

#songs .item:hover {
	background: #f5f5f5;
}

/* ljudtidningar */

#soundpapersignup input {
	width: 220px;
}

#soundpapersignup .radio input {
	width: 15px;
}

#soundpapersignup .required label {
	width: 60px;
}

/* form */

.inputfail {
	border: 1px solid #cc0000;
	background: #f5e4e4;
}

