* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/main-bg.gif) repeat-y; background-position:center;
	font: .8em "Trebuchet MS", Arial, Sans-Serif; color: #000; 
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 { font-size: 2em; color: #C7E3EE; font-weight: normal; margin: 0 0 .8em; font-family:Georgia,'Times New Roman',Times,serif;}
	.blue { color: #003448; }
	.white { color: #ffffff; }

h1 {
	font-size: 197%;
}


h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
	color: #003448;
}

p, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
}

ol {
}

a:link {
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #CCCCCC;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}
ul.tick {
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
ul.tick li {
	padding: 10px 0 0 20px;
	background-image: url(images/accept.gif);
	background-repeat: no-repeat;
	background-position: 1px 15px;
	line-height: 22px;}
/* Boxes */

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img14.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	font-size: 100%;
	color: #FFFFFF;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	padding: 20px;
}
#all {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	width: 900px;
	margin:auto;
}
/* Header */

#header {
	width: 900px;
	height: 91px;
	margin: 0 auto;
}

/* Logo */

#logo {
	background-image:url(images/logo.gif);
	padding:0;
	float: left;
	height:90px;
	width:350px;
}

#logo h1, #logo h2 {
	float: left;
}

#logo h1 {
	padding-top: 25px;
	font-size: 34px;
	font-weight: normal;
}

#logo h2 {
	padding: 48px 0 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

/* Search */

#search {
	float: right;
	margin-top:20px;
	margin-left:30px;
	padding:15px;
	margin-right:80px;
	width:270px;
	background-color:#2f396c;
	border:1px solid #ffffff;
}

#search form {
}

#searchinput {
	width: 140px;
	padding:2px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
padding:2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
}

/* Menu */

#menu {
	width: 800px;
	margin: 0 auto;
}

#menu ul {
	height:38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	margin: 0 5px;
	padding: 12px 5px 0 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #2f396c;
	border-right: 1px solid #2f396c;
}
hr {
	display: none;
}

#menu a:hover {
 		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		background-color:#bee101;
		color:#000000;
}

#menu .active a {
 		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		background-color:#bee101;
		color:#000000;
}

#submenu {
	width: 890px;
	height: 20px;
	margin: 0 auto;
	font-size:12px;
}

#submenu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	margin: 0 2px;
	padding: 5px 10px 0 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-size:12px;
	color: #000;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .active a {
	/*background: #EC0000 url(images/img03.gif) repeat-x left bottom;*/
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

/* Content */

#content {
	float: left;
	width: 625px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px 0 0 0;
}

/* Footer */

#footer {
	padding: 60px 0 5px 0;
	background: #757575 url(images/footer.gif) repeat-x;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: 1em;
	color: #fff;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(images/img22.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(images/img23.gif) no-repeat left center;
}

#footer .css {
	background: url(images/img24.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}


.tab2-top { background-image:url(images/tab2-top.gif); background-repeat:no-repeat; height:19px;}
.tab2-bg { width:610px;; background-image:url(images/tab2-bg.gif); background-repeat: repeat-y; padding:20px;}
.tab2-bottom { background-image:url(images/tab2-bottom.gif); background-repeat:no-repeat; height:19px;}

/*----BODY MIDDLE PANEL----*/
#bodymainmiddlePan{width:100%; background:#fff; color:#8D8D8D; float:left; padding:12px 0 0; clear:both;}

#bodymiddlePan{width:600px; position:relative; margin:0 auto 0 auto; background:#fff; color:#8D8D8D;}
/*---Middle One----*/

#middleonePan{width:200px; float:left;}
#middleonePan p{margin:15px;}
#middleonePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:1px 0 0;}
#middleonePan ul.block{width:156px; height:151px; display:block; padding:0px; margin:5px;}
#middleonePan ul.block li{width:156px; height:151px; background:url(images/block1-normal.jpg) 0 0 no-repeat #FCFCFC; }
#middleonePan ul.block li a{width:156px; height:151px; display:block; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; padding:10px 0 0 5px;}
#middleonePan ul.block li a:hover{background:url(images/block1-hover.jpg) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}


/*---/Middle One----*/

/*---Middle Two----*/
#middletwoPan{width:200px; float:left;}
#middletwoPan p{margin:15px;}
#middletwoPan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:12px 0 0;}

#middletwoPan ul.block{width:156px; height:151px; padding:0px; margin:5px;}
#middletwoPan ul.block li{width:156px; height:151px; background:url(images/block2-normal.jpg) 0 0 no-repeat #FCFCFC; }
#middletwoPan ul.block li a{width:156px; height:151px; display:block; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; padding:10px 0 0 5px;}
#middletwoPan ul.block li a:hover{background:url(images/block2-hover.jpg) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}

/*---/Middle Two----*/

/*---Middle Three----*/
#middlethreePan{width:200px; float:left;}
#middlethreePan p{margin:15px;}
#middlethreePan p.boldtext{font-size:16px; background:#fff; color:#2B2A2A; font-weight:bold; padding:12px 0 0;}

#middlethreePan ul.block{width:156px; height:151px; padding:0px; margin:5px;}
#middlethreePan ul.block li{width:156px; height:151px; background:url(images/block3-normal.jpg) 0 0 no-repeat #FCFCFC; }
#middlethreePan ul.block li a{width:156px; height:151px; display:block; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; padding:10px 0 0 5px;}
#middlethreePan ul.block li a:hover{background:url(images/block3-hover.jpg) 0 0 no-repeat #FCFCFC; color:#fff; text-decoration:none;}

/*---/Middle Threee----*/

/* front page search form */
fieldset	{padding:2px; border-top:3px solid #C1DAD7; border-left:1px solid #C1DAD7; border-right:1px solid #C1DAD7; border-bottom:1px solid #C1DAD7; width: 610px;}
legend		{font-size: 1.4em; color: #262f5f; padding:5px; font-weight: normal; font-family:"Trebuchet MS",'Times New Roman',Times,serif;}

.td			{color: #000; font-weight: normal; font-family:"Trebuchet MS",'Times New Roman',Times,serif;}
.green		{color: #009900;}

#mainsearch	{width:100%; color:#8D8D8D; float:left; clear:both; margin-left:8px;}

#domain		{padding:15px;}
#domain	.l1	{float: left; width: 220px; margin: 0 2px 0 0;}
#domain	.l2	{float: left; width: 120px; margin: 0 2px 0 0; }
#domain	.r	{float: right; margin: 3px; width: 90px;}
#domain	.input	{ font-size:14px; background-color:#fff; padding:2px; border:1px solid #b5b6c4;}

/*result table */
#log		{width: 600px; margin-top: 5px; float:left}
#log_res	{overflow: auto;}
#log_res.ajax-loading	{padding: 20px 0;background: url(images/loading.gif) no-repeat center;}

.tabel		{width:100%; margin:auto; border-collapse:collapse;}
.tabel th	{padding:2px; background-repeat: repeat-x; color:#000;}
.tabel td	{padding:5px;}
.disponibil {width:80%; color:#009900; text-align:left; padding:5px;}
.ocupat 	{color:#CC0000; text-align:left;}
.alt 		{background-color:#F1F1F1}

#mytable {
	width: 620px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 620px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	font-weight:normal;
	font-size: 13px;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border: 1px solid #C1DAD7;
		background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
#mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}
#mytable th.eu {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/eu.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.ro {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/ro.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.hu {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/hu.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.es {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/es.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.it {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/it.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.il {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/il.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.ru {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/ru.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.ae {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/ae.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.ab {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/ab.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.as {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/as.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.ua {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/ua.gif) no-repeat; background-position:left center;
	padding-left:35px;
}
#mytable th.be {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/be.gif) no-repeat; background-position:left center;
	padding-left:35px;
}

#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	color: #797268;
}
.addcart{
border:1px solid #C1DAD7;
background: #F5FAFA url(images/cart_add.gif) no-repeat;
width:150px;
font-size:14px;
padding:2px;
}

