/* Reset margins, and padding */
{
	margin: 0;
	padding: 0;
}

a:link
{
	text-decoration: none;
	color: black;	
}

a:hover
{
	text-decoration: underline;
	color: red;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a.menu_current
{
	border: 1px solid #996666;
	width: auto;
	display: block;
	padding: 0;

	font-family: verdana, arial, helvetica;
	font-style: oblique;
	font-weight: bold;
	font-size: 10px;

	color: #333333;
}

a.menu_current:visited
{
	color: #333333;
}

a.menu_default
{
	border: 1px solid #996666;
	width: auto;
	display: block;
	padding: 0;

	font-family: verdana, arial, helvetica;
	font-style: oblique;
	font-weight: bold;
	font-size: 10px;

	color: #333333;
}

a.menu_default:visited
{
	color: #333333;
}

body
{
	background: white url(http://www.tvamojligheter.se/bilder/bg.jpg) repeat scroll;

	font-family: arial, verdana;
	font-size: 13px;
}

#wrapper
{
	margin: auto;
	width: 70%;
	min-width: 850px;
	margin-top: 15px;
}

#header
{
	float: left;

	background: white url(http://www.tvamojligheter.se/bilder/logga.jpg) center no-repeat;

	width: 100%;
	height: 179px;
}
	
	#bildspelFrame1
	{
		float: left;
	}

	#bildspelFrame2
	{
		float: right;
	}

	.bildspelFrame
	{
		padding: 5px;
		background: #EEEEEE;
		border: #CCCCCC solid 1px;
	}

	.bildspel-img
	{
		border: #CCCCCC solid 1px;
	}



#main
{
	float: left;

	width: 100%;
	background: white;

	min-height: 300px;

	margin-top: 5px;
	margin-bottom: 5px;

	padding-bottom: 10px;
	padding-top: 5px;
}

	#menu
	{
		position: relative;

		float: left;
		clear: left;

		margin-top: 60px;
		margin-right: 0;

		width: 180px;
	}

		#menuList
		{
			padding-top: 1px;
			padding-left: 30px;
			padding-bottom: 1px;
			margin: 0;
			list-style-type: none;
		}

		.menuListItem
		{
			margin-top: 2px;
			margin-bottom: 2px;
		}


	#content
	{
		padding-left: 200px;
		padding-right: 15px;
	}



#footer
{
	float: left;

	width: 100%;
	min-height: 80px;

	background: white;

	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#footWrap
	{
		width: 90%;
		margin: auto;
	}

		.footerBar
		{
			float: left;
			margin-right: 3%;
		}