/*

	Design: Nina Taralsen, Recommended Norway
	xhtml/css: Ole-Marius L. Mathiassen, Recommended Norge

	Fargene vi bruker er:  M¿rk blŒ: #9f823c; Gul: #fbfcee;
	
*/

body {
	padding: 0;
	margin: 1.5em 0 0 0;
	font-family: verdana, arial, sans-serif;
	background-color: #ffffff;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #444;
}

a {
	color: #ff3300;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: red; }

h1, h2, h3, h4, h5, h6 {
	font-size: 2em;
	line-height: 1.0em;
	padding-bottom: 0.2em;
	color:#333;
	font-weight: none;
	font-family: verdana, arial;
}



/* Structure    
--------------------------------------------------------------------------------------- */
#skip {
	display: none;
}

#wrapper {
	width: 864px;
	margin: 0 auto;
	background: #fbfcee url(/themes/bache/images/bg-body.png) repeat-y;
}

#wrapper2 {
	margin: 0 11px 2px 13px;
	border-bottom: 4px solid #9f823c;
}

#masthead {
	height: 255px;
	background: #fbfcee url(/themes/bache/images/bg-top.png) no-repeat;
}

#content {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #9f823c;
	margin-bottom: 2px;
}

#col-left {
	width: 548px;
	float: left;
	padding-top: 20px;
}

#col-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

#footer { background: #fff url(/themes/bache/images//bg-footer.png) top left no-repeat; }


/* Masthead    
--------------------------------------------------------------------------------------- */

#masthead { text-indent: -9999px; }


/* Nav    
--------------------------------------------------------------------------------------- */

#nav {
	margin: 3px 11px 0 13px;
	padding: 2px 0;
	border-top: 4px solid #224684;
	border-bottom: 4px solid #224684;	
}


#nav ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	height: 3em;
	border-top: 1px solid #224684;
	border-bottom: 1px solid #224684;
}

#nav ul li {
	display: block; 
	float: left;
	width: 104px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.5em;
	margin: 2px 0;

	border-right: 1px solid #224684;
}

#nav ul li a {
	color: #224684;
	font-family: georgia;
	font-weight: normal;	
}

#nav ul li a:hover { color: red; }
#nav ul li.last { border: none; }
#nav ul li a.current { font-weight: bold; }


/* Nav2
--------------------------------------------------------------------------------------- */

#nav2 {
	background-color: #224684;
	width: 198px;
	float: left;
	margin-left: -10px;
	margin-top: 1px ;
	border: 1px solid #224684;
	padding: 0 0 10px 0 ;
}

#nav2 ul {
	list-style-type: none;
	text-align: center;
	margin: 0 5px;
	padding: 0;
}

#nav2 ul li { border-bottom: 1px solid #fbfcee; }

#nav2 ul li a
{
	font: 1.5em/2em georgia, serif;
	color: #fbfcee;
	letter-spacing: 1px;
}

#nav2 ul li a:hover { color: red; }

#nav2 ul li ul {
	background: #90a1b5;
	margin-bottom: 20px;
}

#nav2 ul li ul li { border: none; }


/* content    
--------------------------------------------------------------------------------------- */

h2 {
	font-weight: bold;
	font-size: 1.6em;
	color: #4b4b4b;
	padding-bottom: 0.8em;
}

h3 { 
	text-transform: uppercase;
	font-size: 1.1em;
	padding-bottom: 1.5em;
	color: #224684;
	font-family: arial;
}


/* Content:Index    
--------------------------------------------------------------------------------------- */

.box { padding: 0 0 15px 5px; }

.box img {
	float: right;
	width: 199px;
}

.box p { width: 290px; }

.art-box { padding-top: 3em; float: right;padding-right: 3em; width:600px; }

.art-box img {
	float: right;
	width: 199px;
}

.art-box p { width: 290px; }

#news-article {
  padding-top: 5px;
  margin-top: 20px;
  width: 100%;
}

#news-article img {
  float: right;
}

.product {
	margin: 10px 0;
	padding: 30px 19px;
	background-color: #dde1be;
	margin-left: -14px;
}

#col-right .box {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-bottom: 20px;
}

#flash { background-color: #fff; }

.contact p {
	font-size: 0.9em;
	text-align: center;
	
}

.contact a {
	color: #000;
	font-weight: normal;
	border-bottom: 1px dotted #000;
}

.contact a:hover { border-bottom: 1px solid #000; }


/* Content: List-View    
--------------------------------------------------------------------------------------- */

#list-view, #art-view {
	width: 600px;
	float: right;
}

.list-view-item, .article {
	padding-top: 3em;
	padding-right: 3em;
	border-bottom: 1px solid #ccc;
	
}

.list-view-item img {
	width: 120px;
	float: right;
	border: 1px solid #ccc;
}

.list-view-item h2, .list-view-item p { width: 400px; }


/* Content: Art-View    
--------------------------------------------------------------------------------------- */

.article p { width: 320px; }

.article img {
	width: 200px;
	float: right;
	border: 1px solid #ccc;
}


/* Footer    
--------------------------------------------------------------------------------------- */

#footer p {
	padding: 1.5em;
	text-align: right;
	color: #999;
}

#footer p a {
	color: #999;
	font-weight: normal;
}

#footer p a:hover { color: #444;}


