* 
{

	margin: 0px;
	border: 0px;
	padding: 0px;
	
}

/* Typografi */

p
{	
	text-align: center;
	font-size: 13px;
	color: #ff0000;
	margin-top: 20px;
}

a
{
	text-decoration: none;
	color: #970108;
}

a:hover
{
	color: #FFF;
}

/* Body */

html, body 
{
	height: 100%;
	
	background-image: url(bilder/bg-flate.png);
	background-repeat: repeat-x;
	background-color: #ff0008;	
	
	font-family: "Helvetica Neue";
}

/* Wrapper */


#wrapper
{

	width: 1000px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: -10px;
	
	background-image: url(bilder/bg-ref.png);
	background-repeat: no-repeat;
}

/* Header */

/*
#header
{

	width: 1000px;
	height: 200px;
	background-image: url(bilder/header.png);
	background-repeat: no-repeat;
	
}
*/


/* Iframe */

iframe 
{
	
	width: 600px;
	height: 350px;
	margin-left: 200px;
	margin-right: auto;
	margin-top: 212px;
}

object
{
	width: 600px;
	height: 350px;
	margin-left: 200px;
	margin-right: auto;
	margin-top: 212px;
}

embed
{
	width: 600px;
	height: 350px;
	//margin-left: 200px;
	margin-right: auto;
	margin-top: 212px;
}

/* Linker */

a:hover img 
{
	visibility: hidden;
}


#fredrikstadfk
{
	background-image: url("bilder/fredrikstadfk-hover.png");
	width: 269px;
	height: 30px;
	float: left;
	margin-left: 270px;
}

#fredrikstadfk a, fredrikstadfk a:link, fredrikstadfk a:visited {
display:block;
}


#ffk-tv
{
	background-image: url("bilder/ffk-tv-hover.png");
	width: 116px;
	height: 30px;
	float: right;
	margin-right: 300px;
}

#ffk-tv a, ffk-tv a:link, ffk-tv a:visited {
display:block;
}


/* Footer */

#footer
{
	width: auto;
	height: 50px;
	border-top: 7px solid #FFF;
	background-image: url("bilder/bg-footer.png");
	background-repeat: repeat-x;
	position: relative;
}

#push
{
	height: 50px;
}

#clear
{
	clear: both;
}