/*
	Screen Styles

	Table of Contents:
		layout
		typography
		forms
*/

/* layout
----------------------------------------------- */
/* rettet 2007-01-14 */
body	{ 
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: white;
	}
/* rettet 2007-01-14 */
#wrapper
	{
	margin: 0px auto;
	width: 770px;
	text-align: left; 
	background-color: white;
	}
/* rettet 2007-01-14 */
#top 	{
	padding: 5px 3px 5px 3px:	
	}
/* rettet 2007-01-14 */
#content
	{
	margin-top: 5px;
	margin-bottom: 5px;	
	float: left;
	width: 580px;
	border-right: #cccccc 2px solid;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 80%;
	color: #666666;
	line-height: 1.6em;
	background-color: white;
	}
/* rettet 2007-01-14 */
#content-1
	{
	margin-top: 5px;	
	margin-bottom: 5px;
	float: left;
	width: 755px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 80%;
	color: #666666;
	line-height: 1.6em;
	background-color: white;
	}

#content-foto
	{
	margin-top: 5px;	
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 10px;
	FLOAT: left;
	WIDTH: 760px;
	LINE-HEIGHT: 1.6em;
	background-color: black;
	font-size: 80%;
	color: white;
	margin-bottom: 5px;
	}
/* rettet 2007-01-14 */
#menu {
	margin-top: 5px;	
	margin-bottom: 5px;
	float: left;
	padding: 0px 5px 0px 15px;
	font-size: 100%;
	line-height: 1.3em;
	background-color: white;
	}

#footer
	{
	MARGIN-TOP: 5px;	
	PADDING-LEFT: 10px;	
	PADDING-RIGHT: 5px;
	PADDING-TOP: 0px;
	color: #666666;
	background-color: white;}
	
/* typography
----------------------------------------------- */
.comment {
	text-align: right;
	font-size: 80%; color: #cccccc;
	}

.top	{
	text-align: left;
	font-size: 100%; color: #cccccc;
	}
	
h1 {
	border-bottom: 2px dotted #000000;
	color: #FF9600;
	font-size: 170%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}

h2 {
	border-bottom: 1px dotted #000000;
	color: #FF9600;
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}

h3 	{
	border-bottom: 1px dotted #000000;
	color: #FF9600;
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	}
	
.nav-hdr {
	font-size: 90%; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9600;
	border-bottom: 1px solid #BFBFBF;
	margin-bottom: 5px; font-variant:small-caps;
	}

.top-links { font-size: 80%; border-bottom: 1px solid #cccccc; text-align: left;
	}
	
.footer-links { font-size: 80%; border-top: 1px solid #cccccc; text-align: left;
	}

.company1 {
	font-size: 300%;
	font-family: Georgia, "Times New Roman", Times, serif; color: #000000;
	}

.company2 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif; color: #FF9600;
	}

.banner-image {
	border: 4px solid #cccccc; padding: 1px;
	}

/* links 
------------------------------------------- */
A 	{
	font-size: 80%; TEXT-DECORATION: none; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
a:hover {
	text-decoration: underline;
	}
	
A.comment:link {
	COLOR: #8D8C53; TEXT-DECORATION: none; font-size: 100%;
	}

A.comment:visited {
	COLOR: #8D8C53; TEXT-DECORATION: none; font-size: 100%;
	}

A.comment:active {
	COLOR: #BBBC61; TEXT-DECORATION: none; font-size: 100%;
	}

A.comment:hover {
	COLOR: #D16D39; TEXT-DECORATION: none; font-size: 100%; text-align:right; text-decoration: underline;
	}

A.mainnav:hover {
	TEXT-DECORATION: underline; BORDER-RIGHT: #444444 3px solid; COLOR: #444444; TEXT-DECORATION: none
	}

.clearthis {
	CLEAR: both; FONT-SIZE: 1px; FLOAT: none; COLOR: #fff
	}


#menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 15px; PADDING-TOP: 0px
	}

#menu LI {
	MARGIN: 0px; height: 20px; BORDER-BOTTOM: #ececec 1px solid; LIST-STYLE-TYPE: none
	}

#menu A {
	DISPLAY: block;  BACKGROUND: #fff;  COLOR: #666666; TEXT-DECORATION: none; font-size: 100%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; padding: 3px;
	}

#menu A.mainnav:hover {
	BACKGROUND: #BFBFBF; COLOR: #fff; 
	}

.quote {
	background-color: #cccccc;
	border: 1px solid #B4B4B4;
	color: #000000; padding: 2px;
	}
