/********************************************************/
/* Fredrik Hansson, webmaster@allbags.se	   			*/
/* Titel: layout.css	                       			*/
/* Jobbar med: Allbags.se							 	*/
/* Datum: 2007-01-22									*/
/********************************************************/

/***********************************************/
/* XHTML design med CSS2                       */
/***********************************************/

body{
	font-family: "Trebuchet MS", Georgia, Arial, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../bilder/bgline.gif);
	color:#000000;
}

#centrerad {
    position: absolute;
    top: 4%;
    left: 50%;
    width: 900px;
    height : 677px;
    margin-left: -450px; /* Halften av vardet for width */
    border : 2px solid black;
    background-color: #003399; 
    color:#000000;
  }

#innehall {
	position: absolute;
	top: 20px;
	left: 70px;
	width: 760px;
	height: 620px;
	background-color: #003399; 
  }

#rubrik{
	background-color:#003399;
	vertical-align: top;
	text-align: left;
}

#helamitt{
	background-color: #003399;
	vertical-align: top;
	text-align: center;
}

#vanster{
	background-color:#003399;
	color: #000000;
	vertical-align: top;
	text-align: left;
}

#uppe{
	margin-top: 0;
	color: #000000;
	text-align:center;
}

#nere{
	margin-bottom: auto;
	color: #000000;
	text-align:center;
}


#bildhoger{
	vertical-align: top;
	color: #000000;
}

#raknare{
vertical-align: middle;
text-align: center;
	color: #000000;
}

/*****************  Links  *******************/

#meny{
font-weight: bold; 
color: #999999;
text-decoration: none;
font-size: 1.00em;
text-align: left;
}

#undermeny{
background-color: #FFFFFF;
font-weight: bold; 
color: #999999;
text-decoration: none;
text-indent: 30px;
font-size: 0.85em;
text-align: left;
}

a:link{
	font-weight: bold; 
	color: #999999;
	text-decoration: none;
	}
	
a:visited{ 
	font-weight: bold; 
	color: #999999;
	text-decoration: none; 
	}
	
a:hover{
	font-weight: bold; 
	color: #999999;
	text-decoration: underline;
	}

a:active{
	font-weight: bold; 
	color: #CCCCCC;
	text-decoration: none;
	}

/*****************  klass ********************/
.kontakt_hoger {width: 150px; height: 382px;} /* Kontakt_hoger */
.bredd {width: 380px; height: 384px;}	/* Starsida */
.under_hoger {width: 150px; height: 366px;} /* med undermeny */
.under_hoger_web {width: 380px; height: 366px;} /* webbplatskarta med undermeny */
.storbild {width: 750px; height: 364px;} /* stor bild*/

.storlek {width: 380px; height: 350px;}
.hojd {height: 300px;}
.storlek_bred {width: 448px; height: 350px;}
.bred_liten {width: 150px; height: 384px;}


/*********************** h1 *****************/
h1{
	margin-left: 0;
	font-family: "Trebuchet MS", Georgia, Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCC9;
	font-size: 1.30em;
	font-weight: bold;
}
/************************* h2 ****************/
h2{
	margin-left: 0;
	font-family: "Trebuchet MS", Georgia, Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCC9;
	font-size: 1.20em;
	font-weight: normal;
}
/************************* h3 ******************/
h3{
	margin-left: 0;
	font-family: "Trebuchet MS", Georgia, Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #CCCCC9;
	font-weight: normal;
}
/************************* h4 - te.x Kontakt texten *******/
h4{
	margin-left: 0;
	font-family: "Trebuchet MS", Georgia, Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #CCCCC9;
	font-weight: normal;
}
