* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #003677;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #2c1e56;
}

a:hover {
  color: #00cbe7;
  text-decoration: underline;
}

td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

#content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 10px;
  width: 950px;
}

#content h1 {
  font-size: 18pt;
  padding-bottom: 10px;
  color: #2c1e56;
}

#content h2 {
  font-size: 12pt;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #2c1e56;
  text-decoration: underline;
}

#content h3 {
  font-size: 11pt;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #2c1e56;
}

#content h4 {
  font-size: 11pt;
  font-weight: bold;
  text-decoration: underline;
}

#content p {
  text-align: justify;
  padding-top: 15px;
}

#content ul {
  margin-top: 10px;
}

#content li {
  margin-left: 25px;
}

#logo {
  float: left;
  width: 210px;
}

#slogan {
  width: 350px;
  font-size: 14pt;
  padding-left: 20px;
  letter-spacing: 2.3px;
  color: #2c1e56;
  font-weight: bold;
}

#toplinks {
  float: right;
  width: 300px;
  text-align: right;
  color: #2c1e56;
}

#toplinks a {
  color: #2c1e56;
}

#header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 950px;
}

#header_top {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 950px;
  height: 26px;
  background: url(/images/header_top.png);
}

#banner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 950px;
  height: 170px;
/*  background: url(/images/header_vcc.jpg); */
}


/* menu */
/* tabs */

ul.tabs {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul.tabs li {
  list-style: none;
  display: table-cell;
  float: left;
  position: relative;
  padding-top: 2px;
  border-right: 1px solid #bbb;
  height: 18px;
}

ul.tabs a {
  position: relative;
  display: block;
}

/* dropdowns */

ul.dropdown {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  z-index: 999;
  top: 100%;
  width: 250px;
  display: none;
  left: 0;
}

ul.dropdown ul.dropdown {
  top: 0;
  left: 95%;
}

ul.dropdown li {
  margin: 0;
  padding: 0;
  float: none;
  position: relative;
  list-style: none;
  display: block;
  padding-top: 2px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  height: 18px;
  background: #fff;

}

ul.dropdown li a {
  display: block;
}

#menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 950px;
  height: 20px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  /* background: url('/images/chromebg.gif') repeat-x; */
}

#menu ul {
  margin: 0;
}

#menu ul li.hasmore
{
  /* background: url(images/drophighlight.png) no-repeat center 27px; */
}

#menu ul li a {
  font-size: 14px;
  color: #2C1E56;
  font-weight: bold;
  padding: 0 15px;
}

/* menu end */

#menu_bottom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 950px;
  height: 27px;
  background: url(/images/menu_background.png);
}

.menuitem {
  float: left;
  width: 134px;
  text-align: center;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 930px;
  padding-top: 14px;
  padding-left: 10px;
  padding-right: 10px;
  height: 21px;
  background: url(/images/footer_top.png);
  border-bottom: 1px solid #bbb;
}

#footer_inner {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-top: 3px;
  width: 930px;
  height: 32px;
}

#sidemenu {
  float: left;
  width: 200px;
}

#sidemenu a {
  color: #2c1e56;
}

#sidemenu a:hover {
  color: #00cbe7;
}

#maincontent {
  float: left;
  width: 738px;
  border-left: 1px dotted #aaa;
  padding-left: 10px;
}

.errors {
  color: #f00;
}

.kwota {
  color: #f00;
  font-weight: bold;
}

.green {
  color: #31c100;
  font-weight: bold;
}

.kurs {
  color: #00f;
  font-weight: bold;
}

.price {
  text-align: right;
}

.pricelisttitle {
  background: #b0b0b0; 
}



/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(/images/transparent.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:600px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* jquery tools scrollable */

#scroll {
	position:relative;
	height:;
	overflow:hidden;
	border:1px solid #ddd;
	width:948px;
	padding:15px;
	height:473px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}

.tool {
	float:left;
	width:950px;
	height:340px;
	text-align:center;
}

.details {
	font-size:18px;
	color:#555;
	margin-top:-20px;
	background-color:transparent;
	padding:5px 148px;
}


#thumbs {
	background:url(/images/v2c/v2c-navi.jpg) no-repeat;
	height:90px;
	position:absolute;
	top:425px;
	width:990px;
	left:-8px;
}

.t {
	padding:0 !important;
	border:0 !important;
}

.t a {
	background:transparent url(/images/v2c/v2c-navi.jpg) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:314px;
	_margin-left:304px;
}

/* CSS sprite for the navigation */
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }

/* tooltip */

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url('/images/black_arrow.png');
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

