
/* 
	Client: Tove Breistein
	Design: Snedig design, Elisabeth
	Web: snedig.no
	E-mail: elisabeth@snedig.no
	Version: 1.0
*/


/*---------- general ----------*/	

*	{
	border: 0;
	padding: 0;
	margin: 0;
	}

body	{
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-color: #004251;
	color: black;
	}

a		{text-decoration: none;}
a:link		{color: #004251;}
a:visited	{color: #004251;}		
a:hover		{color: black;}
a:active	{}

:focus {outline: 0;}

p		{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 2em;	
	}

h1		{
	font-size: 1.9em;
	text-align: right;
	}

h2		{
	font-size: 16px;
	font-weight: normal;
	}

h3	{
	font-size: 11px;
	margin-top: 0.5em;
	}
	
ul		{
	font-size: 11px;
	line-height: 16px;
	list-style-type: none;
	}
			
	
/*---------- layout ----------*/	

#topp {
		width: 840px;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10px;
		}
	
#innhold {
		width: 850px;
		margin-left: auto;
		margin-right: auto;
		background-color: #fff;
		}	

#bildeboks {
		width: 520px;
		height: 520px;
		float: left;
		display: inline;			/*IE6 Double Margin Bug Fix*/
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
		}

#maincontent { 
		width: 520px;
		height: 520px;
		float: left;
		display: inline;			/*IE6 Double Margin Bug Fix*/
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 10px;
		}

#nav { 
		width: 270px;
		height: 520px;
		float: right;
		display: inline;			/*IE6 Double Margin Bug Fix*/
		margin-top: 20px;
		margin-right: 20px;
		}

#bildemeny {
		margin-top: 20px;
		margin-bottom: 20px;
		}
					
#footer {
		clear: both;
		position: relative;
		top: 20px;
		margin-left: 20px;	
		}				


/*---------- css for the navigation ----------*/	
		
ul#hovedmeny {

		font-size: 1.9em;
		line-height: 1.5em;
		text-align: right;
		margin-bottom: 37px;
		}
		
ul#hovedmeny li {

		}

ul#hovedmeny a {
		color: #004251;
		}
	
ul#hovedmeny a:hover {
		color: #000;
		border-right: 10px solid #004251;
		padding-right: 7px;
		}

ul#hovedmeny li#aktiv a
		{
		color: #000;
		}

.info1	{
		margin-top: 2em;
		}

.tnboks {
		margin-right: 4px;
		margin-bottom: 4px;
		float: left;
		}
		
.tnboks img {
		border: 2px solid #fff;
		}
		
.tnboks a img {
		border: 2px solid #fff;
		}
		
.tnboks a:hover img {
		border: 2px solid #928872;
		}
	

/*---------- details ----------*/	

#topp h1 a	{
		color: #fff;
		font-weight: normal;
		margin-right: 15px;		
		}

#imgtxt	{
		margin-right: 30px;
		height: 3em;
		}

#bildemeny a:link {
		color: #004251;
		}


#bildemeny a:hover {
			color: #000;
		}

#tittel	{
		font-weight: bold;
		margin-top: 10px;
		}

#footer, #footer a	{
		color: #478795;
		}

.special	{
			margin-right: 20px;
			font-size: 1.7em;
			line-height: 1.4em;
			text-align: center;
			font-style: italic;
			font-weight: normal;
			}


/*---------- static pages ----------*/

#contact_content {
		padding-top: 20px;
		padding-left: 20px;
		height: 520px;
		background: url(bilder/tovebreistein_contact.jpg) top left no-repeat;
		}


#about_content {
		padding: 20px;
		height: 520px;
		background: url(bilder/tovebreistein_about.jpg) top left no-repeat;
		}

#about_content ul	{margin-top: 0.5em;}		

#about_content p	{font-size: 11px; }		
		
		
/*---------- all done, go away now ----------*/	

