﻿/*
		© 2005 Medieform i Värmland
		http://www.medieform.se
*/


/********************
	GLOBAL TAGS
********************/
* {
padding:	0;
margin:		0;
border:		0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color:#333333;
	}
li, dd, blockquote {
	margin-left: 20px;
	line-height: 20px;
	font-weight: bold;
	}

body {
	background-color:#eeeeee;
	text-align:center;
}

a {
	color:#000066;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
		color:#5555DD;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	font-variant: normal;
	color:#333333;
	text-align: justify;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0px 4px 0px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}
h2 {
	font-size: 12px;
	margin: 10px 0 0 0;
	font-weight: bold;
	color:#111111;
	text-align: left;
	}
h3 {
	font-size: 12px;
	margin: 10px 0px 4px 0px;
	font-weight: normal;
	color:#111111;
	text-transform: uppercase;
	}
strong {
	font-weight: bold;
}
em {
	font-variant: italic;
}
hr {
	border: 1px;
	border-color: 78CB00;
	border-style: solid;
}


/********************
	GLOBAL LAYOUT
********************/
#top {
	background-image: url(../images/bg_main.gif);
	width: 740px;
	height: 65px;
	margin: auto;
	clear:both;
	}
#content {
	width: 740px;
	background-color:#FFFFFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	text-align:left;
	margin: auto;
	clear:both;
	}
#footer {
	width: 768px;
	height: 5px;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	margin: auto;
	clear:both;
	}
	
	
/********************
	LOCAL LAYOUT
********************/

#left {
	background-color:#EFEFEF;
	width: 320px;
	text-align: justify;
	float: left;
	margin: 22px 0 0 40px;
	padding: 5px 15px 15px 15px;
	display: inline;
	}	
#right {
	width: 285px;
	text-align:left;
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
	text-align: center;
	}
#welcomebox {
	width: 650px;
	text-align: justify;
	float: none;
	margin: 0 0 0 43px;
	padding: 15px 0 0 0;
	font-size: 12px;
	}
#topbox {
	width: 650px;
	text-align: justify;
	float: none;
	margin: 0px 50px 50px 50px;
	clear:both;
	}
#articlemenu {
	background-color:#EFEFEF;
	width: 150px;
	text-align: justify;
	float: left;
	margin: 22px 0 0 45px;
	padding: 5px 15px 15px 15px;
	display: inline;
	}

#article {
	width: 440px;
	text-align: center;
	float: left;
	margin: 10px 25px 30px 25px;
	display: inline;
	}
#partnersbox	{
	width: 600px;
	text-align: center;
	float: left;
	margin: 15px 25px 30px 55px;
	display: inline;
	}
.contact{
	float: left;
	margin: 10px 15px 0 10px;
	display: inline;
	height: 400px;
}
.left {
	float: left;
	margin: 5px 10px 0 0;
}
.right {
	float: right;
	margin: 5px 0 0 10px;
}
.center {
	float: none;
	margin: 5px 0 10px 0;
}


/********************
	LOCAL STYLE
********************/
.date{
	font-weight: normal;
}
.storebutton{
	margin: 0 0 0 50px;
	display: block;
}
.line{
	display: block;
	clear:both;
}


/****************************
	ADMIN SPECIFIC STYLES
****************************/
#loginbox {
	width: 350px;
	text-align: justify;
	float: none;
	margin: 0 0 0 43px;
	padding: 15px 0 0 0;	
}
.loginsubmit {
	float: right;
	clear:both;
	margin: 5px;
}
.textfield{
	border: 1px solid #333333;

}
#logout {
	text-align: left;
	width: 100%;
	background-color:#FFFFFF;
	display: block;
	position:absolute;
	left: 0px;
	top: 0px;
	padding: 3px;
	border-bottom: 2px solid #AAAAAA;
}
.adminbg{
	background-image: url(../images/bg_admin.gif);
}
.editbox{
	margin: -12px 0 20px -15px;
}
.editbutton{
	font-size: 11px;
	color:#993333;
	}

/********************
	Hacks
********************/
.fix1{
	clear:both;
}
pre{
	text-align:left;
	float: none;
	display: box;
}
