/*********************************

siamai.css

CSS for hele siamai.dk

**********************************/


/*********** DEFAULTS ************************/


frameset	{ border: 0 solid #000000 }
frame		{ border: 0 solid #000000 }

body, p, pre, tr, td, tl, h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-align: left;
	margin: 3px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-size: 30px;
	margin: 10px 0px;
}

h2	{ font-size: 22px; }
h3	{ font-size: 18px;  }
h4	{ font-size: 12px; font-weight: bold; margin: 10px 0px 0px 0px; }

hr	{ height: 1px; color: silver; }


body, p, pre, tr, td, tl	{ color: black; }

body 	{
	background-color: white;
	padding: 30px;
	margin: 0px;
	scrollbar-3dlight-color:white; 
	scrollbar-arrow-color:gray; 
	scrollbar-base-color:gray; 
	scrollbar-darkshadow-color:white; 
	scrollbar-face-color:#f7f7f7; 
	scrollbar-highlight-color:white; 
	scrollbar-shadow-color:white; 
	scrollbar-track-color:white; 
}

a	{ cursor: pointer; }
img	{ border: 0px; margin: 0px; padding: 0px; }

div	{
	background: transparent;
	overflow: auto;
}

table	{
 margin: 0px;
 padding: 0px;
 table-layout: auto;
 border-collapse: collapse;
 empty-cells: show;
}

td, th	{
	border: 0px solid silver;
	padding: 4px 15px 4px 4px;
}

th	{ background: white; }

a:link		{ 
	color: gray;
	font-style: normal;
	text-decoration: none;
}

a:visited	{ 
	color: gray;
	font-style: normal;
	text-decoration: none;
}

a:hover	{ 
	color: orange;
	font-style: normal;
	text-decoration: none;
}

a:active	{ 
	color: gray;
	font-style: bold;
	text-decoration: none;
}




/********** CLASSES *************************/

h1 {
	position: absolute;
	left: 165px;
	top: 0px;
	padding: 0px;
}

p.caption {
	font-size: 9px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	color: silver;
}

img.big {
/*	width: 610px;
	height: 380px;*/
	position: relative;
/*	left: 15px;*/
	border: 1px solid black;
}

div.main {
	width: 800px; 
	height: 600px;
	padding: 15px; 
	position: relative;
	text-align: center;
/*	border: 1px solid black;*/
}

#content {
	width: 644px; 
	height: 450px;
	padding: 15px 0px 15px 15px; 
	position: absolute;
	top: 55px;
	right: 0px;
	text-align: left;
/*	border: 1px solid blue;*/
}

#meny {
	width: 150px;
	padding: 15px; 
	position: absolute; 
	top: 55px;
	left: 0px; 
	text-align: left;
/*	border: 1px solid red;*/
}

.footer {
	padding: 15px;
	width: 644px;
	text-align: left;
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
/*	border: 1px solid green;*/
}

