/*
Bonsai Pets Styles (screen & print)
Af Lasse Gejl, lasse@gejl.net
Update: 2005-01-12
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	background-image: url(graphics/bg_lines_angle.gif);
	background-repeat: repeat;
}
#container {
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(graphics/bg_lines.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFF;
}
#top {
	height: 24px;
}
#header {
	background-color: #36425D;
	height: 185px;
	padding-left: 20px;
	background-image: url(graphics/header_strip.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	padding-top: 15px;
	padding-bottom: 10px;
}
#navi1 {
	font-weight: bold;
	color: #969BA5;	
	margin-bottom: 1px;
	margin-left: 0px;
}
#navi1 a:link, #navi1 a:visited {
	color: #969BA5;
	text-decoration: none;
}
#navi1 a:hover, #navi1 a:active {
	color: white;
	text-decoration: none;	
}
#navi1 ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0px;
}
#navi1 ul li {
	display: inline;
	padding: 0 8px 0 0;
}
#navi2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;	
	margin-left: 0px;
}
#navi2 a:link, #navi2 a:visited {
	color: white;
	text-decoration: none;	
}
#navi2 a:hover, #navi2 a:active {
	color: #FE5200;
	text-decoration: none;
}
#navi2 ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0px;
}
#navi2 ul li {
	display: inline;
	padding: 0 8px 0 0;
}
#gradient {
	background-image: url(graphics/bg_gradient.gif);
	background-repeat: repeat-x;
	height: 45px;
}
#focus {
	float: right;
	width: 230px;
	padding-right: 20px;
	margin: 0px;
}
#focus a:link, #focus a:visited {
	color: #36425D;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #36425D;
}
#focus a:hover, #focus a:active {
	color: #36425D;
	text-decoration: none;	
	border-bottom: none;
}
#content {
	color: #303030;	
	width: 420px;
	margin-left: 20px;
}
#content a:link, #content a:visited {
	color: #36425D;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #36425D;
}
#content a:hover, #content a:active {
	color: #36425D;
	text-decoration: none;	
	border-bottom: none;
}
.focus {
	background: #ffffe1;
	padding: 0 20px;
	border: 1px dotted red;
}
#footer {
	clear: both;
	height: 35px;
	background-image: url(graphics/bg_gradient_rotated.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}
#finisher {
	height: 24px;
	background-color: #36425D;
	font-size: 9px;
	color: #FFF;
	padding: 5px 0 0 20px;
}
#finisher a:link, #finisher a:visited {
	color: #FFF;
	text-decoration: none;
}
#finisher a:hover, #finisher a:active {
	color: #FFF;
	text-decoration: none;	
	border-bottom: 1px dotted #FFF;
}
#finisher ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0px;
}
#finisher ul li {
	display: inline;
	padding: 0 8px 0 0;
}
#citat {
	position: relative;
	height: 149px;
	width: 242px;
	float: right;
	background-image: url(graphics/citat_box_paper.gif);
	background-repeat: no-repeat;
	}
#citat_text {
	position: relative;
	width: 165px;
	margin: 50px 0 0 45px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FE5200;
	margin-bottom: -5px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
h2 {
	font-size: 11px;
	line-height: 14px;
	color: #303030;
	font-weight: bold;
	
	margin: 18px 0 -9px 0;
}
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #A7A7A7;
}
h4 {
	font-size: 10px;
	color: #666;
	background-color: #F3F3F3;
	border-top: 1px dotted #36425D;
	line-height: 14px;
	font-weight: normal;
	padding: 8px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 2px solid #7C7B7D;
	border-right: 1px solid #DDD;
	border-left: 2px solid #7C7B7D;
	border-bottom: 1px solid #DDD;
}
input:focus, textarea:focus {
	background-color: #F3F3F3;
}
.form_width {
	width: 220px;
}
.form_width:focus {
	background-color: #FFF;
}
.form_width2 {
	width: 270px;
}
.submitbutton {
	border: 1px dotted #7C7B7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	background-color: white;
}
div.hr {
	height: 13px;
	background: #fff url(graphics/spiral.gif) no-repeat scroll center;
	margin: 15px 0 15px 0;
}
div.hr hr {
	display: none;
}
.nyhed {
	font-size: 11px;
	line-height: 14px;
	color: #303030;
	font-weight: bold;
	border-bottom: 1px solid #E8E8E8;
	margin: 20px 0 -10px 0;
}
.dato {
	font-size: 10px;
	line-height: 14px;
	color: #9E9E9E;
}
.images {
	float: right;
	margin-bottom: 4px;
	margin-left: 15px;
	border: 1px solid #DBDBDB;
	padding: 2px;
}
.images_noborder {
	float: right;
	margin-bottom: 4px;
	margin-left: 10px;
}
.udtalelse {
	font-size: 10px;
	line-height: 14px;
	color: #666;
	margin: 20px 30px 20px 20px;
	padding: 10px;
	background-color: #F3F3F3;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
li {
	list-style-image: url(graphics/dot.gif);
}
.bold_text {
	font-weight: bold;
}
.button {
	border: 1px solid #4A403D;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A403D;
}
.logo_invitation {
	float: right;
}
#bestilling {
	margin-top: 15px;
	padding: 15px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}
.redtext {
	color: #FF0000;
}
#billedgalleri {
	padding: 15px 0 0 15px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	height: 626px;
}
.galleri {
	float: left;
	width: 172px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #666;
	padding: 6px;
	margin: 0 15px 15px 0;
}
.galleri_image {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.drop_orange {
	background-color: #E87106;
	color: #FFF;
}
.drop_red {
	background-color: #C60E00;
	color: #FFF;
}
.drop_green {
	background-color: #607E3E;
	color: #FFF;
}
.drop_blue {
	background-color: #0A0543;
	color: #FFF;
}
.drop_black {
	background-color: #000;
	color: #FFF;
}
.image_text {
	float: right;
	width: 172px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 6px;
	margin: 0 0 5px 10px;
}
.pdf {
	padding-right: 15px;
	background-image: url(graphics/icon_pdf.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
a[href^='http:'] {
	padding-right: 12px;
	background-image: url(graphics/icon_link_http.gif);
	background-position: right top;
	background-repeat: no-repeat;
} 
a[href^='mailto:'] {
	padding-right:14px;
	background-image: url(graphics/icon_link_mailto.gif);
	background-position: right top;
	background-repeat: no-repeat;
} 
@media print {
	#top {
		display: none;
	}
	#header {
		display: none;
	}
	#gradient {
		display: none;
	}
	#footer {
		display: none;
	}
	#finisher {
		display: none;
	}
}