/* CSS Document */

@import "http://www.goevent.se/admin/css/toolbar.css";

body {
	background-image:url(img/body_bg.png);
	background-repeat:repeat-x;
	background-color:#000000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:980px;
	border:0px solid red;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

/*_____ Sidhuvud _________________________*/
#sidhuvud {
	position:relative;
	margin:0 auto;
	width:980px;
	height:83px;
	border:0px solid green;
	margin-bottom:30px;
}
#topmeny {
	background-image:url(img/meny_bg.png);
	background-repeat:no-repeat;
	width:764px; /*779-15*/
	height:52px;
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0px;	
	padding:0px;
	padding-left:15px;
	list-style:none;
}
#topmeny li {
	float:left;
	white-space: nowrap;
	margin:16px;
}
#topmeny a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#topmeny a:hover {
	color:#FF0000;
}

/*_____ Sidfot _________________________*/
#sidfot {
	position:relative;
	margin:0 auto;
	background-image:url(img/sidfot_bg.png);
	background-position:bottom;
	width:960px;
	height:15px;
	border:0px solid green;
	margin-top:30px;
	margin-bottom:30px;
	color:#FFFFFF;
	padding:10px;
	font-size:10px;
	clear:both;
}

/*_____ Knappar _________________________*/
.knapp_lasmer {
	display:block;
	height:30px; 
	width:100px; 
	background-image:url(img/knapp_lasmer_rod_bg.png);	
	text-align:center; 
	font-weight:bold;
	font-size:11px;
	line-height:30px; 
	vertical-align:middle; 
	text-decoration:none;
	color:#FFFFFF;
}
.knapp_lasmer:hover {
	color:#333333;
}

/*__________ Länkar ______________________________*/
a.lank_pdf {
	background-image:url(/img/icon_pdf.png); 
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:3px;
	height:16px;
}

/*_____ Nyhetsruta _________________________ */
.box_Nyheter {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:206px; 
	height:300px; 
	border:2px solid #4B4B4B; 
	color:#FFFFFF; 
	padding:10px; 
	font-size:11px; 
	overflow:auto;
}
.box_Nyheter a {
	color:#ED1C24;
	text-decoration:none;
}
.box_Nyheter a:hover {
	color:#ED1C24;
	text-decoration:underline;
}

