/*
  disabling default styles
*/

html, body, h1, h2, h3, h4, h5, h6, blockquote, form, label, p, ul, ol, li, dl, dd, dt {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}
body {
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
  color: #0e1985;
  background: url(../images/bg_footer.jpg);
}
input, select, textarea, option {
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
}
a {
  text-decoration: none;
}
h1, h2, h3 {
  font-size: 11px;
}

/*
  main layout
*/
.wrapper {
  width: 1000px;
  margin: 0 auto;
}

#header,
#header .wrapper {
  background: #ffffff;
  height: 103px;
}

#main {
    min-width:1000px;
}

.front {
  background: url(../images/bg_front.jpg);
}
.inner {
  background: url(../images/bg_inner.jpg);
}

#footer {
}

/*
  header
*/

h1 {
  float: left;
  background: url(../images/logo.jpg);
  margin: 62px 90px 0 48px;
}

h1 a {
  display: block;
  width: 122px;
  height: 26px;
}

h1 span {
  display: none;
}

#menu {
  list-style-type: none;
  float: left;
  margin: 75px 150px 0 0px;
}

#menu li {
  float: left;
}

#menu li a {
  display: block;
  float: left;
  font-family: Trebuchet MS, Tahoma, arial, sans-serif;
  color: #4b4b4b;
  padding: 0px 20px;
  text-transform: uppercase;
}

#menu li a:hover,
#menu li.act a {
  color: #0e1887;
}

#menu li a span {
  border: 1px solid #ffffff;
  padding-left: 10px;
}

#menu li a:hover span,
#menu li.act a span {
  color: #ffffff;
  background-color: #0e1887;
}

#lang {
  list-style-type: none;
  float: left;
  margin-top: 75px;
}

#lang li {
  float: left;
}

#lang li a {
  display: block;
  float: left;
  color: #979797;
  padding: 2px 5px;
  font-size: 10px;
}

#lang li a:hover,
#lang li.act a {
  color: #0e1887;
}

/*
  main
*/

#frontElement {
  height: 400px;
}
#frontElement span {
  color: #797979;
  font-size: 22px;
  font-style: italic;
  position: relative;
  top: 75px;
  left: 60px;
}
.fe1 {
  background: url(../images/front1.jpg) top center no-repeat;
}
.fe2 {
  background: url(../images/front2.jpg) top center no-repeat;
}
.fe3 {
  background: url(../images/front3.jpg) top center no-repeat;
}
#frontElement.fe3 span {
  top: 80px;
  left: 710px;
}

.content {
  border-bottom: 3px solid #6067af;
  margin: 0px 45px;
}

.about {
  background: url(../images/bg_about.jpg) bottom left no-repeat;
  padding-bottom: 120px;
}

.content .col2 {
  float: left;
  width: 430px;
  margin-right: 50px;
}

.content .col3 {
  float: left;
  width: 265px;
  margin-right: 50px;
}

.content .col_last {
  margin-right: 0px;
}

.content h2 {
  background-color: #0e1985;
  font-family: Trebuchet MS, Tahoma, arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  float: left;
  padding-left: 15px;
  padding-right: 5px;
  margin: 50px 0 10px 0;
}

.content p {
  line-height: 16px;
}

.news .col2 .image {
  border: 3px solid #b5b5b5;
  width: 185px;
  height: 156px;
  float: left;
  margin-right: 15px;
  margin-bottom: 110px;
}

.news .col2 p {
  margin-bottom: 10px;
}

.news a {
  color: #4073e7;
  text-decoration: underline;
}

.news h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.news .more {
  border-top: 1px solid #bababc;
  padding: 10px 0 20px;
}

.news .more a {
  font-size: 14px;
}

.contact p {
  margin-bottom: 15px;
}

.contact a {
  color: #0e1985;
  text-decoration: underline;
}

.contact .map {
  border: 3px solid #b5b5b5;
  width: 280px;
  height: 250px;
}

.contact .col_first {
  width: 200px;
}

.contact label {
  display: block;
  margin-bottom: 3px;
}

.contact input.text,
.contact textarea {
  border: 1px solid #cccccc;
  padding: 2px 5px;
  color: #4b4b4b;
  width: 95%;
}

.contact textarea {
  height: 90px;
}

.contact input.submit {
  color: #ffffff;
  background-color: #3c46a7;
  padding: 3px 15px;
  border: none;
}

.contact .hint {
  color: #949494;
}

.contact {
  padding-bottom: 20px;
}

.project {
  padding-bottom: 20px;
  padding-top: 25px;
}

.project p {
    line-height:2;
}

.project .projectType {
  border: 1px solid #afb1ce;
  color: #0e1985;
  font-weight: bold;
  padding: 2px 5px;
  white-space:nowrap;
}

.project .projectType:hover,
.project .pTypeAct {
  background-color: #ffffff;
}

.project .projects {
  border-bottom: 2px solid #4959fa;
  margin-bottom: 7px;
  width:910px;
}

.project .projects .prev {
  background: url(../images/prev.gif) center center no-repeat;
  width: 10px;
  height: 43px;
  float: left;
  margin-left: -16px;
  display: block;
}

.project .projects .next {
  background: url(../images/next.gif) center center no-repeat;
  width: 10px;
  height: 43px;
  float: right;
  margin-right: -16px;
  display: block;
  z-index:1000;
}

.project .projects .proj_container {
  width: 100%;
  overflow: hidden;
  height: 50px;
  float: left;
}

.project .projects .proj {
  width: 59px;
  height: 50px;
  float: left;
  margin-right: 6px;
}

.project .projects .proj span {
  width: 59px;
  height: 43px;
  border: 1px solid #f7f7f8;
  float: left;
}

.project .projects .proj_act {
  background: url(../images/proj_active.gif) bottom center no-repeat;
}

.project .projects .proj:hover span,
.project .projects .proj_act span {
  border: 1px solid #484c70;
  cursor: pointer;
}

.project h2 {
  margin-top: 30px;
}

.project .col2 {
  width: 360px;
}

.project .col_last {
  width: 500px;
}

.project .col2 p {
  margin-bottom: 15px;
}

.project .col2 .image {
  margin-bottom: 15px;
}

.project .col2 .imageID {
  margin-right: 3px;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
}

.project .col2 .imageID span {
  color: #0064db;
  border: 1px solid #b5b5b5;
  display: block;
  float: left;
  padding: 0px 5px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}

.project .col2 .imageID_act span {
  color: #0e1887;
  padding: 1px 5px;
  border: none;
  background-color: transparent;
  font-weight: bold;
}


/*
  footer
*/

#footer .wrapper {
  width: 910px;
  padding: 15px 45px;
}

#footer ul {
  list-style-type: none;
}

#footer ul li {
  float: right;
  color: #7e7d82;
  font-size: 10px;
  margin-left: 10px;
}

#footer ul li.first {
  float: left;
  margin-left: 0px;
}

#footer ul li img {
  vertical-align: middle;
}

#footer ul li a {
  color: #7e7d82;
  text-decoration: underline;
}

#footer ul li a.text {
  text-decoration: none;
}

/*
  common elements
*/

#line {
  position: absolute;
  top: 98px;
  background: url(../images/line.gif) center center no-repeat;
  height: 11px;
  width: 100%;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
}





/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}




.jcarousel-skin-tango.jcarousel-container {
}

* .jcarousel-skin-tango li {
    margin-left:-8px;
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
    width: 852px;
}

.jcarousel-skin-tango.jcarousel-container-vertical {
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  852px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
}

.jcarousel-skin-tango .jcarousel-item {
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    padding-left: 12px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
	display:none;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
	display:none;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
	display:none;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
	display:none;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
  /*
    .jcarousel-skin-tango.jcarousel-container-horizontal {
        width: 85%;
    }

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
        width: 100%;
    }
*/

.jcarousel-container {
    position: relative;
    width:910px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;

    width:910px;
}

.jcarousel-list {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    width: 59px;
	margin:0;
	padding:0;
	margin-left:2px;
}

.tint {
    background:#32266E none repeat scroll 0% 0%;
    filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
