html,body {
	height:100%;
}
body{
	background-color:	#000;
	background-image: url(../_img/bkg.gif);
	margin:0;
	font:0.82em "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	line-height: 140%;
	color:#959595;
}
.clr:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clr {height: 1%;}
h1{
	font-size: 3.2em;
	font-weight: normal;
	color:	#e51515;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	color:	#e51515;
	line-height: 110%;
	margin-bottom: 6px;
}
h3,h4,h5{
	color: #fff;
	font-weight: normal;
	margin:0;
	padding:2px 0 2px 0;
}
p{
	margin:0;
	padding:2px 0 10px 0;
}
a{
	text-decoration:none; 
	color:	#00c823;
}
a:hover{ text-decoration:underline;}

IMG { border: 0; }

IMG.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

blockquote {
	text-align: justify;
	margin-top: -5px;
	padding-top: 5px;
}

.hidden {
	display: none;
}

.main{
	background-color: #000;
	width:940px;
	position:relative;
	margin:0 auto;
	padding:0px 0 0 0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

/*--HEADER--*/
.wrap-header{
	position:absolute;
	left:0;
	top:0;
}
#header{
	width:940px;
	position:relative;
}
.main-menu{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:-5px;
	right:2px;
}


.glow-left {
	position: absolute;
	top: 0px;
	left:-26px;
	width: 26px;
	background-image: url(../_img/content_glow_left.gif);
	background-repeat: no-repeat;
	background-position:	top left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.glow-right {
	position: absolute;
	top: 0px;
	left:940px;
	width: 26px;
	background-image: url(../_img/content_glow_right.gif);
	background-repeat: no-repeat;
	background-position:	top right;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


/*--Share this-widget ---*/
#sharethis {
	position: absolute;
	top: 7px;
	left: 850px;
}

/*--MAIN MENU--*/
.wrap-main-menu {
	overflow: hidden;
	position:absolute;
	top:	144px;
	left:	0px;
	width:	100%;
}
.main-menu{
	top: 0px;
	position:relative;
	left:50%;
	text-align:center;
	margin: 0;
	padding: 0;
	clear:left;
	float:left;
	list-style:none;
/*	left:244px; */
}
.main-menu li{
	float:left;
	height:18px;
	margin:0 0 0 18px;
	position:relative;
	right: 50%;
}


.main-menu li.kommande{
	margin: 0;
	background:url(../_img/menu/menu_kommande.gif) no-repeat;
	width:168px;
}
.main-menu li.tidigare{
	background:url(../_img/menu/menu_tidigare.gif) no-repeat;
	width:146px;
}
.main-menu li.om{
	background:url(../_img/menu/menu_om.gif) no-repeat;
	width:150px;
}
.main-menu li.bilder{
	background:url(../_img/menu/menu_bilder.gif) no-repeat;
	width:62px;
}
.main-menu li.lankar{
	background:url(../_img/menu/menu_lankar.gif) no-repeat;
	width:72px;
}
.main-menu li.kontakt{
	background:url(../_img/menu/menu_kontakt.gif) no-repeat;
	width:84px;
}

.main-menu li.english{
	background:url(../_img/english.gif) no-repeat;
	width:24px;
	height: 18px;
}
.main-menu li.english SPAN{
	width:24px;
	height: 18px;
}


.main-menu li a{
	width:100%;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
	padding:0;
/*	margin:0 0 0 -18px;*/
}



/*--Content---*/
#content{
	background:url(../_img/content_logo.jpg) no-repeat;
	background-color:#000;
	overflow:hidden;
	height:1%;
	padding: 0 50px;
	padding-top: 180px;
	margin: 0;
	padding-bottom: 50px;
	min-height: 200px;
	color: #959595;
}



.inactive A {
	color: #999;
}

.externallink {
	display: block;
	padding: 2px 0px 3px 25px;
	background-image: url(../_img/externallink.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

A .externallink:hover {
	text-decoration: underline;
}

/*
	Form elements
*/
LABEL {
	display: block;
	margin-top: 0px;
}

INPUT {
	background-color: #000000;
	color: #fff;
	border-width: 0px;

	font-family:	"Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	font-size:	1em;

	padding: 4px 5px 6px 5px;
	height: 15px;
}

INPUT.form40	{	width: 30px;	background-image: url(../_img/forms/input40.gif);	}
INPUT.form50	{	width: 40px;	background-image: url(../_img/forms/input50.gif);	}
INPUT.form60	{	width: 50px;	background-image: url(../_img/forms/input60.gif);	}
INPUT.form80	{	width: 70px;	background-image: url(../_img/forms/input80.gif);	}
INPUT.form100	{	width: 90px;	background-image: url(../_img/forms/input100.gif);	}
INPUT.form150	{	width: 140px;	background-image: url(../_img/forms/input150.gif);	}
INPUT.form180	{	width: 170px;	background-image: url(../_img/forms/input180.gif);	}
INPUT.form200	{	width: 190px;	background-image: url(../_img/forms/input200.gif);	}
INPUT.form300	{	width: 290px;	background-image: url(../_img/forms/input300.gif);	}
INPUT.form400	{	width: 390px;	background-image: url(../_img/forms/input400.gif);	}
INPUT.form500	{	width: 490px;	background-image: url(../_img/forms/input500.gif);	}

TEXTAREA {
	padding: 4px 5px 6px 5px;
	border-width: 0px;
	background-color: #000;
	color: #fff;
	font-family:	"Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	font-size:	1em;
}

TEXTAREA.textarea200x120 {
	width: 190px;
	height: 110px;
	background-image: url(../_img/forms/textarea200x120.gif);
}
TEXTAREA.textarea250x120 {
	width: 240px;
	height: 110px;
	background-image: url(../_img/forms/textarea250x120.gif);
}
TEXTAREA.textarea300x100 {
	width: 190px;
	height: 90px;
	background-image: url(../_img/forms/textarea300x100.gif);
}
TEXTAREA.textarea300x120 {
	width: 290px;
	height: 110px;
	background-image: url(../_img/forms/textarea300x120.gif);
}
TEXTAREA.textarea400x120 {
	width: 390px;
	height: 110px;
	background-image: url(../_img/forms/textarea400x120.gif);
}
TEXTAREA.textarea500x120 {
	width: 490px;
	height: 110px;
	background-image: url(../_img/forms/textarea500x120.gif);
}

INPUT.button100 {
	padding: 4px 5px 6px 5px;
	width: 100px;
	height: 33px;
	background-image: url(../_img/forms/button100.gif);
	background-repeat: no-repeat;
	color: #00c823;
}


/*
	Two columns side by side
*/
.col2 {
	width:840px;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.col2 .col {
	float:left;
	width:395px;
	margin: 0 50px 0 0;
}

/*
	Three columns side by side
*/
.col3 {
	width:840px;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.col3 .col {
	float:left;
	width:250px;
	margin: 0 45px 0 0;
}


/*
	Four columns side by side
*/
.col4 {
	width:840px;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.col4 .col {
	float:left;
	width:180px;
	margin: 0 40px 0 0;
}

.col2 .last,
.col3 .last,
.col4 .last {
	margin:0;
}
