body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEFEF;
	background-attachment: fixed;
	}
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-size: large;
	text-align: left;
	color: #f30;
	}

h1.h4, h4 {
    display: block;
    font-size: small;
    font-weight: bold;
    color: black;
}


h2 {
	font-size: small;
	text-align: center;
	}


h4.h1 {
	font-size: large;
	text-align: left;
	color: #f30;
}


span {
	color: #C14A1E;
	}


#maket {
	width: 780px;
	margin: 0 auto;
	background-color: white;
	box-shadow: -3px 0px 8px #ffffff, 5px 0px 30px #000;
	}

#header {
	height: 353px;
	}

#header a {
	background:url(/images/logo-min.jpg) no-repeat;
	display: block;
	height: 353px;
	text-indent: -9999em;
}

#left {
	width: 200px;
	float: left;
	padding: 0 11px 0 11px;
	}

#right {
	width: 242px;
	float: right;
	padding: 0 15px 0 14px;
	text-align: justify;
	}

#content {
	margin-left: 222px;
	margin-right: 243px;
	margin-top: 48px;
	}

#footer {
	clear: both;
	height: 50px;
	margin: 20px 10px 2px 10px;
	padding: 5px;
	background-color: #E0E0E0;
	}

#footer a {
	color: black;
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	}

#footer ul {
        list-style: none;
	}

#footer ul li {
        display: inline;
	margin-right: 20px;
	}

#footer img {
        border: none;
	}

#navigation {
	background: white;
	font-size: 1em;
	margin-top: 2px;
}

#navigation ul, #navigation ul li {
     list-style: none;
     margin: 0;
     padding: 6px 0;
 }


 #navigation ul {
     text-align: center;
 }

 #navigation ul li {
     display: inline;
     margin-right: -5px;
 }

 #navigation ul li.last {
     margin-right: 0;
 }

#navigation li a {
     padding: 8px 1em;
     font-family: Calibri;
     font-size: 14px;
 }

#navigation ul li a {
     background: url("/img/tab-right.jpg") no-repeat 100% 0;
     color: black;
     padding: 8px 0px;
     text-decoration: none;
 }

#navigation ul li a:hover {
     background: url("/img/tab-right-hover.jpg") no-repeat 100% 0;
     color: black;
     padding: 8px 0px;
     text-decoration: none;
 }

#navigation ul li a span {
     background: url("/img/tab-left.jpg") no-repeat;
     padding: 8px 11px;
     color: black;
 }

#navigation ul li a span:hover {
     background: url("/img/tab-left-hover.jpg") no-repeat;
 }

#article {
     padding: 0 11px 0 11px;
     min-height: 400px;
}

#article span {
	color: #036; font-weight: bolder;
}

#article a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;	
	color: #036;

}

#article img {
	display: block;
	margin: 5px auto 5px;
}

#tabs {
	display: block;
	width: 780px;
	height: 21px;
}

#tabs a {
	background: url("/img/tab.gif") no-repeat;
	width: 136px;
	height: 21px; 
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-weight: normal;
	margin: 0 5px 10px 0;
}

#pictures {
	width: 300px;
	float: left;
	padding: 0 11px 0 11px;
}

#article-text {
	width: 400px;
	padding: 0 15px 0 14px;
	float: right;
	text-align: justify;
}

#show {
	width: 100%;
}

#show img {
	display: inline;
	margin: auto;
}

#show h2 {
	text-align:left;
	font-weight:bolder;
	font-size:medium;
}
#show h3 {
	text-align:center;
	font-weight:bolder;
	font-size:small;
}

#show span {
	color: #C14A1E;
}


.images {
	text-align: center;
}

.images img {
  height: 280px;
}


.dog {
}

.description {
	width: 400px;
	float: left;
	text-align: center;
	padding: 20px;
}

.description span {
	color: #C14A1E;
	font-weight:bolder;
}

.photo {
	float: right;
	margin: 10px;
}