/*************************************************************************
* 
* normal.css
* 
* ************************************************************************
* 
* Stylesheet for www.avatrans.no
* 
*************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
	
	background			: url(imgs/bg.jpg);
}

.main {
	position			: relative;
	margin				: 0 auto;
	margin-top			: 58px;
	width				: 710px;
	border				: 0px;
	padding				: 0px;
}

.topLeft {
	padding				: 0px;
	margin				: 0px;
	display				: inline;
	float				: left;
	width				: 10px;
}

.topMiddle {
	padding				: 0px;
	margin				: 0px;
	display				: inline;
	float				: left;
	width				: 690px;
}

.topRight {
	padding				: 0px;
	margin				: 0px;
	display				: inline;
	float				: left;
	clear				: right;
	width				: 10px;
}

.contentHolder {
	float				: left;
	width				: 710px;
	padding-top			: 30px;
	background			: url(imgs/mainbg.gif);
}

.bottom {
	float				: left;
	width				: 710px;
	height				: 20px;
	background			: url(imgs/bottom.gif);
	font-family			: arial;
	font-size			: 10px;
	line-height			: 10px;
	color				: #2f5e8e;
	text-align			: center;
	padding-top			: 9px;
}

.content {
	left				: 106px;
	position			: absolute;
}

.imgNoBottom {
	vertical-align		: bottom;
}

.mainBottom {
	border				: 0px;
	margin				: 0px;
	padding				: 0px;
}

.bottomImage {
	vertical-align		: bottom;
}

h1 {
	margin				: 0px;
	padding				: 0px;
}

p {
	margin				: 0px;
	padding				: 0px;
}

ul {
	padding				: 0px;
	margin				: 0px;
	margin-left			: 37px;
}

img.imgBorder {
	border				: 1px solid #4c4c4c;
}
img.noBorder {
	border				: 0px;
}

/*************************************************************************
* 
* Menu
* 
*************************************************************************/

div.menu {
	margin				: 0px;
	padding				: 0px;
	position			: absolute;
	top					: 173px;
	left				: 99px;
	width				: 512px;
}

ul.menu {
	list-style-type		: none;
	margin				: 0px;
	padding				: 0px;
	border				: 0px;
	font-family			: arial;
	font-size			: 12px;
	font-weight			: normal;
	letter-spacing		: 0px;
	line-height			: 12px;
	height				: 25px;
}

li.menu {
	display				: inline;
	float				: left;
	border				: 0px;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 7px;
	padding-bottom		: 7px;
	padding-right		: 7px;
	padding-left		: 7px;
}

li.menuLang {
	display				: inline;
	float				: right;
	border				: 0px;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 0px;
	padding-bottom		: 0px;
	padding-right		: 0px;
	padding-left		: 0px;
}

img.menuLang {
	display				: inline;
	float				: left;
}

div.menuLang {
	padding				: 0px;
	margin				: 0px;
	border				: 0px;
	padding-top			: 7px;
	padding-bottom		: 7px;
	padding-right		: 7px;
	padding-left		: 7px;
	display				: inline;
	float				: left;
}

li.menuSelected {
	display				: inline;
	float				: left;
	border				: 0px;
	padding				: 0px;
	margin				: 0px;
	padding-top			: 7px;
	padding-bottom		: 7px;
	padding-right		: 7px;
	padding-left		: 7px;
	background			: url(imgs/menuactive.gif) repeat-x;
}


a.menu {
	color				: #2f5e8e;
	text-decoration		: none;
}

a.menu:visited {
	color				: #2f5e8e;
	text-decoration		: none;
}

a.menu:hover {
	color				: #2f5e8e;
	text-decoration		: underline;
}

a.menu:active {
	color				: #2f5e8e;
	text-decoration		: none;
}

a.menuSelected {
	color				: #ffffff;
	text-decoration		: none;
}

a.menuSelected:visited {
	color				: #ffffff;
	text-decoration		: none;
}

a.menuSelected:hover {
	color				: #ffffff;
	text-decoration		: underline;
}

a.menuSelected:active {
	color				: #ffffff;
	text-decoration		: none;
}

/*************************************************************************
* 
* Text styles
* 
*************************************************************************/

.tekst {
	font-family			: arial;
	font-size			: 12px;
	color				: #505f6f;
	line-height			: 18px;
	font-weight			: normal;
}

.overskrift {
	font-family			: arial;
	font-size			: 18px;
	color				: #3a4959;
	line-height			: 18px;
	font-weight			: normal;
}

.liten_overskrift {
	font-family			: arial;
	font-size			: 12px;
	color				: #3a4959;
	line-height			: 18px;
	font-weight			: bold;
}

a {
	color				: #2280e1;
	text-decoration		: underline;
}

a:visited {
	color				: #2280e1;
	text-decoration		: underline;
}

a:hover {
	color				: #479ff8;
	text-decoration		: underline;
}

a:active {
	color				: #2280e1;
	text-decoration		: underline;
}