body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.3em;
  text-align: center; /*center hack*/
  background: #c2142d;
}

body.bestall {
	background: #fff;
	margin: 10px;
}

* { margin: 0; padding: 0; }

p, form, label, ul, ol, dl, fieldset, address { margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 1em 0 0 0; }
li, dd { margin-left: 1em; }
fieldset { padding: .5em; border: 1px solid #d8dbea; }

hr {
	color: #9399b7;
	height: 1px;
	border-top: 1px dotted #9399b7;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	padding: 8px 0;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

a { color: #ee3839; font-weight: bold; text-decoration: none; }
a:hover { color: #ee3839; text-decoration: none; }
p { margin: 0.5em 0; }

/*----------------------------------------------------------------------------*/

#wrap {
	position: relative;
  width: 1070px;
  margin: 12px auto 0 auto; /*center hack*/
  text-align: left; /*center hack*/
  background: url('images/bg_center.png') repeat-y top left;
}
#header {
	position: absolute;
	top: 0;
  width: 1070px;
	height: 130px;
	background: url('images/bg_top.png') no-repeat top left;
}
#footer {
	position: absolute;
	bottom: 0;
  width: 1070px;
	height: 150px;
	background: url('images/bg_bottom.png') no-repeat top left;
}
#content {
	position: relative;
}

/*----------------------------------------------------------------------------*/

/*#folder a {
	color: #e20025;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 2px;
}*/

/*#brodtext {
	position: absolute;
	top: 460px;
	left: 190px;
	width: 450px;
	font-size: 11px;
	font-weight: bold;
}

#right_wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
	text-align: right;
}

#right_wrap img {
	border: 0 none;
	padding: 0;
	margin: 0;
}*/



/*
#tejp_bilder {
	width: 560px;
	height: 140px;
}
#tejp_bilder img {
	float: left;
}

#skarvtejp_big {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 32;
}*/



/*--------- L A D D A   N E R ------------------------------------------------*/

.thumb {
	float: left;
	margin: 5px 0 20px 20px;
	width: 173px;
	font-weight: bold;
}
.thumb .info {
	border: 1px solid #eee;
	background: #fafafa;
	height: 406px;
	padding: 10px;
}
.thumb img {
	padding: 2px;
	border: 1px solid #ccc;	
}
.thumb .download {
	margin-top: 2px;
	padding: 2px;
	padding-left: 22px;
	background: #69c461 url(images/icon_download.gif) 4px 4px no-repeat;;
	color: #fff;
}
.thumb .download:hover {
	background-color: #85d880;
	color: #fff;
}
.thumb .bestall {
	margin-top: 2px;
	padding: 2px;
	padding-left: 22px;
	background: #ee3839 url(images/icon_bestall.gif) 4px 4px no-repeat;;
	color: #fff;
}
.thumb .bestall:hover {
	background-color: #ff5959;
	color: #fff;
}



/*--------- I N P U T --------------------------------------------------------*/

/* inputfält + textfält, standard */
input.standard, textarea.standard {
	padding-left: 1px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	width: 175px;
}

/* selectboxar, standard */
select.standard {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
	color: #005ba3;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
}

/* inaktiverade inputfält */
input.disabled {
	padding-left: 1px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
	color: #ccc;
	background: #ebebeb;
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
}

/* inputfält/textfält/selectboxar med inmatningsfel */
input.error, textarea.error, select.error {
	background: #ffd9d9 url(images/icon_warning.gif) no-repeat top right;
	border: 1px solid #e00;
}
div.error {
	background: #ffd9d9 url(images/icon_warning.gif) no-repeat top right;
	border: 1px solid #e00;
	padding-left: 4px;
	padding-right: 20px;
}

/* inputfält/textfält/selectboxar som sparats utan problem */
input.success, textarea.success, select.success {
	background: #daf1da url(images/icon_success.gif) no-repeat top right;
	border: 1px solid #080;
}

/* selectboxar för olika visningsfilter på list-sidan */
select.listfilter {
	color: #ee3839;
	background: #ebebeb;
	border: 1px solid #9399b7;
}



/* inputknappar */
input.button {
	cursor: pointer;
	padding: 2px 8px 2px 8px;
	margin: 4px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
}

/* textarea för e-postmeddelande */
textarea.email {
	padding-left: 1px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Sans-serif;
	color: #005ba3;
	background: #fff;
	border: 1px solid #005ba3;
	margin: 0;
	padding: 2px;
}


/*--------- Webbformuläret ---------------------------------------------------*/

table.formular {
	margin-bottom: 4px;
	border: 1px solid #ccc;
}
table.formular th {
	background: #005ba3;
}
table.formular td.title {
	width: 100px;
	font-size: 11px;
	padding: 3px;
	padding-right: 6px;
	color: #333;
	background: #f6f6f6;
	text-align: right;
	font-weight: bold;
}
table.formular td.value {
	font-family: Verdana, Geneva, Arial, Sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 3px;
	width: 175px;
	background: #f6f6f6;
}
table.formular tr {
	background: #fff;
}

div.formular_group_rubrik {
	padding: 2px 4px 2px 4px;
	width: 451px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #005ba3;
	text-align: left;
}