/* - - - - - - - - - - - - - - - - - - - - -

Title: skisimulator.no CSS
Webmaster: Rainer Strand
Copyright: skisimulator.no © 2007 All rights reserved.
Created : 04 mars 2007
Modified : 16 mai 2007

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

html {
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
body {
	background-color: white;
	background-image: url(menu_bg.png);
	background-repeat: repeat-y;
	color: black;
	margin: 0;
	padding: 0;
}
td {
	vertical-align: top;
}


/* ----- CLASSES ----- */
.main {
	height: 100%;
	width: 100%;
	border: 0;
}
.banner {
	background-image: url(top_bg.gif);
	border: solid 1px #C2C2C2;
	height: 120px;
	font-size: 60px;
}
.menu_banner {
	background-image: url(box_bg.gif);
	background-repeat: 149px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: solid 1px #C2C2C2;
	width: 149px;
	font-weight: bold;
}
.left { width: 160px; font-size: 7pt; }
.menu { width: 160px; }
.menubottom {
	width: 160px;
	color: #666666;
	vertical-align: middle;
	text-align: center;
	font-size: 7pt;
}
.right  {
	padding: 20px;
	width: 100%;
}
.gallery {
	width: 100px;
	height: 80px;
	float: left;
	margin: 0 3px 3px 0;
	border: solid 1px #C2C2C2;
}

/* ----- LISTS ----- */

/* ----- IMAGES ----- */

img {
	border: 0;
	padding: 0;
}
.gallery img {
	width: 100px;
	height: 80px;
}

/* ----- LINKS ----- */

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #C2C2C2;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
.menu a {
	text-decoration: none;
	color: black;
	display: block;
	background: none;
}
.menu a:hover {
	background: #C2C2C2;
	color: black;
}
.menubottom a {
	color: #666;
}

/* ----- DIVS ----- */

div {
	margin: 0px;
	padding: 0px;
}

/* ----- FORMS ----- */

form {
	margin: 0px;
	padding: 0px;
}

