﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color:#fff;
	font-family:Arial,Tahoma,Verdana;
	color:#fff;
	font-size:11px;
}

.pngFix{
	behavior: url(/Files/System/Tvis/NytWebsite/javascripts/iepngfix.htc);
}

.clear{
	clear:both;
}

#tvisLogo{
	z-index:100;
	position:absolute;
	top:0px;
	left:0px;
}

#mainBody{
	background-color:#000;
}

#mainBodyTop{
	
}

#mainContent{
	width:950px;
	color:#000;
	background-color:#f0f0f0;
}

#topNavigation{
	position:relative;
	width:950px;
	height:95px;
	padding-left:0px;
	background-color:#000;
}

#topMenu{
	margin-top:8px;
	height:59px;
	float:right;
	background-color:#000;
	padding-right:12px;
}

#hovedMenu{
	height:28px;
	float:right;
	padding-right:24px;
}

#topMenu ul li{
	list-style:none;
	float:left;
	padding-right:12px;
}

a.TopMenu, a.TopMenu:visited{
	font-size:10px;
	color:#a6a6a6;
	text-decoration:none;
}

a.TopMenu:hover, a.TopMenuSelected:hover, a.TopMenuSelected, a.TopMenuSelected:visited{
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}

#hovedMenu ul li, #hovedMenuForside ul li{
	list-style:none;
	float:left;
}

h1{
	font-size:28px;
}

#footer{
	position:relative;
	background-image:url('/Files/System/Tvis/NytWebsite/images/tvisFooterBg.png');
	background-repeat:repeat-x;
	padding-left:840px;
}

