/* DOWITIS KENNEL © 2008 */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #EFF1E7 url(gfx/bg_gradient.png) repeat-x; /*tab background image path*/
}
.head {
	width: 916px;
	height: 135;
	background: #EFF1E7 url(gfx/logo.png); /*tab background image path*/
/*<img title="Kennel Dowiti´s - en Engelsk Springer Spaniel kennel i Småland" src="gfx/logo.png" alt="Kennel Dowiti´s - en Engelsk Springer Spaniel kennel i Småland" width="916" height="135" /> */
}

#language_selector {
	position: static;
	float: right;
	margin-top: 85px;
	margin-right: 5px;
	width: 36px;
	height: 24px;
}

.head {
	width: 916px;
	height: 135;
	background: #EFF1E7 url(gfx/logo.png); /*tab background image path*/
/*<img title="Kennel Dowiti´s - en Engelsk Springer Spaniel kennel i Småland" src="gfx/logo.png" alt="Kennel Dowiti´s - en Engelsk Springer Spaniel kennel i Småland" width="916" height="135" /> */
}

/* NORMAL LINKS */
p a:link {
	font-weight : bold;
	text-decoration : none;
	color : #000;
}
p a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #613623;
}
p a:hover, a:active {
	text-decoration : underline;
	color : #613623;
}

/* BIGGER LINKS */
a.b_link:link, a.b_link:visited, a.b_link:hover, a.b_link:active, span
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #613623;
}
span.b_link
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #613623;
}


#maincontainer div.hr_white, div.hr_green {
	width: 100%;
	height: 5px;
	border: 0;
	background-color: #fff;
	margin: 0;
}
#maincontainer div.hr_green {
	background-color: #C8CCA6;
}


/* HORIZONTAL MENU */
#h_menucontainer{
	text-align: center;
	position: relative;
	width: 900px;
	height: 35px;
	list-style: none;
}
.h_menu{
	position: relative;
	padding: 0 0 0 2px;
	margin: 0 auto 0 auto;
	background: url(gfx/hmenu_bg.png) repeat-x; /*tab background image path*/
	height: 35px;
	list-style: none;
}
.h_menu li{
	float:left;
}

.h_menu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 0 5px; /*Padding to accomodate left tab image. Do not change*/
	height: 35px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;	
}

.h_menu li a b{
	float: left;
	display: block;
	padding: 0 12px 0 8px; /*Padding of menu items*/
}

.h_menu li.current a, .h_menu li a:hover{
	color: #000;
	background: url(gfx/hmenu_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.h_menu li.current a b, .h_menu li a:hover b{
	color: #000;
	background: url(gfx/hmenu_hover_right.png) no-repeat right top; /*right tab image path*/
}


/* TABLE STYLES */
.table_top{
  height: 8px;
	background: url(gfx/table_top.png);
}
.table_bottom{
  height: 8px;
	background: url(gfx/table_bottom.png);
}
.table_right{
  width: 8px;
	background: url(gfx/table_right.png);
}
.table_left{
  width: 8px;
	background: url(gfx/table_left.png);
}
.table_bg{
  width: 900px;
	background: url(gfx/table_bg.png);
}


/* SUBMENU */
#submenu{
	width: 220px;
}

#submenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}

#submenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 12px;
	margin: 0 0 2px 0;
	width: 208px; /*185px minus all left/right paddings and margins, -18*/
	height: 25px;
	line-height: 27px;
	text-decoration: none;
	color: #000;
	background: transparent url(gfx/submenu.png);
}

* html #submenu li a{ /*IE only */
	width: 210px; /*IE 5, +2*/      /*222px*/
	w\idth: 208px; /*185px minus all left/right paddings and margins, -18*/
}

#submenu li a:hover {
	color: #fff;
	background: #613623 url(gfx/submenu_hover.png);
}




/* CONTAINERS */
#maincontainer{
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
}

#headpicture{
	width: 900px;
	height: 200px;
	background-color:#E4E6D4;
	margin: 0;
	padding: 0;
	text-align: left;
}

.innertube {
	text-align: left;
	margin: 28px; /*Margins for inner DIV inside content column (to provide padding)*/
	background-color: #EFF1E7;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
	}



/* ARTICLE BOX */
#articlebox {
	background-color: #EFF1E7;
	height: 1%;
}
#articlebox div, p, span, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	line-height: 145%;
}
#articlebox h1, h2{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
#articlebox h2{
	font-size: 18px;
	padding: 0 0 0 10px;
	margin: 15px 1px 0 0;
}
#articlebox p {
	padding: 10px;
	margin: 0;
}
#articlebox img.imageright {
	padding: 10px 0 10px 10px;
}
#articlebox img.imageleft {
	padding: 10px 10px 10px 0;
}
#articlebox p.headline, p.headline_c, p.headline_r {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration : none;
	color: #000;
}
#articlebox p.headline_c {
	text-align: center
}
#articlebox p.headline_r {
	text-align: right
}
#articlebox p.small {
	font-size: 9px;
	padding: 5px 0 0 0;
}
#articlebox.dark {
	background-color: #E4E6D4;
}
#articlebox.light {
	background-color: #EFF1E7;
}
#articlebox label, input, textarea, cite {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}
#articlebox label {
	text-align: right;
	width: 75px;
}
#articlebox cite {
	margin-left: 100px;
}
#articlebox br {
	clear: both;
}
#articlebox li
{
	list-style: none;
	margin: 0;
	padding: 1em;			
	border-bottom: #c8cca6 5px solid;
	font-size: 0.4em;
}
#articlebox li .cmt 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#articlebox li .cmt em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;
	font-style:normal;
	color:#999;
	font-size:9px;
}

#factbox {
	width: 350px;
	background-color: #424527;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

#startcontainer {
	background-color: #C8CCA6;
	height: 314px;
}
#startcontainer .marginc{
	margin: 28px;
}
#startcontainer .first, .last{
	position: relative;
	float: left;
	width: 190px;
	height: 258px;
	background-image: url(gfx/startcolumn.png);
	background-position: bottom;
	margin-right: 28px
}
#startcontainer .last{
	margin-right: 0
}
#startcontainer span{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 8px 15px;
}
#startcontainer div.rubrik{
	width: 166px;
	float: left;
	color: #613623;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 12px;
}
#startcontainer div.rubrik a:link {
	color: #613623;
	text-decoration: none;
}
#startcontainer div.rubrik a:visited {
	color: #613623;
	text-decoration: none;
}
#startcontainer div.rubrik a:hover { 
	color: #613623;
	text-decoration: none; 
}
#startcontainer div.rubrik a:active {
	color: #613623;
	text-decoration: none;
}
#startcontainer div.text{
	width: 166px;
	float: left;
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
}
#startcontainer div.text a:link {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#startcontainer div.text a:visited {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#startcontainer div.text a:hover { 
	font-weight: normal;
	color: #000;
	text-decoration: none; 
}
#startcontainer div.text a:active {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#startcontainer div.readmore{
	float: left;
	position: absolute;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 10px 12px;
	bottom: 0%
}






.linktable td {
	padding: 10px;
	margin: 0;
}
.linktable a:link {
	font-weight : bold;
	text-decoration : none;
	color : #000;
}
.linktable a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #613623;
}
.linktable a:hover, a:active {
	text-decoration : underline;
	color : #613623;
} 



.footer{
	color: #000;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 2px 10px 10px 10px;
	text-align: left;
}
.footer b{
	font-size: 11px;
	font-weight: bold;	
}
.footer a:link {
	color: #000;
	text-decoration: none;
}
.footer a:visited {
	color: #000;
	text-decoration: none;
}
.footer a:hover { 
	color: #000;
	text-decoration: none; 
}
.footer a:active {
	color: #000;
	text-decoration: none;
}

.right{
	float: right;
	text-align: right;
}
.left{
	float: left;
	text-align: left;	
}

/* IMAGEGALLERY */
#photolist img {
  border: 1px solid #613623;
  margin: 10px 10px;
  padding: 0;
	text-align: left;
}
#photolist p {
  margin: 0;
  padding: 0;
  color: #fff;
	text-align: left;
}



/* FACTBOX */
#cbb a, a:link, a:visited, a:hover, a:active {
	text-decoration : underline;
	font-weight: bold;
	color : #fff;
}
.cb {
	width:350px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	color: #fff;
}
/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(gfx/factbox.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(gfx/factbox.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:22px;
	margin:0 0 0 12px;
	background:url(gfx/factbox.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:22px;
	background:url(gfx/factbox.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(gfx/factbox_borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(gfx/factbox_borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#424527;

}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;
}


/* Popup div/layer */
.hidden {
	display: none;
}
.unhidden {
	display: block;
}
#SpoilerLayer {
	position:absolute;
	background-image: url(gfx/popup_mainbg.png);
	width:626px;
	z-index:2000;
	left: 225px;
	top: 40px;
}
#popupheadline{
	float: left;
	display: block;
	background-image: url(gfx/popup_headline.png);
	background-position: bottom;
	width: 626px;
	height: 45px;
}
#popupheadline b{
	color:#fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.2;
}
#popupcontainer {
	width: 626px;
	background-image: url(gfx/popup_mainbg.png);
	margin: 0;
}
#popupcontainer p {
	color:#000;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#popupfooter {
	width: 626px;
	height: 35px;
	background-image: url(gfx/popup_footer.png);
	margin-top: 10px;
}
#popupfooter a {
	color:#fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 538px;
	line-height: 215%;
}
