body, html
{
	margin: 0px;
	padding: 5px 0px 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h5
{
	margin-top: 0px;
	font-family: Arial, Sans-Serif;
	margin-bottom: 15px;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

img
{
	border: 0px;	
}

a
{
	color: #436082;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}

a:hover
{
	background-color: #eee;	
}

p
{
	margin: 0px 0px 15px 0px;
}

.clear
{
	margin: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
	padding: 0px; !
	display: inline;
}

#vattviken
{
	width: 924px;
	margin: 0px auto;
	background: url('/images/bg_middle.jpg') repeat-y;
}

#top
{
	background: url('/images/bg_top.jpg') no-repeat;
	padding: 12px 14px 0px 12px;
}

#header
{
	position: relative;
	background: url('/images/headers/1.jpg') no-repeat;
	height: 179px;
}

#header a, #header a:hover
{
	border-bottom: none;
	background-color: Transparent;
}

#company_tag
{
	position: absolute;
	height: 35px;
	bottom: 0px;
	right: 206px;
}

#kennel_tag
{
	position: absolute;
	height: 35px;
	bottom: 0px;
	right: 21px;
}

#menu
{
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	height: 30px;
}

#menu a
{
	float: left;
	padding: 9px 20px;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#page
{
	padding: 1px 14px 1px 12px;
}

#content
{
	background: url('/images/top_fade.jpg') repeat-x;
	padding: 20px 20px 12px 20px;
	min-height: 100px;
	line-height: 18px;
}


#bottom
{
	background: #fff url('/images/bg_bottom.jpg') no-repeat;
	padding: 25px 34px 15px 32px;
	text-align: right;
	color: #666;
	font-size: 11px;
}

.box
{
	border-top: 1px solid #84a1c3;
	border-left: 1px solid #84a1c3;
	border-bottom: 1px solid #375171;
	border-right: 1px solid #375171;
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}

table.info
{
	background-color: #84a1c3;
}

table.info td
{
	background-color: #f5f5f5;
}

table.info .header td
{
	font-weight: bold;
}

table.kull
{
	background-color: #b2c7df;
}

table.kull td
{
	background-color: #fff;
}

.thumb
{
	float: left;
	margin-right: 15px;
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #fff;
}

.thumb_right
{
	float: right;
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #fff;
}

.input
{
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 200px;
}

.textarea
{
	font-size: 12px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 300px;
	height: 100px;
	background-color: #fff;
}

.submit
{
	font-size: 14px;
	padding: 3px;
	border: 1px solid #aaa;
}

.submit:hover
{
	border: 1px solid #444;
	background-color: #888;
}

/* Lightbox */

#lightbox 
{
	border: 10px solid #ddd;
	background-color: #fff;
	padding: 10px;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}
	
#lightboxCaption 
{ 
	float: left; 
	font-size: 11px;
	margin-top: 10px;
	color: #222;
}

#keyboardMsg 
{ 
	float: right; 
}

#lightbox a
{
	padding: 0px;
	border: none;
}

#lightbox img 
{ 
} 

#overlay img 
{
	border: none; 
}

#overlay
{
	background-color: #fff;	
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}