/* **************************************************************** */
/* Several fixes for other browsers                                 */
/* **************************************************************** */

#wrapper
	{
	width: 950px;
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* We need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes */
	float/**/: none;
	}
/* easy clearing */
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
#header, #footer
	{
	width: 950px;
	}
/* Safari needs this */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}

	img {border:none;}
	html,body {margin:0;padding:0}
	body {
	  padding: 0;
	  margin: 0;
	  border: 0;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;  _font-size:  68.75%;
	  text-align: left;
  	  background-color:#0000000;
	  background:url(../img/Sportmyndir_bg_img.png) top left repeat-x;
	}
	
	#flashcontent {
		height: 100%;
	}
	
	a:link {
		text-decoration: none;
		color: #565a5d;
	}
	a:visited {
		text-decoration: none;
		color: #565a5d;
	}
	a:hover {
		text-decoration: underline;
		color: #ffbf03;
	}
	a:active {
		text-decoration: underline;
		color: #1d2a32;
	}
	a.menulink{
		text-decoration: none;
		color: #fff;
		font-size:14px;
	}
	a.menulink:visited {
		text-decoration: none;
		color: #fff;
		font-size:14px;
	}
	a.menulink:hover {
		text-decoration: underline;
		color: #ffbf03;
		font-size:14px;
	}
	a.menulink:active {
		text-decoration: underline;
		color: #ff0000;
		font-size:14px;
	}

	h1 {
		margin: 0;
		font-weight:bold;
		color: #393c3f;
		font-size: 14px;
	}
	h2 {
		margin: 0;
		font-weight:bold;
		color: #393c3f;
		font-size:13px;
	}
	h3 {
		margin: 0;
		font-weight:bold;
		color: #393c3f;
		font-size:12px;
	}
	h4 {
		margin: 0;
		font-weight:bold;
		color: #393c3f;
		font-size:11px;
	}
	
	.boldblack {
		font-weight:bold;
	}
	.footertext {
		font-weight:bold;
		color:#FFFFFF;
	}
	/*----------------*/
	
	
	div#container {
		width:950px;
		height:850px;
		margin:0 auto;
		float:none;
	}
	div#header{
		width:950px;
		height: 200px;
		background: url(../img/Sportmyndir_header.png);
	}
	div#footer {
		width:950px;
		height: 49px;
		background:  url(../img/Sportmyndir_footer.png);
	}
	div#content {
		width:950px;
		height: 551px;
		background: url(../img/Sportmyndir_main_space.png);
	}


	div#menu  {
		float: left;
		width: 230px;
		margin-left: 15px;
		margin-top: 11px;
	}
	
	#centercontent  {
		width: 700px;
		float: left;
		margin-left: 240px;
		margin-top: -50px;
	}
	#centercontent_2  {
		width: 700px;
		float: left;
		margin-left: 240px;
		margin-top: -200px;
	}
	.centercontentitem  {
		max-width: 700px;
		padding: 10px 10px 0px 10px;
		/* topp, hægri, botn, vinstri */
	}
	
