/* --- MAIN --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}


body {
  	text-align: center;
  	background: #fff;
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 10px;
    }


/* --- BASIC TEXT FORMATTING --- */


p {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 11px;
  	color: #666;
  	text-align: left;
  	line-height: 15px;
}

p.wide {
	width: auto;
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 11px;
  	color: #666;
  	text-align: left;
  	line-height: 15px;
}


p.promo {
	width: 395px;
	font-size: 13px;
	line-height: 18px;
  	color: #666;
  	text-align: left;
}

a {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
  	font-size: 11px;
  	color: #434343;
	text-decoration: none;
}


em {
	font-style: italic;
}


strong {
	font-weight: bold;
}


h1 {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 24px;
	text-align: left;
	margin-bottom: 8px;
}


h2 {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 20px;
	text-align: left;
	margin-bottom: 8px;
}


.promo h2 {
	width: 395px;
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 20px;
	line-height: 23px;
	text-align: left;
	margin-bottom: 8px;
	color: #343434;
}


h3 {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

h4 {
  	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}


/* --- END BASIC TEXT FORMATTING --- */



/* --- CONSTRUCTION: backbone --- */

#sitewrap {
	width: 100%;
	height: 100%;
    margin: 0 auto;
    padding: 0px;
    border-top: 3px solid #e4e4e4;
}


#header {
	width: 800px;
	height: 85px;
	margin: 65px auto 45px auto;
	text-align: left;
}


#mid {
	display: block;
	height: 350px;
	border: none;
	background: transparent;
	text-align: center;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden; 
	overflow-y: auto;
}


#mid-wide{
	display: block;
	height: 350px;
	border: none;
	background: transparent;
	text-align: center;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden; 
	overflow-y: auto;
}


#contentbg {
	display: block;
	height: 350px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: transparent url(../images/contentbg2.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	overflow: hidden; 
	
}


#contentbg2 {
	display: block;
	height: 350px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: transparent url(../images/contentbg.jpg) center top no-repeat;
	text-align: center;
	padding: 0;
	overflow: hidden; 
	
}


#footer {
	width: 800px;
	height: auto;
	margin: 17px auto 0 auto;
    color: #888;
}

/* --- END CONSTRUCTION: backbone --- */

/* --- CONSTRUCTION: inside --- */

#logo {
	width: 99px;
	height: 84px;
	float: left;
	margin-left: 10px;
	background: transparent url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}


#contentwrap {
	width: 760px !important;
	width /**/:800px; /* for IE5/Win only*/
	height: auto;
	height: 350px;
	margin: 35px auto 20px auto;
    padding: 20px;
    text-align: left;
}
	

.content {
	width: 395px;
}

.content-wide {
	width: 600px;
}



#adbox1 {
	display: block;
	float: left;
	width: 395px;
	height: 72px;
	padding: 0;
	background: #eee url(../images/excellentservers.gif) no-repeat;
	text-indent: -9999px; 	
}


#adbox2 {
	display: block;
	float: left;
	width: 395px;
	height: 72px;
	padding: 0;
	margin-left: 10px;
	background: #141414;
}


#signature {
	float: left;
	clear: both;
	width: 662px !important;
	width: 800px;
	margin: 20px auto;
	padding: 20px 10px 10px 128px;
    border-top: 1px solid #ddd;
    text-align: left;
	background: transparent url(../images/logo_small.gif) no-repeat 9px 25px;
}



/* --- END CONSTRUCION: inside --- */

/* --- MAIN NAVIGATION -- */


#nav {
	float: left;
	margin: 60px 0 0 50px;
	padding: 0;
	width: auto;
	height: 24px;
	list-style: none;
	display: block;
	overflow: hidden;
	color: #000;
}


#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


#nav a {
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	color: #343434;
	font-size: 13px;
	font-weight: bold;
}


#nav #nav7_current a {
	margin-left: 10px;
	padding-left: 10px;
	color: #999;
	font-weight: lighter;
}


#nav a:hover {
	color: #cc0033;
}

#nav #nav7_current a:hover {
	color: #cc0033;
}


/* --- END MAIN NAVIGATION --- */




/* --- BASIC MISC STYLE --- */

p.darkarrow  a {
	margin: 20px 0 0 20px;
	font-family: "Trebuchet MS",Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #fff;
	line-height: 23px;
	width: 123px;
	height: 23px;
	padding-left: 8px;
	display:block;
	background-color: transparent;
	text-decoration: none;
}

p.darkarrow   a:link, p.darkarrow   a:visited {
	background: transparent url(../images/darkarrow.gif) no-repeat;
}

p.darkarrow  a:hover, p.darkarrow  a:active {
	background: transparent url(../images/redarrow.gif) no-repeat;
}


#adbox2 p {
	margin: 14px 0 0 18px;
	color: #fff;
	background: transparent;
	display: inline;
	padding: 0;
	float: left;
	width: 240px;
	height: 40px;
}

#adbox2 a {
	margin: 24px 18px 0 0;
	border: none;
	padding: 0;
	display: inline;
	float: right;
	width: 100px;
	height: 23px;
}

#signature p {
	color: #888;
	float: left;
	width: auto;
}


#signature p.copyright {
	margin-top: 15px;
	text-align: right;
	width: 250px;
	float: right;
}
	
#signature a {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;	
	color: #888;
}

#signature a:hover, #signature a:active {
	color: #141414;
	background: transparent;
}

#signature span {
	color: #141414;
	background: transparent;
	font-weight: normal;
}

span.grey {
	color: #888;
}

span.green {
	color: green;
}

span.red {
	color: red;
}

#contactform {
	display: inline; /* IE double margin bugfix */ 
	margin: 0 10px 8px 15px;
}


#contactform p {
	padding-bottom: 11px;
	font-size: 11px;
}


#contactform input, #contactform textarea {
	width: 140px;
	margin-top: 2px;
	border: 1px solid #888;
	font-size: 11px;
	padding: 2px;
}


#contactform input:hover, #contactform textarea:hover {
	background: #eee;
	border: 1px solid #666;
}


#contactform #meddelande {
	width: 300px;
	height: 80px;
}


#contactform #skicka {
	width: 50px;
}



/* --- END BASIC STYLE --- */







