body {
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	background: #ffffff;
	height:auto !important;
	width: 980px;
}

div.topbanner-news {
	width: 300px;
	text-align: left;
	padding: 5px;
	border: 1px dashed red;
	background: transparent; 
	background-color: #ffcbcb; 
	margin-top: 10px;
	color: black;
	font-size: 90%;
}

div.topbanner-topmenu {
	float: right; 
	text-align: right;
}

td.faqQ1 {
	padding: 5px;
	text-align: right;
	border-right: 1px #8888ff dashed;
	border-bottom: 1px #8888ff dashed;
}

td.faqQ2 {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px #8888ff dashed;
}

td.faqA1 {
	padding: 5px;
	text-align: right;
	border-right: 1px #8888ff dashed;
}

td.faqA2 {
	padding: 5px;
	text-align: left;
}

span.marker {
	color: red;
	vertical-align: super;
	margin-left: 0px;
}

span.small {
	font-size: 85%;
}

div.put_right {
	float: right;
	text-align: right;
	padding-left: 20px;
/*	padding-bottom: 20px; */
}


table.c1 {
	width: 100%;
}

td.c1left {
	padding-right: 20px;
	text-align: left;
}


table.c2 {
	width: 100%;
}

td.c2left {
    width: 50%;
    padding-right: 20px;
	text-align: left;
	border-right: 1px #8888ff dashed;
}

td.c2right {
    width: 50%;
	padding-left: 20px;
	text-align: left;
}

td.c2center {
    width: 50%;
	padding-left: 20px;
	text-align: center;
}


table.c3 {
	width: 100%;
}

td.c3left {
    width: 33%;
    padding-right: 20px;
	text-align: left;
	border-right: 1px #8888ff dashed;
}

td.c3middle {
    width: 34%;
	padding-left: 20px;
	text-align: left;
}

td.c3right {
    width: 33%;
	padding-left: 20px;
	text-align: left;
	border-left: 1px #8888ff dashed;
}


a {
	color: black;
	text-decoration: none;
	border-bottom: 1px black dashed;
	font-weight: bold;
}

p { margin-bottom: 0px; }

h1 {
	margin: 0px;
	font-weight: bold;
	font-size: 130%;
	font-variant: small-caps;
	color: black;
	border-bottom: 1px #8888ff dashed;
}

h2 {
	color: black;
	font-weight: bold;
	font-size: 120%;
	font-variant: small-caps;
}

/*  displaying of plans of hosting
-----------------------------------------------------------------*/
.paketi-vrednost {
	color: black;
	text-align: center;
	border-bottom: 1px dashed #8888ff;
}

.paketi-vrednost_2 {
	color: black;
	background: white;
	text-align: center;
	border-bottom: 1px dashed #8888ff;
}

.paketi-name {
	text-align: center;
	color: black;
	border-bottom: 1px dashed #8888ff;
	padding-bottom: 5px;
}

.paketi-name_2 {
	text-align: center;
	color: black;
	background: white;
	border-bottom: 1px dashed #8888ff;
	padding-bottom: 5px;
}

.paketi-hdd2 {
	width: 150px;
	height: 100px;
	text-align: right;
	background: url(/images/plan-hdd.gif) no-repeat center; 
	font-weight: bold;
	border-bottom: 1px dashed #8888ff;
}

.paketi-email2 {
	width: 150px;
	height: 100px;
	text-align: right;
	background: url(/images/plan-email.gif) no-repeat center; 
	font-weight: bold;
	border-bottom: 1px dashed #8888ff;
}

.paketi-db2 {
	width: 150px;
	height: 100px;
	text-align: right;
	background: url(/images/plan-db.gif) no-repeat center; 
	font-weight: bold;
	border-bottom: 1px dashed #8888ff;
}

.paketi-price2 {
	width: 150px;
	height: 100px;
	text-align: right;
	background: url(/images/plan-price.gif) no-repeat center; 
	font-weight: bold;
	border-bottom: 1px dashed #8888ff;
}


/*  info block - main box for displaying content on page
-----------------------------------------------------------------*/
div.infoblock-title {
	margin: 0px;
	height: 33px;
	background: url('/images/block-mt.gif') repeat-x top left;
	z-index: 1;
}

.infoblock-title .left {
	height: 33px;
	background: url('/images/block-lt.gif') no-repeat top left;
	z-index: 1;
}

.infoblock-title .right {
	height: 28px;	/* 33px - 5px padding; */
	background: url('/images/block-rt.gif') no-repeat top right;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5px;
	z-index: 1;
}

div.infoblock-footer {
	margin: 0px;
	height: 33px;
	background: url('/images/block-mb.gif') repeat-x top left;
	z-index: 1;
}

.infoblock-footer .left {
	height: 33px;
	background: url('/images/block-lb.gif') no-repeat top left;
	z-index: 1;
}

.infoblock-footer .right {
	/* 28px = 33px - 5px padding; */
	height: 28px;
	background: url('/images/block-rb.gif') no-repeat top right;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5px;
	text-align: right;
	z-index: 1;
}

div.infoblock-body {
	margin: 0px;
	background: #fafafa;
	z-index: 3;
}

.infoblock-body .left {
	background: url('/images/block-lm.gif') repeat-y top left;
	z-index: 3;
}

.infoblock-body .right {
	background: url('/images/block-rm.gif') repeat-y top right;
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 5px;
	z-index: 3;
	clear: both;
}	

/*  spacer between info blocks
-----------------------------------------------------------------*/
div.spacer {
	margin: 0px;
	height: 34px;
}

.spacer .space {
	height: 34px;
}

.spacer .railRight {
	height: 34px;
	background: url('/images/spacer-right.gif') repeat-y top right;
}

.spacer .railLeft {
	height: 34px;
	background: url('/images/spacer-left.gif') repeat-y top left;
}


/*  bottom of the page
-----------------------------------------------------------------*/
div.floor {
	margin: 0px;
	height: 60px;
	background: url('/images/floor-middle.gif') repeat-x top left;
	text-align: center;
}

.floor .railRight {
	height: 60px;
	background: url('/images/floor-right.gif') no-repeat top right;
	text-align: center;
}

.floor .railLeft {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 17px;
	padding-bottom: 11px;
	color: black;
	height: 35px;	/* 50px - 25px padding */
	text-align: center;
	vertical-align: middle;
	background: url('/images/floor-left.gif') no-repeat top left;
}

/*  TOP banner
-----------------------------------------------------------------*/
div.topbanner {
	margin: 0px;
	height: 155px;
	background: url('/images/topbanner-solid-middle.gif') repeat-x top left;
}

.topbanner .img-left {
	height: 155px;
	background: url('/images/topbanner-solid-left.gif') no-repeat top left;
}

.topbanner .img-right {
	height: 145px;		/* 155px - 5px padding */
	background: url('/images/topbanner-solid-right.gif') no-repeat top right;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	font-size: 100%;
}

/*  mainmenu
-----------------------------------------------------------------*/
div.mainmenu {
	color: black;
	margin-top: 10px;
}

.mainmenu a {
	border-bottom: 0px;
}

.mainmenu ul {
	color: black;
	margin: 0px;
	padding: 0px;
}

.mainmenu li {
	display: block;
	float: left;
	white-space: nowrap;
	color: #ff0000;
	text-align: center;
	margin-left: 10px;
	padding: 2px 0px 2px 0px;
}

.mainmenu li:hover {
	background: #abdeff;
	padding: 2px 0px 2px 0px;
}

.mainmenu li.sel {
	background: #abdeff;
	padding: 2px 0px 2px 0px;
}


/*  submenu
-----------------------------------------------------------------*/
div.submenu {
	margin: 0px;
	height: 52px;
	background: url('/images/submenu-middle.gif') repeat-x top left;
}

.submenu .railRight {
	height: 52px;
	background: url('/images/submenu-right.gif') no-repeat top right;
}

.submenu .railLeft {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	color: black;
	height: 42px;	/* 52px - 11px (padding) */
	text-align: left;
	font-size: 90%;
	background: url('/images/submenu-left.gif') no-repeat top left;
}

.submenu a {
	border-bottom: 0px;
}

.submenu ul {
	color: black;
	margin: 0px;
	padding: 0px;
}

.submenu li {
	display: block;
	float: left;
	white-space: nowrap;
	color: #ff0000;
	margin-left: 10px;
	padding: 2px 0px 2px 0px;
}

.submenu li:hover {
	background: #abdeff;
	padding: 2px 0px 2px 0px;
}

.submenu li.sel {
	background: #abdeff;
	padding: 2px 0px 2px 0px;
}

