<!--

/* 
© 2008 - Design, CSS Style by P&B Creations, pbcreations.sk
© 2008 - Martin Plakinger (CEO)
*/

body {
	COLOR: #333333; 
	FONT-FAMILY: Franklin Gothic Medium, georgia, serif;
	font-size:15px;
	font-weight:normal;
	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
 {
	overflow:hidden;
	font-weight:normal;
	font-size:18px;
	color:#000000;
	border-bottom:dashed 1px #333333;
	margin-bottom:20px;
 }
 
 h1.tagline
 {
   color:#000000; 
   margin-top:0px;
   margin-bottom:0px;
   font-size:15px;
   width:956px;
	padding-left:1px;
	padding-right:1px;
	line-height:35px;
	border-bottom:none;
	vertical-align:top;
	text-align:center
 }


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;

}

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;
}


.red {color:Red}

.black {color:#000000}

.custom_header
{
    color:#CC0000;font-size:15px;font-weight:normal;padding:5px
}

.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; }


/* 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;
	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: 15px;
	background: url(../images/arrow.gif) 13px 12px no-repeat;
}
ul#categories li a:hover { 
	text-decoration: none; 
	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***/ 
 


-->
