@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p{
	margin:0;
}

#container{
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top:-150px;
	background-image:url(../images/splashbg.gif);
	background-repeat:repeat-x;
	background-color:#b8af8d;
	height:310px;
}

#kennel-top{
	width:368px;
	height:8px;
	margin-top:45px;
	background-image:url(../images/kennel-top.gif);
	background-repeat:no-repeat;
}


#center{
	width:760px;
	margin:0 auto;
}

#kennel{
	min-height:250px;
	width:368px;
	float:left;
	margin-bottom:10px;
	display:inline;
}

#kennel-left{
	background-image:url(../images/kennel-left.gif);
	background-repeat:repeat-y;
	width:368px;
	float:left;
	display:inline;
}

#kennel-right{
	background-image:url(../images/kennel-right.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:368px;
	float:right;
	display:inline;
}

#kennel-bottom{
	width:368px;
	height:8px;
	background-image:url(../images/kennel-bottom.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}

#kennel-tart{
	background-image:url(../images/kennel-bg.gif);
	background-repeat:repeat-x;
	min-height:234px;
	width:364px;
	float:left;
	margin-left:2px;
	background-color:#3b342e;
	position:relative;
	display:inline;
}

.logo{
	margin-left:15px;
	margin-top:10px;
}

#bottom{
	height:15px;
	width:100%;
	background-image:url(../images/splash-bottom.png);
	background-repeat:repeat-x;
	margin-bottom:-15px;
	float:left;
}

#doki{
	width:376px;
	margin-left:16px;
	float:left;
	display:inline;
	position:relative;
	z-index:10;
}

#doki-top{
	width:376px;
	height:8px;
	margin-top:45px;
	background-image:url(../images/doki-top.gif);
	background-repeat:no-repeat;
}

#doki-tart{
	background-image:url(../images/dokibg.gif);
	background-repeat:repeat-x;
	background-color:#e8e16b;
	width:374px;
	min-height:234px;
	float:left;
	border-left:#323232 1px solid;
	border-right:#323232 1px solid;
	display:inline;
	position:relative;
}

#doki-bottom{
	width:376px;
	height:8px;
	background-image:url(../images/doki-bottom.gif);
	background-repeat:no-repeat;
	float:left;
	display:inline;
}

img{
	border:none;
}

#kennel a{
	position:absolute;
	bottom:10px;
	right:15px;
}

#kennel h1{
	color:white;
	font-size:12px;
	line-height:25px;
	margin:10px;
}

#doki h1{
	color:#5d7dc4;
	font-size:12px;
	line-height:25px;
	margin:10px;
}

#doki a{
	position:absolute;
	bottom:10px;
	right:130px;
/*	right:15px; ha nem kell a kutya
*/
}

.dog{
	position:absolute;
	right:-130px;
	z-index:100;
	top:30px;
}

.tkv {
 border-collapse:collapse;
}