/* importera  saker som är lite mer globala */
@import "templates.css";

/* ===========================================================
    Detta stylesheet läses BÅDE in i visning & webKontroll i Edit-läge
   =========================================================== */

body, td /* Sätt endast basic saker i denna body, layoutändrande saker i _notwk.css*/
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

/* Styles */	
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	/*display: inline;*/
	}

H1	{
	font-size: 24px;
}
H2	{
	font-size: 18px;
}
H3	{
	font-size: 16px;
	/*font-weight:bold;*/
}
H4	{
	font-size: 14px;
}
H5	{
	font-size: 12px;
	font-weight:bold;
}

p	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}	

a 
{
	color:#333333;
	text-decoration: none
}
a:hover	
{
	color:white;
}

#wrapper{
	width: 770px;
	margin: auto;
	text-align: left;
	background-image: url("../images/main_bg_full.gif");
	background-repeat: repeat-y;	
}
#content
{
	float:left;
	width: 539px; /* Tot = 579*/
	margin: 10px;
	margin-right: 20px;
	text-align: left;
	overflow:auto;
	display:inline;	
}
#menu_wrap	{
	width: 191px;
	float:left;
	background-image: url("../images/meny_topbg.gif");
	background-repeat: no-repeat;	
}
#menu_img	{
	margin-left: 27px;
	margin-top:6px;
	margin-bottom:20px;
	z-index:1;
}
#menu {
	margin-left:30px;
	margin-right:20px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: white;
	margin-bottom: 40px;
	min-height:150px;
	_height: 150px;
}
#menu a {
	color: white;
	text-decoration:none;
}
#menu div {
	padding-top:3px;
	margin-top:2px;
	border-top: 1px solid #afbdc7;
}
#menu div div div {
	padding-left:10px;
}
#menu hr {
	color: #afbdc7;
	background-color: #afbdc7;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

#bottom	{
	height:21px;
}

