/* 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: Arial, Verdana;
	font-size: 11px;
}

/* 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: #e2001a;
	text-decoration: none;
	font-weight: bold;
}
a:hover	{
	text-decoration: underline;
}



#wrapper	{
	/*background-color: #fff;*/
	margin:auto;			
	width: 900px;
	height:100%;
	text-align: left;
}
#top	{
	z-index: 1;
	position: relative;
	height: 130px;
	background-color:#A39C82;		
}
#logo {
	width: 230px;
	float: left;
	background-color: #ccc;
}
#topmenu_wrap 
{
	float:left;	
	position: relative;
}
#topmenu {
	position: absolute;
	z-index: 10;
	top:106px;
	width: 670px;
	padding-left: 10px;
}
#topmenu a 
{
	margin-left: 10px;
}

#topimage 
{
	position:absolute;
	width: 670px;
	background-color: #333;
}
#menuwrapper	{
	margin-top: -130px;
	float:left;
	width: 230px;
	background-color:#CDC3A0;
	height:100%;
}
#menu	{
	padding-top: 143px;
	padding-left: 12px;
	padding-bottom: 10px;
	background-color:#B7A87D;
	color: white;
}
	/*indrag för underliggande menyalternativ*/
	#menu div
	{
		padding-left: 13px;
		height:20px;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: white;
		font-weight:normal;
	}
	.menu_item_selected
	{
		color: white;
		font-weight:normal;
	}
	div.menu_item_selected
	{
		background: url(../images/pil.gif) no-repeat top left;
	}
#content	{
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 10px;
	float:left;
	width: 634px;
	overflow:auto;
}

.header_red, th {
	padding-left: 6px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	font-weight: bold; 
	color: white; 
	background-color: #e2001a;
}
.dashline_h {
	background: url('../images/strecklinje.gif') repeat-x center center;
}
.dashline_v {
	background: url('../images/strecklinje_h.gif') repeat-y center center;
}
