/*

Template: teamob.no
Media	: Skjerm
Av		: Fredrik, 22/12-05

*/

@import "contents.css";

body {
	text-align          : center;  
	margin				: 0;
	padding				: 0;
	background-color	: #eeeeee;
	color				: #000;
}

body,td,th {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
}

p {
	padding-top: 0;
	margin-top: 0;
}
 
#container {
	align				: left;
	background-color	: #ffffff;
	width				: 992px;
	height				: 624px;
	text-align          : left;
	margin              : 0px auto;
	padding				: 0px 0px 0px 0px;	
}

#nav {
	margin				: 0px 0px 0px 19px; 
	padding				: 11px 0 0 0;
	height				: 78px;
	border-bottom		: 0px red solid;
	border-left			: 0px red solid;
	border-top			: 0px red solid;	
}

#logo {
	position			: relative;
	left				: 170px;
	top					: -530px; 
	width				: 90px;
	height				: 58px;
}


div#nav a:link, div#nav a:active, div#nav a:hover, div#nav a:visited {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	line-height			: 10px;
	color				: #fff;
	text-decoration		: none;	
	font-weight			: bold;
}

div#nav ul {
  	width				: 106px;
  	float				: left;
	list-style-type		: none;
	margin				: 0px 0px 0px 0px;	
	padding				: 7px 0px 0px 4px;	
}

div#nav li {
	line-height			: 9px;
	border-bottom		: 0px solid #CCC;
	margin				: 0px 0px 0px 0px;	
	padding				: 1px 0px 0px 0px;	
}

#contents {
	width				: 485px;
	font-size			: 11px;
	text-align          : left;
	padding				: 35px 0px 35px 0px;
	margin				: 0px 0px 0px 0px;
	border 				: 0px solid red;	
}

div#contents a:link, div#contents a:active, div#contents a:hover, div#contents a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #00529F;
}

#msg {
	background-color	: #EEEEEE;
	width				: 547px;
	text-align          : left;
	padding				: 5px 5px 5px 5px;
	margin				: 10px 0px 10px 0px;
	border 				: 1px solid #CCCCCC;	
}


/*
GP - nyheter
*/

INPUT, TEXTAREA
{
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	font-style			: normal;
	color				: #78797C;
	padding				: 2px 2px 2px 2px;
	border				: 1px solid #CCCCCC;
}

a.simple:link, a.simple:visited, a.simple:hover, a.simple:active {
	font-weight			: normal;
	text-decoration		: none;
	color				: #000000;	
}