@charset "utf-8";
/* CSS Document */

body
{
	margin:0px auto;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color:#e200d2;
}

/* links */
a:link { text-decoration: none; color:#ffffff; border:0px;}
a:visited { text-decoration: none; color:#ffffff; border:0px;}
a:active { text-decoration: none; color:#ffffff;}
a:hover { text-decoration: underline; color:#ffffff;}


#wrapper
{
	width:900px;
	height:1000px;
	margin:0px auto;
}

#logo
{
	width:220px;
	height:150px;
	background-image:url(../img/logo.png);
	float:left;
}


#menu
{
	width:680px;
	height:132px;
	background-image:url(../img/menu.png);
	float:right;
}

/*För att ändra höjd, ändra wrapper samt left content och right content */

#left_content
{
	width:220px;
	height:650px;
	background-image: url(../img/ripple.png);
	background-repeat:no-repeat;
	
	float:left;
}

#right_content
{
	width:680px;
	height:868px;
	float:right;
}

#img_container
{
	width:520px;
	height:215px;
	float:right;
}

#img
{
	width:410px;
	height:215px;
}

#main_text_show
{
	width:480px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	height:450px;
	float:left;
}

#main_text
{
	width:580px;
	height:450px;
	float:right;
}

#left_content_space
{
	width:220px;
	height:100px;
	font-family:verdana;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}


.rub
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFF;
}

.rub_left
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	width:160px;
	color: #FFF;
	text-align:center;
}

.aktuellt_text
{
	width:220px;
	height:100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}

.aktuellt_rub
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}

#menu_items
{
	width:650px;
	height:100px;
	float:right;
	color:#FFF;
}

#menu_item_space
{
	width:570px;
	height:67px;
}

#left_extra_space
{
	width:220px;
	height:30px;
}


/* MENY */

#menu_item_hold
{
	width:570px;
	height:20px;
	background-color:#060;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.table
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}




