<!--

/* 
 2008 - Design, CSS Style by P&B Creations, pbcreations.sk
 2008 - Martin Plakinger (CEO)
*/

body {
	color:#333333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	background: transparent url("../img/bg.gif") center top no-repeat;
	background-color:#e4e4e4;
}

a, a:visited, a:link { color:#000000; text-decoration:underline; }

a:hover { color: #666666; }

h1 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    color:#333333;
    border-bottom: 1px dashed #333333;
}

h1 span.shadeoff {
    font-size:15px;
}

.shadeoff {
    font-weight:normal;
    color:#666666;;
}

h2 {
    font-size:12px;
    font-weight:bold;
    margin:0;
    color:#333333;
    border-bottom: 1px dashed #333333;
    border-top:1px dotted #333333;
    margin-bottom:10px;
}

h1 a, h1 a:visited, h1 a:link { text-decoration:none; }

h2 a, h2 a:visited, h2 a:link { text-decoration:none; padding:10px; line-height:25px; }

input, textarea, select {
	background-color: #fff;
	background-image:url("../img/input.gif");
	background-repeat: repeat-x;
	border:1px solid #a66347;
	padding:2px;
	margin-top:10px;
}

div.wrap1 {
	width: 858px;
	margin: 0 auto;
	overflow: hidden;
	border:1px solid #c3c3c3;
}

div.wrap1 .wrap2 {
	width: 856px;
    background-image: url(../img/bg1.gif);
	background-repeat:repeat-y;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
}

div.wrap2 .logo {
	width:796px;
	height:61px;
	padding:0px;
	margin:0 auto;
	background-image: url("../img/logo.jpg");
	background-repeat:no-repeat;
	color:#A66347;
	font-size:22px;
	font-weight:bold;
	padding:30px;
}

div.logo a, div.logo a:link, div.logo a:visited {
	text-decoration:none;
    color:#A66347;
}

div.logo .slogan {
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
}

div.info, div.info1 {
	width:816px;
	line-height:40px;
	background-color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../img/info.gif);
	background-repeat:repeat-x;
}

div.info1 { 
	background-image:url(../img/info1.gif);
	float:left; 
	border-top:1px solid #fff; 
	background-color:#e4e4e4;
	color:#999;
}

div.info1 a, div.info1 a:link, div.info1 a:visited { color:#999; }

div.info1 a:hover { color: #666; }

div.wrap2 .leftpanel, div.wrap2 .rightpanel {
	width:200px;
    height:560px;
	display: inline;
	float:left;
}

div.wrap2 .mainpanel {
	width:456px;
	float:left;
}

div.leftpanel .header, div.rightpanel .header {
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	width:180px;
	line-height:35px;
	padding-left:20px;
    padding-bottom:1px;
	color:#FFFFFF;
	overflow:hidden;
	font-weight:bold;
    cursor:pointer;
}

.text { padding:8px; text-align:justify; }
.text table { border:2px solid #000000; border-collapse:collapse; }
.text table th { font-weight:bold; }
.text table th, .text table td { border:1px solid #000000; padding:8px; text-align:center; }
.text a, .text a:visited, .text a:link { text-decoration:none; }

.text_ { padding:15px 15px 5px 15px; text-align:justify; }
.text_ img { vertical-align:middle; border:0; }

.nav_links { padding:15px; text-align:center; }
.nav_links span.nav_links_separateur { padding:0px 25px; }
.nav_links img { vertical-align:middle; border:0; padding:0px 5px; }
.nav_links a, .nav_links a:visited, .nav_links a:link { text-decoration:none; font-weight:bold; }

br.clear_float {
    visibility:hidden;
    clear:both;
}

img.img_left, img.img_chien {
    float:left;
    border:0;
}

img.img_left {
    margin-bottom:10px;
    margin-right:10px;
}

img.img_chien {
    margin-bottom:10px;
    margin-right:30px;
}

img.img_liens {
    margin-top:2px;
    margin-bottom:10px;
    border:0;
}

img.img_logo {
    margin:2px 5px 2px 0px;
    border:0;
}

img.img_galerie {
    margin:6px;
    border:0;
}

span.divider {
	border-bottom:1px dashed #333333; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	display:block;
}

span.highlighter {
    font-weight:bold;
    color:#ed0000;
}

span.infobulle {
    font-size:16px;
    font-weight:bold;
    color:#333333;
    padding-left:25px;
}

div.zone_erreur {
    text-align: center;
    font-size: 12px;
    color: #ED0000;
}

div.rightpanel .inquiry, div.leftpanel .inquiry {
	padding:8px; 
	text-align:justify;
}

.inquiry a, .inquiry a:link, .inquiry a:visited, .inquiry a:hover { text-decoration:none; }

-->