/*

infernoglassworks.css

CSS for hele infernoglassworks.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: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	text-align: left;
}

h1, h2, h3, h4, h5, h6		{ color: black }
body, p, pre, tr, td, tl	{ color: black }

body 	{
	background-color: white;
	padding: 0;
	margin: 0;
}

a	{ cursor: pointer; }


img	{ border: 0; }

div	{
	background: transparent;
	overflow: auto;
}

table	{
 margin: 0;
 cellpadding: 0;
 cellspacing: 0;
 border: 0;
 table-layout: fixed;
}

a:link       { color: blue; font-style: normal }
a:visited    { color: red; font-style: normal }
a:active     { color: green; font-style: normal }
a:active, a:visited, a:link { text-decoration: none }


/*********** CLASSES ************************/


.margin		{ background-color: white }


/*********** FORSIDE ************************/

.forside	{
	background: url(background.jpg) white;
	background-position: left top;
	background-repeat: no-repeat ;
}

.charliemeaker	{
	background: url(charliemeaker2.gif) white;
	background-position: center center;
	background-repeat: no-repeat ;
}

.artindustry	{
	background: url(artindustry2.gif) white;
	background-position: center center;
	background-repeat: no-repeat ;
}

.infernoglassworks	{
	background: url(infernoglassworks2.gif) white;
	background-position: center center;
	background-repeat: no-repeat ;
}

/***********************************/


img.tofront	{
	background: url(background.jpg) white;
	background-position: left top;
	overflow: visible;
	width: 20px;
	height: 20px;
	border: 0;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

img.back	{
	background: white;
	background-position: left top;
	overflow: visible;
	width: 20px;
	height: 20px;
	border: 0;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
}

div.indhold	{
	overflow: visible;
	width: 800px;
	height: 600px;
	border: solid black 1px;
	text-align: left;
}

p.email	{
	color: black;
	text-align: right;
	padding: 2px 6px;
	border: 0;
	overflow: visible;
	position: absolute;
	top: 0px;
	right: 0;
}

p.address	{
	color: black;
	width: 100%;
	text-align: center;
	font-size: 20px;
	word-spacing: 0em;
	padding: 6px 12px;
	border: 0;
	overflow: visible;
	position: absolute;
	bottom: 0px;
	left: 0;
}

img.logo	{
	position: relative;
	float: left;
	overflow: visible;
	top: 170px;
	left: 60px;
	background: white;
	width: 200px;
	height: 200px;
	padding: 0;
	margin: 10;
	border: solid black 3px;
}

img.thumb	{
	position: relative;
	float: left;
	overflow: visible;
	top: 15px;
	left: 60px;
	background: white;
	width: 200px;
	height: 150px;
	padding: 0;
	margin: 10;
	border: solid black 1px;
}

img.storfoto	{
	position: absolute;
	width: 700px;
	height: 525px;
	top: 30px;
	left: 50px;
	padding: 0;
	margin: 0;
	border: solid black 1px;
}

.stortekst	{
	background: url(charliemeaker3.gif) white;
	background-position: center 80px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: absolute;
	width: 700px;
	height: 525px;
	top: 30px;
	left: 50px;
	padding: 100;
	padding-top: 70;
	margin: 0;
	border: solid black 1px;
	scrollbar-arrow-color: black;		/* Den lilla pilen i scroll-knapparna */
	scrollbar-face-color: grey;		/* Knapparna och baren */
	scrollbar-highlight-color: white;	/* Belyst sida av knappar och bar */
	scrollbar-shadow-color: white;		/* skuggsidan av knappar och bar */
	scrollbar-track-color: white;		/* Banan */
	scrollbar-3dlight-color: white;		/* Belyst sida i banan */
	scrollbar-darkshadow-color: white;	/* Skuggan i banan */
}

.stortekst p {
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
}

.stortekst h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

p.tekst	{
	position: absolute;
	width: 700px;
	height: 20px;
	top: 540px;
	left: 50px;
	padding: 0;
	margin: 0;
	border: solid black 0px;
	
}

a:link		{ 
	color: gray;
	font-style: normal;
	text-decoration: none;
}

a:visited	{ 
	color: gray;
	font-style: normal;
	text-decoration: none;
}

a:hover	{ 
	color: black;
	font-style: normal;
	text-decoration: none;
}

a:active	{ 
	color: gray;
	font-style: normal;
	text-decoration: none;
}


