
body {
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
}

h1 {
	color: #E63C1E;
	border-bottom: 1px solid #E63C1E;
}

a {
	padding: 1px 2px;
	color: #E63C1E;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

a:active,a:hover,a:focus,a:visited {
	color: #666;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin-left: -80px; 
    position: relative;
    left: 100px;
	border: 1px solid #E63C1E;
}


img.gallery { 
    margin: 8px; 
    border-bottom: 0px;
}

#logo {
	position:absolute;
	left: 10px;
	top: 10px;
}

#bilde1 {
	position:absolute;
	left: 610px;
	top: 100px;
}

#logo a {
	border:0;
}

#main_menu {
	position:absolute;
	left: 20px;
	top: 120px;
	width: 140px;
	padding-left:10px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}

#main_menu a {
		padding: 1px 2px;
		color: #333;
		text-decoration: none;
		border-bottom: 1px dotted #E63C1E
	}

#main_menu a:active,#main_menu a:hover,#main_menu a:focus{
	color: #E63C1E;
}

#main_menu a:visited {
	color: #666;
}

#main_content {
	position:absolute;
	left: 190px;
	top: 0px;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 220px;
	padding-bottom: 50px;
	width:580px;
	background-color: rgb(255,195,156);
	background-image: url(images/bakgrunn_repeat2.png);
	background-repeat: repeat-y;
	background-position: right;
}



.infoboks {
	background-color: #EEE;
	color: #333;
	border: 1px solid #E63C1E;
	padding-left: 15px;
	padding-right: 15px;
}


/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 04/04/2008 10:51 AM

table {
	color: #7F7F7F;
	font: 0.8em/1.6em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse
}

table,caption {
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC
}

caption,th,td {
	border-left: 0;
	padding: 10px
}

caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}

thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center
}

tbody th {
	padding: 20px 10px
}

tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}

tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

tbody tr:hover {
	background-color: #EEE;
	color: #333
}

tbody tr:hover a {
	background-color: #FFF
}

tbody td+td+td+td a {
	color: #C30;
	font-weight: bold;
	border-bottom: 0
}

tbody td+td+td+td a:active,tbody td+td+td+td a:hover,tbody td+td+td+td a:focus,tbody td+td+td+td a:visited {
	color: #E63C1E
}

*/

