﻿/*************************** inferi.ic.cz c2009 ***********************************/
/**************************** Inferi's Design *************************************/
body {
	margin: 0px;
	padding: 0px; 
	background-color: #FFFF99;
	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#main{
	position: relative; margin: 0px auto 20px auto;
	overflow: hidden;		 
	text-align:center;
	width: 1000px;
	}

#head{
	position: relative; margin: 0px; padding: 0px;
	background-image: url(../template/layout/header.png);
	background-repeat:no-repeat; 
	width:934px; 
	height: 192px;
	z-index: 1;
	}

#middle{
	position: relative; margin: 0px;
	background-image: url(../template/layout/mainbg.png);
	width: 890px;
	text-align: left;
	z-index: 1;
	
	border-left: 5px solid #615701;
	border-right: 5px solid #615701;
	border-bottom: 5px solid #615701;
	}

#left{
	float: left;
	width: 193px; 
	}
	
#right{
	float:right;
	width: 680px;
	}
	
#right .block{
	margin-left: 20px;
	width: 630px;
	}
	
#right .text{
	text-indent: 2em;
	margin-bottom: 20px;
	text-align: justify;
	width: inherit;
	}
	
#mainend{
	clear: both;
	margin-bottom: 10px;
	}
	
#tail{
	padding: 2px 10px 2px 10px;	
	background-image: url(../template/layout/leftbg.png);
	font-size: 12px;
	z-index: 1;	
	}
	
#tail .copyright{
	float: left;
	font-weight: bold;
	}
	
#tail .sign{
	float: right;
	font-weight: bold;
	}
	
#tail .tailClear{
	clear: both;
	}
	
#tail .sign a{
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	}
	
#tail .sign a:hover{
	color: #FFFFFF;
	}
	
h3{
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
	}

h4{
	margin-left: 2em; margin-bottom: 10px;
	text-decoration: underline;
	}
		
ul.list{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	}
	
#menu{
	position: relative; top: 70px; left: 230px;	
	text-align: left;
	}

#menu a.menuLink{
	color:#666600;
	font-size: 17px;
	font-weight: bold;
	font-style: inherit;
	text-decoration: none;
	}	
	
#menu a.menuLink:hover{
	color:#666600;
	font-size: 20px;
	font-weight: bold;
	font-style: inherit;
	text-decoration: underline;
	}	
	
#menu td{
	width: 160px;
	height: 30px;
	}
	
#lookatcat{
	background-image: url(../template/image/cat.png); margin: -17px; padding: 0px; position: relative;	
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 300px;
	}

h5{
	font-size: 14px;
	margin-bottom: 5px;
	}	

#fife{
	font-size: 12px;
	}
	
#fife .name{
	vertical-align: top;
	width: 100px;
	}
	
#aboutsub td{
	width: 120px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	}
	
#aboutsub a{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
	
#aboutsub a:hover{
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color:#666600;
	}
	
a.back{
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}	
	
a.back:hover{
	color:#666600; 
	text-decoration: underline;
	}
	
#catsub td{
	width: 320px;
	height: 20px;
	font-size: 14px;
	text-align: center;
	}
	
#catsub a{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
	
#catsub a:hover{
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color:#666600;
	}
	
.tabB{
	vertical-align: top;
	width: 300px;
	text-align:left;
	font-weight: bold;
	}
	
.kitInfo{
	border: 1px solid #000000;
	}
	
.galery .imgbord{
	text-align: center; margin: auto;
	border: 5px solid #FFFFFF;
	}
	
.galery td{
	text-align: center; margin: auto;
	border: 2px solid #000000; width: 150px;
	}
	
.galery td:hover{
	text-align: center; margin: auto;
	border: 2px solid #FF0000;
	}