/*---------------- IT DESIGNER.SE -----------------*/
/*			       Mikael Löfberg    		       */
/*				 info@itdesigner.se				   */
/*-------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
}

body {
  background: #FFF url(../grafik/bg.gif);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 15px;
  color: #222;
}

body.mceContentBody {
	background-image: none !important;
}

form {
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color:#333366;
	}

a:hover {
	text-decoration:underline;
	color:#3366FF;
	}

#menulink a:link, 
#menulink a:active,
#menulink a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
	color:#ffffff;
	}

#menulink a:hover {
	text-decoration:underline;
	font-weight: bold;
	font-size:12px;
	color:#333;
	}


/* Grundplaceringar startar*/
#main {
	width: 928px;
	background: #FFF url(../grafik/bg-shadow.gif) top right repeat-y;
	margin: 0 auto;
	}
	
#left {
	width: 10px;
	float: left;
	}
	
#center {
	width: 901px;
	float: left;
	}
	
#right {
	width: 17px;
	float: left;
	}


	
	
/* Sidhuvud */
#top {
    position:relative;
    display: inline;
	width:870px;
	}



/* Meny */
#mnuback {
    position:relative;
    display: inline;
	float:left;
	border:#333 0px solid;
	margin: 5px 5px 5px 25px;
	width:840px;
	height:20px;
	}

.mnu1 {
    position:relative;
    display: inline;
	float:left;
	margin: 2px 0px 0px 0px;
	padding: 0 10px;
	border:#333 0px solid;
	}
	
.mnu2 {
    position:relative;
    display: inline;
	float:left;
	margin: 2px 0px 0px 0px;
	padding: 0 10px;
	border:#333 0px solid;
	}
	
.mnu3 {
    position:relative;
    display: inline;
	float:left;
	margin: 2px 0px 0px 0px;
	padding: 0 10px;
	border:#333 0px solid;
	}
	
.mnuline {
    position:relative;
    display: inline;
	float:left;
	margin: 0px 0px 0px 0px;
	border:#333 0px solid;
	}
	
.mnulang {
    position:relative;
    display: inline;
	float:right;
	top:-3px;
	text-align:right;
	border:#333 0px solid;
	}



/* Förstasidan */
#firstbox1 {
    position:relative;
    display: inline;
	float:left;
	width: 650px;
	height:300px;
	margin: 40px 0px 0px 125px;
	border:#000000 1px solid;
	}
	
#firstbox2 {
    position:relative;
    display: inline;
	float:left;
	width: 650px;
	margin: 10px 0px 20px 125px;
	border:#000000 0px solid;
	}


/* Karta */
#karta {
    position:relative;
    display: inline;
	float:left;
	width: 845px;
	height: 590px;
	margin: 20px 0px 0px 30px;
	border:#000000 1px solid;
	}
	
#dest1 {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	margin: 10px 0px 0px 30px;
	border:#000000 0px solid;
	}

#dest2 {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	margin: 10px 0px 0px 30px;
	border:#000000 0px solid;
	}

/* Sökfält */

#searchline1 {
    position:relative;
    display: inline;
	float:left;
	width: 840px;
	border:#333 0px solid;
	margin: 0px 0px 0px 25px;
	}
	
#searchline2 {
    position:relative;
    display: inline;
	float:left;
	width: 700px;
	border:#333 0px solid;
	margin: 0px 0px 0px 165px;
	}

.valj {
	float:left;
	width: 130px;
	border:#333 0px solid;
	margin: 15px 5px 15px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva; 
	font-size: 12px;
	font-weight: bold;
	}

.radiobtn {
	width: 15px;
	border:#333 0px solid;
	margin: 12px 5px 0px 0px;
	float:left;
	}
	
.checkbox {
	width: 15px;
	border:#333 0px solid;
	margin: 0px 5px 0px 0px;
	float:left;
	}

.searchhead {
	border:#333 0px solid;
	margin: 15px 5px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva; 
	font-size: 12px;
	font-weight: bold;
	color:#000066;
	float:left;
	}
	
.searchhead2 {
	width: 50px;
	border:#333 0px solid;
	margin: 15px 5px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva; 
	font-size: 12px;
	font-weight: bold;
	color:#000066;
	float:left;
	}
	
.searchhead3 {
	border:#333 0px solid;
	margin: 3px 5px 0px 0px;
	padding: 0 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva; 
	font-size: 12px;
	font-weight: bold;
	color:#000066;
	float:left;
	}
	
.searchfield {
    position:relative;
    display: inline;
	float:right;
	border:#333 0px solid;
	margin: 10px 5px 0px 0px;
	text-align:right;
	}
	.searchfield input {
		vertical-align: middle;
	}
	#adv
	{
		border: 0;
		padding: 0 5px;
		font-family: Arial, Verdana, Helvetica, sans-serif, Geneva; 
		font-size: 11px;
		font-weight: bold;
		text-align:center;
		background-color:#fff;
	}
	
.field1 {
	width: 100px;
	border:#333 1px solid;
	}
	
.field2 {
	width: 200px;
	border:#333 1px solid;
	}


/* ram för sökresultatet */

.whidebox {
    position:relative;
    display: inline;
	float:left;
	width: 840px;
	overflow: hidden;
	margin: 10px 20px 0px 25px;
	border:#000000 1px solid;
	}

	
.smallpic {
	position:relative;
    display: inline;
	float:left;
	width: 120px;
	/*border:#333 1px solid;*/
	margin: 5px 5px 5px 5px;
	}
	.smallpic img
	{
		border: 0;
	}
	
	
h1 {
	position:relative;
	/*display: inline;*/
	float:left;
	margin: 0px 0px 5px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif, Geneva;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2 {
	/*display: inline;*/
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	clear:both;
}
	
.searchtext {
	width: 700px;
	border:#333 0px solid;
	margin: 5px 5px 0px 0px;
	float:left;
	}
	
.searchlink {
	width: 80px;
	border:#333 0px solid;
	margin: 5px 5px 0px 0px;
	background:#BBB;
	float:right;
	text-align:center;
	}
	
	
.ico {
	margin: 0px 5px 0px 5px;
	background:#000000;
	float: left;
	}
	

/* Detaljsidan */	
	
#rightcolumn {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	margin: 20px 20px 0px 15px;
	border:#000000 0px solid;
	}
	
.headinfo {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	text-align:right;
	border:#000000 0px solid;
	}
	
#textbox {
    position:relative;
    display: inline;
	float:left;
	width: 500px;
	margin: 20px 20px 0px 25px;
	border:#000000 0px solid;
	}
	
.detailtext {
	width: 500px;
	border:#333 0px solid;
	margin: 5px 5px 0px 0px;
	float:left;
	}
	
#picbox {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	border:#333 1px solid;
	}
	#picbox img
	{
		border: 0;
	}
	
#infobox {
    position:relative;
    display: inline;
	float:left;
	width: 300px;
	margin-bottom:1px;
	margin-top:20px;
	padding: 10px 0 10px 0;
	background:#EEE;
	border:#333 1px solid;
	}
	
.infoline1 {
	clear: both;
	position:relative;
	display:inline;
	float:left;
	clear: left;
	width:160px;
	left:10px;
	font-weight: bold;
	}
	
.infoline2 {
	position:relative;
	display:inline;
	float:left;
	left:10px;
	width:140px;
	}
	
	
	
	
.kontaktline1 {
	position:relative;
	display:inline;
	float:left;
	width:100px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	border:#333 0px solid;
	}
	
.kontaktline2 {
	position:relative;
	display:inline;
	float:left;
	margin: 0px 0px 10px 0px;
	width:390px;
	border:#333 0px solid;
	}
	
.telline1 {
	position:relative;
	display:inline;
	float:left;
	width:70px;
	left:10px;
	font-weight: bold;
	}
	
.telline2 {
	position:relative;
	display:inline;
	float:left;
	left:10px;
	width:210px;
	}
	
.adress {
	position:relative;
	display:inline;
	float:left;
	margin: 0px 0px 10px 0px;
	width:280px;
	left:10px;
	border:#333 0px solid;
	}
	

.pic2 {
	width: 316px;
	background: #333; 
	padding: 1px; 
	}
	
.pic3 {
	width: 165px;
	background: #333; 
	padding: 1px;
	margin-right: 5px;
	float: left; 
	}
	
.pic4 {
	width: 100px;
	background: #333; 
	padding: 1px;
	margin-bottom:5px;
	}
	
.pic5 {
	width: 250px;
	background: #333; 
	padding: 1px;
	margin-bottom:5px;
	margin-left:10px;
	float: right; 
	}
	
.photo {
	width: 100px;
	float: right;
	background: #333; 
	padding: 1px;
	margin-bottom:5px;
	}
	
.bottombox1 {
	width: 120px;
	float: left;
	margin-top:10px;
	}
	
.bottombox2 {
	width: 120px;
	float: right;
	text-align:right;
	margin-top:10px;
	}
	
.loginline1 {
	width: 70px;
	float: left;
	background-color:#00FF99;
	margin-top:5px;
	}
	
.loginline2 {
	width: 110px;
	float: right;
	background-color:#6666CC;
	text-align:right;
	margin-top:5px;
	}
	
.loginbox {
	position:relative;
	float:left;
	margin-bottom:3px;
   	padding: 5px;
	width: 213px;
	background:url(../grafik/bg-login.jpg);
	border-style:solid;
	border-color:#FFFFFF;
	}
	
.name {
	text-decoration: none;
	margin-bottom:7px;
	font-size: 11px;
	color:#666666;
	}


	
#max {
    position:relative;
    display: inline;
	float:left;
	left:10px;
	margin-top: 20px;
	width:870px;
	}
	
.form1 {
    position:relative;
	float:left;
	padding-left: 40px;
	height: 45px;
	width: 253px;
	margin-bottom:10px;
	background: #B8B8B8;
}

.form2 {
    position:relative;
	float:left;
	padding-left: 40px;
	margin-left:20px;
	margin-bottom:10px;
	height: 45px;
	width: 253px;
	background: #B8B8B8;
}

.long {
    position:relative;
	float:left;
	width: 606px;
}

.subject {
    position:relative;
	float:left;
	width: 85px;
	margin-bottom:10px;
}



/* Sidfot */
#footer {
	background-image:url(../grafik/bottom.gif);
	background-repeat:no-repeat;
	height:60px;
	margin-top: 20px;
	}




/* Utseende och effekter */
.skugga {
	width: 100px;
	}
	
.skugga2 {
	width: 200px;
	}
	
.skugga3 {
	width: 140px;
	}
	
.skugga4 {
	width: 603px;
	}


#pictures {
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
}
	#pictures img {
		border: 0;
		margin-bottom: 10px;
	}
	
.hideDiv{
	display:none;
}	
.showDiv{
	display:block;
}