@charset "utf-8";
/* CSS Document */
/* Copyright 2010 Motions */


html, body {
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/background-default.jpg) top no-repeat;
	background-color:#000;
	color:#fff;
	line-height: 17px;
}


img, div, a, input { 
	behavior:url(resources/iepngfix.htc); 
}


a:link, a:visited, a:active {
	color:#1eddd8;
	text-decoration:none;
}


a:hover {
	color:#00e57d;
}


h1 {
	font-size:22px;
	margin:0 0 10px 0;
	color:#00d675;
}


h2 {
	font-size:16px;
	margin:0px;
}


p {
	line-height:18px;
}


/* Wrapper ( page-backgrounds ) -------------------------------------------------------------------- */

div#wrapper-index {
	background:url(../images/wrapper-index.jpg) top center no-repeat;
	width:100%;
	height:100%;
}

div#wrapper-outside-broadcast {
	background:url(../images/wrapper-outside-broadcast.jpg) top center no-repeat;
	width:100%;
	height:100%;
}

div#wrapper-livestreaming {
	background:url(../images/wrapper-livestreaming.jpg) top center no-repeat;
	width:100%;
	height:100%;
}

div#wrapper-inslagsproduktion {
	background:url(../images/wrapper-inslagsproduktion.jpg) top center no-repeat;
	width:100%;
	height:100%;
}

div#wrapper-kontakta-oss {
	background:url(../images/wrapper-kontakta-oss.jpg) top center no-repeat;
	width:100%;
	height:100%;
}



/* Header -------------------------------------------------------------------- */

div#wrapper-header {
	margin:auto;
	width:920px;
	height:100px;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #2f2f2f;
}

div#wrapper-header-logotype {
	position:absolute;
	bottom:35px;
	left:0px;
	width:220px;
}

div#wrapper-header-meny {
	position:absolute;
	bottom:35px;
	right:0px;
	color:#fff;
	font-size:14px;
	width:750px;
}




/* Main -------------------------------------------------------------------- */

div#wrapper-index-main {
	margin:auto;
	width:920px;
	overflow:hidden;
	padding:20px 0 30px 0;
}

div#wrapper-main {
	margin:auto;
	width:880px;
	overflow:hidden;
	padding:60px 0 40px 0;
}

div#wrapper-flash {
	position:relative;
}

div#wrapper-index-content {
	position:absolute;
	bottom:0px;
	width:910px;
	padding:25px 0 25px 10px;
	background-color:#000;
	z-index:2;
	filter:alpha(opacity=85); 
    -moz-opacity: 0.85; 
    opacity: 0.85;
}


/* Main Content -------------------------------------------------------------------- */

div#wrapper-main-content {
	width:314px;
	float:left;
	color:#fff;
	padding:0 0 0 0;
}




/* Main Spacer -------------------------------------------------------------------- */

div#wrapper-main-spacer {
	width:40px;
	float:left;
}




/* Main Media -------------------------------------------------------------------- */

div#wrapper-main-media {
	width:526px;
	float:left;
	padding:0 0 0 0;
}

div#wrapper-main-media-content {
	font-size:11px;
	padding:15px 0 0 0;
	color:#666;
}




/* Contact -------------------------------------------------------------------- */

div#wrapper-contact {
	width:410px;
	border-top:1px solid #2f2f2f;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
}




/* Footer -------------------------------------------------------------------- */

div#wrapper-footer {
	margin:auto;
	width:920px;
	border-top:1px solid #2f2f2f;
	padding:10px 0 0 0;
	color:#696969;
	font-size:11px;
	text-align:center;
}


