/* 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: green;
	text-decoration: none
}
a:hover	{
	color: #9b9c9d;
}

#main_wrapper	
{
	width: 850px;
	text-align: left;
	margin: auto;
}	
#wrapper	{
	/*background-color: #ffffff;*/
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	/*background-image: url('../images/bg.gif');*/
}	

#top	
{
	padding: 0px 18px;
}
	
#top_image
{
text-align:right;
}

#menu_wrap
{
	margin-top:5px;
	width: 200px; /*+padding*/
	float:left;
	overflow:auto;
	display:inline;
	background: url('../images/menu_shade.gif') repeat-y right;
	text-decoration:none;
}
#menu_top
{
}
#menu_wrap2
{
	margin-right:7px;
	background-color:#ffffff;
}
#logo
{
	text-align:center;
}

#menu
{
	padding: 15px;
}
	/*indrag för underliggande menyalternativ*/
	#menu div
	{
		line-height: 22px;
		border-bottom: 1px dashed #ccc;
		background: url('../images/fotboll_7px.gif') no-repeat 0px 8px;
		padding-left: 10px;
	}
	#menu div div
	{
		padding-left: 7px;
		background: none;
		border: none;
	}
	
	/* Menyalternativ */
	.menu_item 	{
		color: #333;		
	}		
	.menu_item_selected
	{
		color: black;
		font-weight:bold;
		}
	.menu_item:hover, .menu_item_selected:hover
{
	color: #23c123;
}		

#content_wrap
{
	float:left;
	overflow:auto;
	display:inline;
	width: 630px;
}
	#content, #content_topimage
	{
		background-color: White;
		margin: 0px;
		padding: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#content
	{
		padding-top: 20px;
		padding-bottom:10px;
		min-height:300px;
	}


