body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

img{
	border: none;
}

form{
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3{
	color: #666;
	font-weight: normal;
}

h1{
	color: #ff6600 !important;
	font-size: 20px;
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 16px;
	margin: 0px 0px 6px 0px;
}

h2 a{
	color: #666;
	text-decoration: none;
}

h3{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-weight: bold !important;
}

a{
	color: #084a90;
}

a:hover{
}

div.hr{
	display: block;
	margin: 12px 0px 8px 0px;
	background: url('../img/hr_bg.gif') repeat-x;
	height: 1px;
}

div.hr hr{
	display: none;
}

span.red{
	color: #b40c0c !important;
	font-weight: bold;	
}

#wrap{
	position: relative;
	width: 960px;
	margin: 40px auto 0px auto;
	padding: 0px;
}

#header{
	position: relative;
	height: 180px;
	clear: both;
	background: url('../img/header_bg.png') no-repeat;
}

#header #logo1,
#header #logo2,
#header #logo3{
	position: absolute;
	z-index: 2; 
}

#header #logo1{
	left: 31px;
	top: 12px;
}

#header #logo2{
	left: 218px;
	top: 20px;
}

#header #logo3{
	right: 61px;
	bottom: 0px;
	z-index: 2;
}

#header b{
	position: absolute;
	width: 572px;
	bottom: 9px;
	left: 192px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}

#header b p{
	margin: 0px;
	padding: 0px;
}

#main{
	position: relative;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	clear: both;
	background: url('../img/main_bg.gif') repeat-y;
	color: #666;
}

#flames{
	padding: 20px 0px 100px 0px;
	background: url('../img/content_bg.gif') bottom center no-repeat;
	overflow: hidden;
	width: 100%;
}

#menu{
	float: left;
	width: 172px;
	padding: 20px 20px 0px 0px;
	font-size: 13px;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
	color: #666;
}

#menu a:hover{
	background: none;
	color: #ff6600;
}

#menu a.active{
	color: #ff6600 !important;
}

#menu ul{
	margin: 0px;
	padding: 0px 0px 0px 40px;
	list-style: none outside url('../img/bullet.gif');
}

#menu ul li{
	margin: 0px 0px 10px 0px;
}

#menu ul ul{
	list-style-image: none !important;
	margin: 5px 0px 15px 20px !important;
	padding: 0px;
}

#content{
	width: 532px;
	float: left;
	padding: 20px 20px 0px 20px;
	background: none;
	min-height: 400px;
	border-left: 2px solid #d4d3d3;
	border-right: 2px solid #d4d3d3;
}

.admin{
	border-right: none !important;
}

#content p{
	margin: 0px 0px 15px 0px;
}

#sponsors{
	float: left;
	width: 172px;
	padding: 20px 0px 0px 20px;
}

.date{
	float: left;
	background: #f2f2f2;
	color: #353535;
	padding: 0px 4px 0px 4px;
	margin: 0px 4px 0px 0px;
}

#footer{
	height: 35px;
	font-size: 11px;
	text-align: center;
	color: #939393;
	clear: both;
	background: url('../img/footer_bg.png');
	padding: 6px 0px 0px 0px;
	color: #fff;
}

#footer p{
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

#footer a{
	color: #fff;
}

#footer a:hover{
	color: #094c92;
}

#errorMessage,
#infoMessage{
	width: 900px;
	padding: 10px;
	margin: 0px 20px 10px 20px;
	color: #444444;
}

#errorMessage{
	border: 1px solid #990000;
	background: #f5e5e5;
}

#infoMessage{
	border: 1px solid #ACD373;
	background: #FAFFF3;
}

.center{
	display: block;
	width: 100%;
	text-align: center;
}

.up {
	margin: 0px 0px 9px 0px;
}

.cmsContent{
	width: 569px;
	height: 600px;
}
.inputNarrow { width: 100px; }
.inputStandard { width: 180px; }
.inputWide { width: 240px; }

.textareaNarrow { width: 180px; height: 60px }
.textareaStandard { width: 180px; height: 60px }
.textareaWide { width: 300px; height: 100px }

.errorstar {text-decoration: none;color: red}

.infoText {
  background: #99DD99;
  border: #555 solid 1px;
}

.errorText {
  background: #FFAAAA;
  border: #555 solid 1px;
}

.hidden{
	display: none;
}



/* Table styling */
table.tableList{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-spacing: 1px;
	width: 728px;
}

table.tableList tr.odd{
	background: #fff;
}

table.tableList tr.even{
	background: #eff5f7;
}

table.tableList tr.odd:hover, table.tableList tr.even:hover{
	background: #f0f0f0;
}

table.tableList tr th{
	background-color: #cedbe9;
	text-align: left;
	color: #353535;
	height: 22px;
	text-indent: 8px;
}

table.tableList tr td{
	padding: 4px 6px 4px 6px;
}

table.tableList tr td.right,
table.tableList tr th.right{
	text-align: right;
}

table tr th a{
	color: #fff;
	text-decoration: none;
}

table tr th a:hover{
	background: none;
}

table tr th img{
	padding: 0px 0px 0px 5px;
}

table tr td.center,
table tr th.center,
table.tableList tr td.center,
table.tableList tr th.center{
	text-align: center;
}

table td.top
{
	vertical-align: top;
}

table.tableVertical th{
	text-align: left;
}
/* Table styling */


/* CSS forms */
fieldset{
	display: block;
	border: 1px solid #b8b8b8;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 0px 10px;
}

legend{
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	color: #666;
}

label{
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

form div{
	clear: both;
	margin-bottom: 15px;
	overflow: visible;
}

/* Här börjar dom speficika reglerna */
.formContact{
	width: 530px;
}
.formContact label{
	width: 100px;
}
.formContact .single{
	padding-left: 110px;
}

.formCMS{
	width: 720px;
}
.formCMS label{
	width: 120px;
}
.formCMS .single{
	padding-left: 130px;
}
/* CSS forms */

#pagination{
	padding:			0px 0px 0px 20px;
	width:				729px;
	clear:				both;
	font-size:		16px;
	text-align:		center;
}

#pagination a,
#pagination a:hover{
	border:				0px;
}

#pagination .bar{
	width:			535px;
	float:			left;
	height:			28px;
	margin:			6px 0px 0px 0px;
	padding:		14px 0px 0px 0px;
}

#pagination .bar a,
#pagination .bar span{
	padding:					3px 2px 3px 2px;
	margin:						0px 2px 0px 2px;
	text-align:				center;
	text-decoration:	none;
}

#pagination .bar a{
	border:				1px solid #ff6600;
	color:				#668d00;
}

#pagination .bar a:hover{
	background:		#e8fcb5;
}

#pagination .bar span#current{
	border:				1px solid #318608;
	color:				#318608;
	font-weight:	bold;
}

#pagination .bar span.inactive{
	border:				1px solid #adadad;
	color:				#adadad;
}