/* importera  saker som är lite mer globala */
@import "templates.css";

/* ===========================================================
    Detta stylesheet läses ÄVEN in i webKontroll i Edit-läge
   =========================================================== */

body	
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

a	{
	color: #2e3192;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}

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;
}
#wrapper	{
	/*border: 1px solid red;*/
	background: url(../images/top_bg.jpg) repeat-x;
	/*min-width:970px;*/
	width: 902px;
	margin:auto;
}
#wrapper2	{
	background-color: #ffffff;
	border: 1px solid black;
	text-align: left;
	/*min-width:970px;*/
	width: 100%;
	/*margin-top: 20px;*/
	_height: 500px;
	min-height: 500px;
	position: relative;
	/*top:-160px;*/
}
#top	{
	height: 150px;
	text-align: center;
}
#topbg	{
	margin-top: 24px;
	height: 20px;
	background: url(../images/top_fold_h20.gif) no-repeat;
}
#logo	{			
	position: relative;
	z-index: 2;
	horizontal-align: center;
	top: -13px;
}
#logobar	{
	position: relative;
	z-index: 1;
	height: 28px;
	background-color: #abadd3;
	top:-59px;
	_top:-62px;
	
}

#menu	{
	float: left;
	display: inline;
	width: 160px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#menu div	
{
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#menu a	
{
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	color: black;
}
#menu a:hover	{
	text-decoration: none;
	border-top: 1px dashed #ed1c24;
	border-bottom: 1px dashed #ed1c24;
	color: #ed1c24;
	/*background: url(../images/arrow_right_red_4x8.gif) left center no-repeat;*/
	
}
/* Allt djupare än 2 nivåer ska ha space före */
#menu div div	{
	margin-left: 7px;
}
#menu .menu_item_selected
{
	font-weight: bold;
	color: #ed1c24;
}
#content	{
	float:left;
	display: inline;
	width:680px;
	overflow:auto;
	margin-bottom:30px;
}
#content td	{
	font-size: 12px;
}

#sponsors
{
	margin-top:20px;
}
#sponsors img
{
	margin-left: 10px;
	margin-right: 10px;
}