BODY {
	background-color:#fff;
	color:#2d2d2d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
}

/* ______________________________________________________________________________*/

/* Page that comes when a site is unactivated */
BODY.unactivated{
	padding-top: 100 px;
	text-align: center;
}

/* Page that comes when a user is trying to access a module without rights */
BODY.security{}

/* ______________________________________________________________________________*/

/* Headers on the pages */
H2 {
	font-size:1.5em;
	margin-bottom:0.3em;
	line-height: 1.7em;
	margin-top: 0px;
	color: #c8962c;
}
H3 {
	font-size: 15px; 
	margin-bottom: 5px;
	margin-top: 2px;
	color: #c8962c;
}
H4 {
	font-size: 13px; 
	margin-bottom: 5px;
	margin-top: 2px;
	color: #c8962c;
}
H5 {
	font-size: 11px; 
	margin-bottom: 3px;
	margin-top: 1px;
	color: #c8962c;
}

/* ______________________________________________________________________________*/

/* Links on the pages */
A {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
}
A:hover {
	color: #333; 
}

/* ______________________________________________________________________________*/

/* Tables on the pages */
TABLE, TR, TH, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
TH {
	text-align: left;
}
TABLE.list {
	width: 100%;
}
TR.list_odd {}
TR.list_even {}
TD.image {
	vertical-align: top;
	padding-right: 10px;
}
TD.content {
	vertical-align: top;
}

DIV.date {
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
}

/* ______________________________________________________________________________*/

/* Forms on the pages */
FORM {
	margin: 0px;
}
INPUT, TEXTAREA, SELECT, OPTION, BUTTON {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Text next to a checkbox */
LABEL {
	font-weight: bold;
}
INPUT.box {
	vertical-align: middle;
}
INPUT.txt {
	width: 300px;
}
INPUT.browse {}
SELECT {
	width: 300px;
}
TEXTAREA {
	width: 300px;
	height: 50px;
}

/* ______________________________________________________________________________*/

/* Text above normal input fields */
DIV.frmhead {
	font-weight: bold;
	margin-bottom: 2px;
}

/* Longer explanation of the text above */
SPAN.frmheaddesc {
	font-weight: normal;
}

/* Asterisk (*) above a field that is mandatory */
SPAN.required {
	color: #CC0000;
}

/* Text that comes when something is not right. (wrong password, incorrect e-mail etc.) */
SPAN.error {
	color: #CC0000;
}

/* ______________________________________________________________________________*/

/* Dividelines */
DIV.divideline {
	background-color: #fff;
	width: 100%;
	height: 1px;
}
TD.divideline {
	background-color: #fff;
	height: 1px;
}

/* ______________________________________________________________________________*/

/* Elements containing content from the editor */
TABLE.editor {
	width: auto;
}
TABLE.editor_borderon {
	border-left: 1px solid #999999;
	border-top: 1px solid  #999999;
}
TD.editor_borderon {
	border-right: 1px solid  #999999;
	border-bottom: 1px solid  #999999;
	vertical-align: top;
}
TABLE.editor_borderoff {}
TD.editor_borderoff {
	vertical-align: top;
}
IMG.left {
	margin-right: 10px;
}
IMG.right {
	margin-left: 10px;
}
IMG.free {
	margin-bottom: 5px;
}
P {
	margin: 0px;
}
LI {
	margin: 0px;
}
UL {
	margin-bottom: 0px;
	margin-top: 0px;
}
OL {
	margin-bottom: 0px;
	margin-top: 0px;
}

/* ______________________________________________________________________________*/

/* Header 1, 2, 3, 4 */

FONT.size1 {
	font-size: 11px;
}
FONT.size2 {
	font-size: 15px;
}
FONT.size3 {
	font-size: 18px;
}
FONT.size4 {
	font-size: 22px;
}

/* ______________________________________________________________________________*/

/* Download area module */
H4.file {
	padding-top: 10px;
	padding-bottom: 5px;
}
DIV.filechild {
	padding-left: 15px;
	padding-bottom: 10px;
}
DIV.file {
	padding-bottom: 5px;
}
DIV.filedescription {
	padding-top: 3px;
}
IMG.file {}

/* ______________________________________________________________________________*/

/* Product module */
H4.product {}
DIV.productintroduction {}

/* ______________________________________________________________________________*/

/* News module */
H4.news {
	font-size: 11px;
}
DIV.newsintroduction {
	font-size: 11px;
}

/* ______________________________________________________________________________*/

/* Link module */
H4.link {}
DIV.linkdescription {
	padding-top: 1px;
}
DIV.linkchild {
	padding-left: 15px;
	padding-bottom: 5px;
}
DIV.link {
	padding-bottom: 5px;
}

/* ______________________________________________________________________________*/

/* Guestbook module */
TD.guestbookpost {
	padding-top: 7px;
	padding-bottom: 18px;
}
TD.fieldname {
	font-weight: bold;
	vertical-align: top;
}
TD.fieldcontent {
	vertical-align: top;
}
DIV.reply {
	font-style: italic;
	color: #666666;
}

/* ______________________________________________________________________________*/

/* Login module */
BODY.loginmenu{
	margin: 0px;
	padding: 0px;
}
TABLE.loginmenu{
	height: 100%;
}
TD.loginmenu{
	font-size: 10px;
	background-image: url("login_btn.gif");
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 10px;
	padding-right: 15px;
}
A.loginmenu {
	font-weight: bold;
	text-decoration: none;
}

/* ______________________________________________________________________________*/

/* Grid (Calender, Forum, Schedule...) */
TABLE.grid {
	width: 100%;
}
TR.grid_even {
	background-color: #D5DFE5;
}
TR.grid_odd {
	background-color: #D5DFE5;
}
TH.grid {
	background-color: #ABC0D1;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
TD.grid {
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

/* ______________________________________________________________________________*/

/* Calender module */
TABLE.calenderchoose {
	width: 400px;
}
TH.calenderchoose {}
SELECT.calenderyear {
	width: 120px;
}
SELECT.calendermonth {
	width: 120px;
}

TABLE.calender {}
TH.calender {}
TH.calenderweek {
	background-color: #FFFFFF;
}
TH.calenderholiday {
	color: #CC0000;
}

TR.calender_even {}
TR.calender_odd {}

TD.calender {
	height: 50px;
}
TD.calenderweek {
	background-color: #FFFFFF;
}
TD.calenderdayinmonth {}
TD.calenderdaynotinmonth {
	background-color: #E6EBED;
}

DIV.calenderdayinmonth {
	font-weight: bold;
}
DIV.calenderdaynotinmonth {
	display: none;
}
DIV.calendertoday {}
DIV.calenderholiday {
	color: #CC0000;
}
A.calenderholiday {color: #CC0000}

H4.calender {
	font-size: 11px;
	margin-bottom: 1px;
}
DIV.calenderintroduction {
	padding-bottom: 5px;
}
DIV.calenderdaywithevent {
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Forum module */
TABLE.forum {}
TH.forum {}
TD.forum {}
TR.forum_even {
	background-color: #E6ECF0;
}
TR.forum_odd {}

TABLE.forumthread {}
TH.forumthread {}
TD.forumthread {
	vertical-align: top;
}

/* ______________________________________________________________________________*/

/* bar graph */
/*div.graph_bar0{width:54px; BACKGROUND-IMAGE: url(graph/bar0.gif);}
div.graph_bar1{width:54px; BACKGROUND-IMAGE: url(graph/bar1.gif);}
div.graph_bar2{width:54px; BACKGROUND-IMAGE: url(graph/bar2.gif);}
div.graph_bar3{width:54px; BACKGROUND-IMAGE: url(graph/bar3.gif);}
div.graph_bar4{width:54px; BACKGROUND-IMAGE: url(graph/bar4.gif);}
div.graph_base{width:54px; height:45px; BACKGROUND-IMAGE: url(graph/base.gif);}*/

INPUT.short {
	width: 230px;
}
SELECT.short {
	width: 230px;
}
TABLE.search {
	width: 100%;
}

/* ______________________________________________________________________________*/

/* Activity module */
TABLE.activityresource {
	width: 100px;
	border: 1px solid #E6EBED;
	border-top: 0px none transparent;
	background-image: url("bg_time.gif");
}
TD.activityresource {
	width: 100px;
}
TH.activityresource {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.activity {
	white-space: nowrap;
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #81A0B8;
	padding-left: 5px;
	padding-right: 5px;
}
TD.timebar {}
TD.time {
	text-align: right;
	border-top: 1px solid #E6EBED;
	padding-right: 5px;
	padding-left: 5px;
}
TH.time {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
TD.timebar {}
TABLE.timebarnarrow {
	width: 100%;
}
TH.timenarrow {
	background-image: url("trans.gif");
	background-repeat: no-repeat;
}
TD.timenarrow {
	padding-right: 9px;
}
TD.layoutloginmenu {
	height: 1px;
}
TABLE.loginmenu {
	height: 40px;
}

/* ______________________________________________________________________________*/

/* Shop module */
TEXTAREA.cashregcomment {
	width: 100%;
	height: 100px;
}
TD.cashregtotal {
	font-size: 13px;
	font-weight: bold;
}
TD.cashregtotalprice {
	font-size: 13px;
	font-weight: bold;
}

/* ______________________________________________________________________________*/

/* Image bank module */
h4.imagebank {
	font-size: 11px;
	font-weight: normal;
}
td.imagebankobject {
	text-align: center;
}
td.imagebankcategory {
	text-align: center;
}
td.imagebankdivider {
	padding-top: 20px;
}

/* ______________________________________________________________________________*/

/* Highlighting of searchwords */
SPAN.searchhighlight {
	background-color: #DDDDDD;
}
/* Highlighting of dictionary words */
SPAN.dictionaryword {
	background-color: #DDDDDD;
}



/* Start page */
td.tmp_outerleft{
	width:766px;
}
td.tmp_topmenu{
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:10px;
}

td.tmp_contenttop{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:2px solid #fff;
}
td.tmp_contenttopleft{
	width: 50%;
}
td.tmp_contenttopright{
}
td.tmp_contentbottom{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:2px solid #fff;
}
td.contentbottomleft{
	
}
td.tmp_contentbottomcenter{
	padding-left: 22px;
	padding-right: 21px;
}
td.tmp_contentbottomright{
	
}

table.tmp_contenttop{
	
}
table.tmp_contenttop td{

}
td.tmp_content{
	padding-left: 20px;
}

td.tmp_outerright{
	width: 150px;
	padding-left: 20px;
	padding-top: 20px;
}
td{
	vertical-align: top;
}
br.aftereditor{
	display:none;
}

td.tmp_contentmenu table.tree{
	background-color: #ffd080;
	border: 3px solid #fff;
	width: 209px;
}

td.tmp_contentmenu td.tree{
	border-bottom: 1px dotted #fff;
	padding: 5px;
	padding-left: 23px;
	padding-right: 10px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

td.tmp_contentmenu td.level2{
	/*border-bottom: 1px dotted #fff;*/
	border-bottom: none;
	padding: 3px;
	padding-left: 33px;
	padding-right: 10px;
	background-image: none;
	/*background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;*/
}

td.tmp_contentmenu td.last{
	border-bottom: none;
	/* border-bottom: 1px dotted #fff; */
}
td.tree a{
	text-decoration: none;
	border-bottom: none;
}



/* Åka */
body.section1{
	background-color:#b6becc;
	color: #363c44;
}

body.section1 td.tmp_contentmenu table.tree{
	background-color: #dbdfe6;
}

body.section1 td.tmp_contentmenu table.tree a{
	color: #363c44;
}


/* Göra */
body.section2{
	background-color:#ccb6b6;
	color: #200404;
}

body.section2 td.tmp_contentmenu table.tree{
	background-color: #e6dbdb;
}

body.section2 td.tmp_contentmenu table.tree a{
	color: #200404;
}

/* Äta */
body.section3{
	background-color:#b1cc9a;
	color: #193103;
}

body.section3 td.tmp_contentmenu table.tree{
	background-color: #d8e6cd;
}

body.section3 td.tmp_contentmenu table.tree a{
	color: #193103;
}

/* Bo */
body.section4{
	background-color:#ccbc9a;
	color: #423c15;
}

body.section4 td.tmp_contentmenu table.tree{
	background-color: #e6decd;
}

body.section4 td.tmp_contentmenu table.tree a{
	color: #423c15;
}


body.section1 td.tmp_topmenu a,
body.section2 td.tmp_topmenu a,
body.section3 td.tmp_topmenu a,
body.section4 td.tmp_topmenu a{
	color: #fff;
	text-decoration: none;
}

body.section1 td.tmp_topmenu a:hover{
	color: #363c44;
}

body.section2 td.tmp_topmenu a:hover{
	color: #200404;
}

body.section3 td.tmp_topmenu a:hover{
	color: #193103;
}

body.section4 td.tmp_topmenu a:hover{
	color: #423c15;
}

body.section1 table.topmenu td,
body.section2 table.topmenu td,
body.section3 table.topmenu td,
body.section4 table.topmenu td{
	border-right: 2px solid  #fff;
}

body.section1 table.topmenu td.abslast,
body.section2 table.topmenu td.abslast,
body.section3 table.topmenu td.abslast,
body.section4 table.topmenu td.abslast{
	border-right: none;
}

body.section1 h2,
body.section2 h2,
body.section3 h2,
body.section4 h2{
	color: #fff;
}

body.section1 h3,
body.section2 h3,
body.section3 h3,
body.section4 h3{
	color: #fff;
}

body.section1 h4,
body.section2 h4,
body.section3 h4,
body.section4 h4{
	color: #fff;
}

body.section1 h5,
body.section2 h5,
body.section3 h5,
body.section4 h5{
	color: #fff;
}


/* Snabbvalsmeny */
select.quickmenu{
	width: auto;
	text-transform: none;
	font-weight: normal;
}
select.quickmenu option{
	text-transform: none;
	font-weight: normal;
}

div.quickmenu{
	float: right;
}


/* Toppmeny */
div.topmenu{
	float: left;
	padding-top: 3px;
}
table.topmenu td{
	padding: 0px 10px;
	border-right: 2px solid  #c8962c;
	line-height: 1.2em;
}

td.tmp_topmenu a{
	color: #c8962c;
	text-decoration: none;
}

td.tmp_topmenu a:hover{
	color: #2d2d2d;
	text-decoration: none;
}

table.topmenu td.absfirst{
	padding-left:0px;
}

table.topmenu td.abslast{
	border-right: none;
}

div.moduleeditortext{
	padding-bottom: 10px;
}

HR{
	height: 1px;
	background-color: #fff;
	color: #fff;
	margin-top: 15px;
	_margin-top: 8px;
	margin-bottom: 15px;
	_margin-bottom: 8px;
	border: none;
	line-height: 1px;
	display: block;
}