@charset "utf-8";
/* CSS Document WEB*/

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFFFFF;
}

/* TinyMCE specific rules konec */

/* barevnost */

.background-light							{background-color:#999;} /* světlé pozadí */ /* jiný odstí než má pozadí divu content */
.background-middletone						{background-color:#666;} /* střední pozadí */
.background-dark							{background-color:#333;} /* tmavé pozadí */

.border-light								{border-color:#fff !important;} /* světlé ohraničení */
.border-middletone , .border-middletone td	{border-color:#666 !important;} /* střední ohraničení */
.border-dark								{border-color:#333 !important;} /* tmavé ohraničení */

.text-light									{color:#ffffff;} /* světlé písmo */
.text-middletone							{color:#333;} /* tmavé písmo */

/* barevnost konec */

/* obecne */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
	background:url(../images/style/background-body.jpg) top center repeat-y #333333;	
}
h1 , h2 , h3 , h4 , h5 { /* nastavuje barvu všech těchto prvků */ 
	color:#fff;
}
a , b , strong {
  color:#333;
}
a:hover{
	color:#3c9dc4;
	text-decoration:none;
}
a img{
	border:none;
}
a.button-arrow{
	background:url(../images/style/button-arrow.png) no-repeat scroll right center;
	cursor:pointer;
	font-weight:bold;
	padding:0 22px 0 0;
}
h1{
	font-size:22px; 
	line-height:26px;
	margin:10px 0px 10px 0px;
	font-weight:normal;
}
h1#page-name{
	display:none;
}
h2{
	font-size:15px; /* ie6 ie7 ie8 */
	line-height:22px;
	margin:8px 0px 8px 0px;
	font-weight:normal;
	font-variant:small-caps;
}
h3{
	margin:6px 0px 6px 0px;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
}
h4{
	font-size:12px; 
	line-height:16px;
	margin:4px 0px 4px 0px;
	font-weight:normal;
}
h5{
	font-size:10px; 
	line-height:14px;
	margin:3px 0px 3px 0px;
	font-weight:normal;
}
ul{
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 25px;
}
li{
	padding:2px;
}
input , textarea, select, fieldset{
	border:1px solid #333;
	background:#ddd;
}
textarea#zprava{
	width:450px;
	height:150px;
}
input.radio{
	border:none;
}
table{
	border-collapse:collapse;
	margin:5px 0px 5px 0px;
}
table.no-border{
	margin:0px;
}
table.no-border td{
	border:none;
}
td{
	border:1px solid #333;
}
p{
	margin:0px;
	padding:6px 0px 6px 0px;
}

/* obecne konec */

/* rozvrzeni */

div#center{
	margin:0px auto;
  	width:1000px;
}
div#main{
  width:1000px;
	padding:0px;
	float:left;
	background:url(../images/style/background-main.png) left top repeat-y;
}
div#main-2{
  width:992px;
	float:left;
  background:url(../images/style/background-main-2.png) left top repeat-x;
  margin-left:4px;
  padding:0px 0px 20px 0px;
  min-height:450px; /* ie6 */
}
div#main div#left{
  float:left;
  width:80px;
  padding:0px 27px 0px 28px;
  min-height:50px;
  visibility:hidden;
}
div#main div#right{
    float:left;
  	width:619px;
  	margin-left:212px;
}

/* rozvrzeni konec */

/* .top .content a .bottom */

h2.top , h2.top a{ /* určuje společné vlastnosti pro všechny h2.top */
	height:29px;
	line-height:29px;
	margin:0px;
	font-size:15px; /* ie6 ie7 ie8 */
	color:#fff;
	font-weight:normal;
	padding-left:16px;
	float:left;
	text-decoration:none;
	padding-top:5px;
}
div#left h2.top{ /* určuje specifické vlastnosti pro h2.top v div#left */
	background:url(../images/style/top-left-one.png) left top no-repeat;
	width:276px; /* musí být definováno kvůli ie6 */
	color:#fff;
}
div#right h2.top { /* určuje specifické vlastnosti pro h2.top v div#right */
	width:641px; /* musí být definováno kvůli ie6 */
	padding-left:0px;
	color:#333;
	font-variant:small-caps;
	display:none;
}
h2.top a{
	padding-left:0px !important;
	color:#fff;
	padding-top:2px;
}
div.content{ /* určuje společné vlastnosti pro všechny div.content */
	float:left;
}
div#left div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#left */
	width:260px;
	background:url(../images/style/content-left-one.png) left top repeat-y;
	padding:0px 16px 0px 16px;
	color:#fff;
}
div#right div.content{ /* určuje specifické vlastnosti pro všechny div.content v div#right */
	width:619px;
	padding:3px 0px 10px 0px;
}
div.bottom{ /* určuje společné vlastnosti pro všechny div.bottom */
	font-size:1px;
	margin-bottom:10px;
	float:left;
}
div#left div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#left */
	height:11px;
	background:url(../images/style/bottom-left-one.png) left bottom no-repeat;
	width:292px;
	margin-bottom:0px;
}
div#right div.bottom{ /* určuje specifické vlastnosti pro všechny div.bottom v div#right */
	height:10px;
	width:100%;
}

/* .top .content a .bottom konec */

/* horni lista*/

div#top{
  width:1000px;
  height:107px;
	background:url(../images/style/topimage.jpg) left top no-repeat;
}
h2#logo{
	float:left;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:none;
}
h2#logo a{
	display:block;
	width:347px;
	height:105px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#795137;
	font-size:20px;
	margin-left:3px;
}
h2#logo a span.logo-name{
	display:none;
}
/* jazyky */

div#lang {
	width:52px;
	float:left;
	padding:40px 0px 0px 520px
}
div#lang a{
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin-right:5px;
}
/*
div#lang a.flag-cs{background:url(../images/style/flag-cs.png);}
div#lang a.flag-en{background:url(../images/style/flag-en.png);}
div#lang a.flag-de{background:url(../images/style/flag-de.png);}
div#lang a.flag-ru{background:url(../images/style/flag-ru.png);}
*/
div#lang a span{
	display:none;
}

/* jazyky konec */

/* horni lista konec*/

/* aktuality*/

div.news{
	width:100%;
  float:left;
  border-bottom:1px dotted #333;
  margin-top:5px;
}
h3.news-top{ 
	height:25px;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin:0px;
	width:610px;
	float:left;
	font-weight:normal;
	color:#333;
	font-variant:small-caps; /* ie6 ie7 ie8 */
}
div.news-content{
	width:100%;
	float:left;
	margin-top:8px;
}
div.news-bottom{
	font-size:1px;
	height:8px;
	width:100%;
	float:left;
}
div.news-content div.news-image{
	float:left;
	margin:0px 10px 12px 0px;
	width:154px;
}
div.news-content div.news-text{
	width:100%;
}
div.news-content div.news-paragraph{
	min-height:104px; /* odlisne v ie 6 */
}
div.news-content p{
	padding:0px 0px 10px 0px;
}
div.news-content p.date{
	font-size:11px;
	font-style:italic;
	text-align:right;
	padding-bottom:0px;
	display:none;
}
p.link{
	font-weight:bold;
	text-align:right;
}
div.perex p{
	font-size:12px;
	margin:10px 0px 10px 0px;
}
table#news-archive{
	width:100%;
	margin:10px 0px 10px 0px;
}
table#news-archive td , table#news-archive th{
	border:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:3px;
	text-align:left;
	border-color:#333;
}


/* aktuality konec*/

/* sloupce */

div.info-column-item { 
	float:left;
	margin-bottom:5px;
}

/* sloupce konec*/

/* fotogalerie */

div.album{
	float:left;
	border-style:solid;
	border-width:1px;
	width:99%;
	margin:5px 0px 5px 0px;
}
h3.album-top{ 
	height:25px;
	font-size:12px;
	line-height:25px;
	margin:0px;
	font-weight:bold;
	float:left;
	width:100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
h3.album-top a{ 
	margin-left:10px;
}
div.album-content{
	padding:10px;
	float:left;
	margin-left:3px;
}
div.album-content a.preview-image{
	float:left;
	padding:0px 4px 0px 4px;
}
div.album-content p{
	float:left;
	margin:0px;
	padding:10px 0px 0px 0px;
}
div.album-content p.link {
	text-align:right;
	width:100%;
}
div.album-bottom{
	display:none;
}
div#photo-gallery{
	float:left;
	margin:5px 0px 5px 0px;
	width:100%;
}
div#photo-gallery div.photo, div#file-gallery div.file{
	padding:5px;
	margin:3px 2px 3px 3px; /* ie6 */
	float:left;
	border-style:solid;
	border-width:1px;
	width:137px; /* stejné jako šířka obrázku */
}
div#file-gallery div.file{
  width: 80px; /*zmena sirky pro ikony souboru*/  
}
div#photo-gallery div.photo:hover, div#file-gallery div.file:hover{
	padding:3px;
	border-width:3px;
}
div#photo-gallery div.photo p, div#file-gallery div.file p{
	font-size:11px;
	height:40px; /* určuje počet řádků popisku fotky */
	overflow:auto;
}
div#photo-gallery div.photo p a{
	text-decoration:none;
	color:#363532;
}
div.rand-photo{
}
div.rand-photo div.photo{
	padding-bottom:10px;
}
div.rand-photo div.photo p{
	display:none;
}


/* fotogalerie konec */


/* prilozene soubory */

div#file-gallery{
	float:left;
	margin:5px 0px 5px 0px;
	width:100%;
}
table.files {
	width:100%;
}
table.files td.first{
	width:20px;
	border-right:none;
}
table.files td.second{
	border-left:none;
}
table.files td.third{
	width:100px;
	text-align:center;
}

/* prilozene soubory konec */


/*footer*/

div#footer{
	width:100%;
	float:left;
	background:url(../images/style/footer.png) no-repeat top left;
	padding:3px 0px 45px 0px;
}
div#footer p{
	text-align:right;
	float:left;
	font-size:10px;
	width:99%;
	padding:2px 0px 2px 0px;
}
div#footer p , div#footer p a{
	color:#999999;
}

/*footer konec*/

/*admin*/

div.admin-link{
	position:absolute;
	top:0px;
	right:0px;
	background-color:#304b5d;
}
div.admin-link a{
	width:80px !important;
	padding:40px 0px 0px 0px;
	height:20px;
	margin:8px 1px 0px 1px;
	text-align:center;
	color:#c2d2e5;
	display:block;
	text-decoration:none;
}
div.admin-link a:hover{
	color:#fff;
}
div.switch-interface a{
	background:url(../images/style/admin/link-switch.gif) center top no-repeat;
}
div.switch-interface a:hover{
	background:url(../images/style/admin/link-switch-active.gif) center top no-repeat;
}

/*admin konec*/

/* dodatečné */

div#left div.content img {
  margin-top:4px;
}
div#banner {
  width:619px;
  height:349px;
  position:relative;
  margin-bottom:15px; /* ie7 */
  margin-left:-3px;
  overflow:hidden;
}
ul#banner-in-1 {
  width:612px;
	height:343px;
  margin:4px 0px 0px 4px;
  padding:0px;
	overflow:hidden;
  position:absolute;
}
ul#banner-in-1 li {
  margin:0px;
  padding:0px;
  list-style:none;
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
}
div#banner-in-2 {
  width:619px;
  height:349px;
  position:absolute;
  background:url(../images/style/frame.png) top left no-repeat; /* ie6 */
}
div#introduction {
  width:292px;
  float:left;
  margin-bottom:5px;
  font-size:14px;
}
div#introduction div.top {
  width:292px;
  height:10px;
  float:left;
  background:url(../images/style/top-left-two.png) top left no-repeat;
}
div#introduction div.content {
  width:260px;
  padding:0px 16px;
  float:left;
  background:url(../images/style/content-left-two.png) top left repeat-y;
}
div#introduction div.bottom {
  width:292px;
  height:10px;
  float:left;
  background:url(../images/style/bottom-left-two.png) left bottom no-repeat;
}
div#anchor-form {
  width:262px;
  padding:0px 16px;
  height:47px;
  float:left;
  background:url(../images/style/background-left-arrow.png) left bottom no-repeat;
  margin-bottom:5px;
}
div#anchor-form h2{
  margin:0px;
  padding:0px;
  line-height:45px;
}
div#anchor-form h2 a{
  display:block;
  text-decoration:none;
}
div#left a , div#left b , div#left strong {
  color:#fff;
 }
div#other-banner {
  width:619px;
  position:relative;
  margin-bottom:6px;
  margin-left:-3px;
  
}
div.other-banner-top {
  width:100%;
  height:7px;
  background:url(../images/style/banner-top.png) left bottom no-repeat;
  font-size:1px;
}
div.other-banner-content {
  width:607px;
  background:url(../images/style/banner-content.png) repeat-y;
  overflow:hidden;
  padding:0px 6px 0px 6px;
}
div.other-banner-content img {
  width:607px;
}
div.other-banner-bottom {
  width:100%;
  height:7px;
  background:url(../images/style/banner-bottom.png) left bottom no-repeat;
  font-size:1px;
}
div#other-banner-in-2 {
  width:619px;
  height:464px;
  position:absolute;
  background:url(../images/style/frame.png) top left no-repeat; /* ie6 */
}
 
 
/* formulář */

body#body-form {
  background:#fff;
  font-size:13px;
  margin-bottom:10px;
}
div.form-adopt {
  background:#fff;
  width:620px;
  margin:10px auto 0px auto;
  border:1px solid #000;
  padding:11px;
  position:relative;
}
div.form-adopt h2 {
  color:#000;
  font-size:16px;
  text-align:center;
  font-weight:bold;
  margin:5px 0px;
}
table#adopt1 , table#adopt2 , table#adopt3 {
  width:620px;
  margin:0px;
  border-style:solid;
  border-color:#000;
}
table#adopt1 {
  border-width:3px 3px 0px 3px;
}
table#adopt3 {
  border-width:0px 3px 3px 3px;
 }
table#adopt1 td , table#adopt2 td {
  padding:5px;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  border-left:none;
  border-right:none;
  vertical-align:top;
}
table#adopt3 td {
  padding:5px;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  border-left:none;
  border-right:none;
  vertical-align:top;
}
table#adopt3 td.none-border , table#adopt2 td.none-border {
  border:0px;
}
table#adopt1 td.tiny-border {
  border-bottom-width:1px;
}
table#adopt2 td.left , table#adopt3 td.left {
  border-left:1px solid #000;
}
table#adopt3 td.bottom {
  border-bottom:1px solid #000;
}
table#adopt3 td.top {
  border-top:1px solid #000;
}
table#adopt3 td.center {
  text-align:center;
}
table#adopt2 td.stamp {
  padding-bottom:120px;
}
table#adopt2 td.sign {
  padding-bottom:70px;
}
table#adopt1 td.headline span {
  font-weight:normal;
}
table#adopt1 span , table#adopt2 span , table#adopt3 span {
  font-weight:bold;
}
table#adopt1 input.text , table#adopt1 textarea , table#adopt2 input.text , table#adopt2 textarea{
  width:99%;
  margin:3px 0px;
  background-color:#e4eef2;
}
table#adopt1 textarea {
  height:50px;
}
table#adopt1 input.radio , table#adopt2 input.radio , table#adopt3 input.radio {
  border:none;
  background:none;
}
table#adopt2 input.checkbox , table#adopt3 input.checkbox {
  border:none;
}
div#more-info {
 font-weight:bold;
 margin-bottom:30px;
 text-align:center;
 padding-top:10px;
}
div#more-info a.back {
  display:block;
  float:left;
  width:83px;
  height:18px;
  background:url(../images/style/button-form.png) no-repeat;
  border:none;
  text-decoration:none;
  padding:1px;
  font-weight:normal;
  color:#fff;
  margin-left:225px;
  margin-top:10px;
}
div#more-info a.end {
  display:block;
  float:left;
  width:83px;
  height:18px;
  background:url(../images/style/button-form.png) no-repeat;
  border:none;
  text-decoration:none;
  padding:1px;
  font-weight:normal;
  color:#fff;
  margin-left:5px;
  margin-top:10px;
}
div#more-info a.back-hp {
  display:block;
  width:170px;
  height:20px;
  text-decoration:none;
  padding:1px;
  font-weight:normal;
  margin-top:10px;
  clear:both;
  float:left;
  margin-left:229px;
  background:url(../images/style/button-form2.png) no-repeat;
  border:none;
  color:#fff;
}
div#more-info input.next{
 margin-top:10px;
 float:left;
 margin-left:273px;
 width:85px;
 height:20px;
 padding:0px 0px 4px 0px; /* ie6 ie7 ie8  */
 background:url(../images/style/button-form.png) no-repeat;
 border:none;
 color:#fff;
 cursor:pointer;
}
div#more-info a.end:hover , div#more-info a.back-hp:hover , div#more-info input.next:hover , div#more-info a.back:hover {
 color:#b8cfff;
}
table#adopt1 img {
  margin:10px 10px 10px 10px;
  float:left;
}
table#adopt1 div#contacts {
  float:right;
  padding-right:20px;
  color:#777;
  font-size:11px;
}
img#bodlak {
  position:absolute;
  top:27px;
  left:0px
}
div.form-adopt {
  background:#fff;
  width:620px;
  margin:10px auto 0px auto;
  border:1px solid #000;
  padding:11px;
  position:relative;
  padding-bottom:40px;
}
table#adopt1.print input , table#adopt1.print textarea , table#adopt2.print input , table#adopt2.print textarea , table#adopt3.print input , table#adopt3.print textarea {
  border:none;
  background:#fff;
}
p#navigation {
 display:none;
}
table#adopt1 textarea.diet {
 height:20px;
 }
table#adopt1 textarea.diagnose {
 height:85px;
}
table#adopt1 textarea.medication ,  table#adopt1 textarea.important-info {
 height:165px;
}
table#price-list col.left {
 width:400px;
}
table#price-list td {
 padding:5px;
}
table#price-list td.price {
 text-align:center;
 width:70px;
}
div.price-list h2 {
 color:#333;
 font-weight:bold;
 border:1px solid #333;
 width:470px; /* ie6 ie7 */
 padding:5px;
}

body#body-form p.message {
 width:644px;
 height:15px;
 margin:0px auto;
 padding-bottom:0px;
 padding-top:8px;
 font-size:14px;
 font-weight:bold;
 color:#9f151e;
 text-transform:uppercase;
}
body#body-form table#adopt1 span.informations {
 width:132px;
 display:block;
}

/* konec formulář*/

div#breadcrumbs h3.relative-top {
 display:none;
}

/* konec dodatečné */


























