<!--

/* 
© 2008 - Design, CSS Style by P&B Creations, pbcreations.sk
© 2008 - Martin Plakinger (CEO)
*/

body {
	COLOR: black; 
	FONT-FAMILY: tahoma, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
	background-color:black;
}

a, a:visited, a:link { color:#000000; text-decoration:underline; }

a:hover { color: #666666; }

p { margin:0px; padding:0px; padding-bottom:10px }

h1
 {
    background-image:url(../images/h1.jpg);
	background-repeat:no-repeat;
	width:726px;
	line-height:35px;
	padding-left:10px;
	color:white;
	overflow:hidden;
	font-weight:bold;
	font-size:14px;
 }
 
 h2
 {
   margin-top:0px;
   margin-bottom:0px;
   font-size:10pt;
   border-top:solid 3px black;
   border-bottom:solid 3px black ;
   background:#800000;
 	color:white; 
	width:956px;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold
 }


input {
	background-color: #fff;
	background-image:url("../images/input.gif");
	background-repeat: repeat-x;
	border:1px solid #abb5c3;
	width:80px;
	padding:3px;
	margin-top:5px;
}

div.wrap1 {
	width: 958px;
    height:auto;
	margin: 0 auto;
	overflow: hidden;
}

div.wrap1 .wrap2 {
	width: 958px;
	background-repeat:repeat-y;
	margin: 0 auto;
	overflow: hidden;
	height:auto;

}

.logo_banner{
	      width:896px;
	      height:70px;
	      margin:0 auto;
	      background-image: url("../images/logo.png");
	      background-repeat:no-repeat;
	      color:#FFFFFF;
	     font-size:12px;
	     font-weight:bold;
	     padding:30px 30px 20px 30px;	
}

div.info, div.info1 {
	width:956px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/info.gif);
	background-repeat:repeat-x;
	font-size:13px;
	font-weight:bold;
	background:#800000;
	color:white;
}

div.info1 { 
	background-image:url(../images/info1.gif);
	float:left; 
	background-color:#e4e4e4;
	color:white;
	font-size:12px;
	font-weight:normal;
	border:none
}

div.info1 a, div.info1 a:link, div.info1 a:visited { color:white; }

div.info1 a:hover { color: #666; }

div.wrap2 .leftpanel, div.wrap2 .rightpanel {
	width:200px;
	display: inline;
	float:left;
	height:auto;
	overflow:hidden;
}

div.wrap2 .mainpanel {
	width:756px;
	float:left;
	height:inherit;
	overflow:hidden;
	background-color:white
}

div.leftpanel .header, div.rightpanel .header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:180px;
	line-height:35px;
	padding-left:20px;
	color:white;
	overflow:hidden;
	font-weight:normal;
	font-weight:bold;
	font-size:14px;
}

div.quote
{
   background-color:white;
   COLOR: #333333;
   text-align:justify;
   BORDER-BOTTOM: #ff6600 1px solid;
   FONT-SIZE: 13px; PADDING-BOTTOM: 7px;
    
}

hr
{
     color:#f1511a;  
}

.red {color:Red}


.text { padding:8px; text-align:justify; }
.text img { margin-right:10px; margin-bottom: 5px; border:0;  float:left; }
.text_ { padding:15px; text-align:justify; }
.text_ img { vertical-align:middle; border:0; }





span.divider {
	border-bottom:1px dashed #333333; 
	padding-bottom:5px; 
	margin-bottom:5px; 
	display:block;
}

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; }


/* categories */

ul#categories {
	width:200px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 30px;
	border-bottom: 1px #dde2d3 solid;
	border-top: 1px solid #f9faf7;
	height: 30px;
	margin-top: -2px; 
	margin-bottom: -2px;
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; }

ul#categories li.selected {
	text-decoration: none; 
	background-color:black;
	color:white;
}

ul#categories li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px  30px;
	line-height: 30px;
	text-decoration: none;
	font-size: 12px;
	background: url(../images/arrow.gif) 13px 12px no-repeat;
}
ul#categories li a:hover { 
	text-decoration: underline; 
	background-color:black;
	color:yellow
}





 /** Round box generator ***/
 .round_box_header
{
    font-family:Verdana;
    font-weight:bold;
    font-style:oblique
}

.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }


.rbtop div, .rbtop, .rbbot div, .rbbot { /* height and width stuff, width not really necessary. */
width: 100%;
height: 20px;
font-size: 1px;
}
.rbcontent { margin: 0 0px; }
.rbroundbox { width: 100%; margin: 1em auto; }
 /** Round box generator end***/ 
 


-->