/* default */
* {
    margin: 0;
    padding: 0;
	
}

body {
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
	color: #333333;
    background: url(../img/background.png) repeat-x 0 109px;
}

a {
    text-decoration: none;
    color: #006fb4;
    font-weight: bold;
}

.bodytext, .content {
	 color: #333333;
}

a.triple-arrow {
    padding-left: 10px;
}

a span {
    cursor: pointer;
}

a img {
    border: 0;
}

h2 {
    color: #006fb4;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    background: url('../img/blue-arrow.png') left 7px no-repeat;
    padding-left: 20px;
}

h3 {
    color: #006fb4;
    font-weight: bold;
    font-size: 12px;
}

h3.contact {
    margin-bottom: 24px;
}

h3.imprint {
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
    line-height: 1.5;
}

p.contact {
    margin-bottom: 1.5em !important;
}

ul, ol {
    list-style: square outside;
    list-style-image: url(../img/blue-list.png);
    margin-left: 12px;
    margin-bottom: 1em;
}

.container {
    width: 991px;
    margin: 0 auto;
}

#container {
    margin-bottom: 50px;
}

#footer {
    background: url(../img/footer-bg.png) top left repeat-x;
    height: 27px;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.clear {
    clear: both;
}

.plus, .minus, .arrow {
    background:  right center no-repeat;
    display: block;
}

.plus {
    background-image: url(../img/plus.png);
}

.minus {
    background-image: url(../img/minus.png);
}

.arrow {
    background-image: url(../img/blue-arrow.png.png);
}

.plus-left {
    background:  left center no-repeat;
    display: block;
    background-image: url(../img/plus.png);
}

.minus-left {
    background:  left center no-repeat;
    display: block;
    background-image: url(../img/minus.png);
}

.blue {
    color: #006FB4;
}

.bold {
    font-weight: bold;
}

/* background */
#logo {
    margin: 0 auto;
    width: 991px;
    height: 98px;
}

#logolink {
    float: left;
}

#logolink img {
    border: 0;
    margin-top: 38px;
}

#staticmenu {
    float: right;
    margin-top: 43px;
    margin-right: 20px;
    color: #b4b4b4;
}

#staticmenu a {
    color: #b4b4b4;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    margin: 0 7px;
}

#staticmenu a.highlight {
    color: #006fb4;
}



#bg_l {
    float: left;
    width: 49%;
    height: 200px;
    background: #b4bfb1;
}

#bg_r {
    float: right;
    width: 49%;
    height: 200px;
    background: #010109;
}

/* menu */
#menu {
    overflow: hidden;
    height: 26px;
    font-size: 12px;
    margin-bottom: 15px;
}

.upmenu {
    float: left;
    height: 26px;
    overflow-x: hidden;
}

.downmenu {
    float: left;
    height: 26px;
}

#menu span {
    display: block;
    float: left;
    height: 26px;
}
#menu span.item {
    padding: 0 15px 0 5px;
    color: #838383;
    font-weight: normal;
}

#menu span.subitem {
    padding: 0 4px;
    color: #fff;
    font-weight: normal;
}

#menu a.subitem {
    padding: 0 5px;
    color: #fff;
    font-weight: normal;
}

.menu-item, .submenu-item {
    display: block;
    float: left;
    height: 26px;
    line-height: 24px;
    margin-right: 2px;
}

.menu-item {
    background: url(../img/menu-background.png) top left repeat-x;
}

.menu-item-border {
    background: url(../img/menu-border.png) top left no-repeat;
    width: 1px;
}

.menu-item-border-left {
}

.menu-item-border-right {
    background: url(../img/menu-border.png) top right no-repeat;
    width: 6px;
}

.submenu-item {
    float:left;
    background: url('../img/submenu-background.png') repeat-x;
}

.submenu-item-border-left {
    background: url('../img/submenu-border-left.png') no-repeat;
    width: 2px;
}

.submenu-item-border-right {
    background: url('../img/submenu-border-right.png') no-repeat;
    width: 2px;
}


#header {
    margin-bottom: 15px;
    width: 991px;
    height: 200px;
}

.half h2 {
    background: url(../img/blue-arrow.png) left center no-repeat;
    padding-left: 20px;
    font-weight: bold;
    color: #006fb4;
    font-size: 12px;
    margin-bottom: 10px;
}

#half p {
    margin-bottom: 10px;
}

#worldpanel {
    background: url(../img/worldmapbg.png) left top no-repeat;
    width: 321px;
    height: 295px;
}

#worldmap {
    border: 0px;
    margin-top: 10px;
    margin-left: -13px;
}

#sidebar {
	margin-top: 215px;
    float: right;
    background: url('../img/sidebar-box.png') no-repeat top left;
    width: 280px;
    font-family: Arial;
    font-size: 11px;
}

#sidebar ul {
    margin: 0;
    list-style: none;
    height: 33px;
}

#sidebar ul li {
    float: left;
    padding-left: 22px;
    line-height: 32px;
    margin: 0 10px;
    cursor: pointer;
    color: #3e3e3e;
}

#sidebar ul li a {
    color: #3e3e3e;
    text-decoration: none;
    font-weight: normal;
}

#sidebar #print {
    background: url(../img/print.png) left center no-repeat;
}

#sidebar #recommend {
    background: url(../img/recommend.png) left center no-repeat;
}

#sidebar #twitter {
    background: url(../img/twitter.png) left center no-repeat;
    padding-left: 14px;
    margin-right: 0;
}

#recommend-box {
    background: url('../img/recommend-bg.png') repeat-y;
    height: 75px;
    overflow: auto;
    display: none;
    padding-top: 10px;
}

#recommend-box table {
    width: 260px;
    margin-left: 9px;
    margin-right: 9px;
}

#recommend-box td {
    color: #3e3e3e;
    font-size: 11px;
}

#recommend-submit {
    height: 16px;
    width: 85px;
    float: right;
}

.recommend-label {
    width: 120px;
}

.recommend-input {
    width: 134px;
    height: 18px;
    border: 1px solid #e9e9e9;
}

.send_button {
    width: 85px;
    height: 16px;
    border: none;
}

#news-box {
    margin-bottom: 10px;
    margin-top: 4px;
}

#news-box h3 {
    background: url(../img/blue-box.png) top left no-repeat;
    height: 27px;
    padding: 10px 0px 10px 20px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
}

#news-box a {
    color: #fff;
}

#news-box p {
    color: #00416a;
    font-size: 12px;
    line-height: 16px;
}

#news-box div {
    background: url(../img/lightblue-box.png) top left no-repeat;
    height: 110px;
    padding: 10px 15px 10px 20px;
}

.news-zoom {
    background: url(../img/zoom-bg.png) top left no-repeat;
    height: 120px;
    width: 160px;
    display: block;
    float: left;
    padding: 2px;
}

#company-box h4 {
    background: url(../img/blue-arrow.png) left center no-repeat;
    padding-left: 20px;
    font-weight: bold;
    font-size: 12px;
    color: #006fb4;
}

#company-box div {
    background: url(../img/company.png) top left no-repeat;
    height: 85px;
    padding: 20px;
}

#company-box div p {
    width: 150px;
    color: #00416a;
    font-size: 12px;
    line-height: 1.15;
}

/* index */
.worldwide {
    color: #00416a;
    padding: 10px;
    line-height: 16px;
}

#currentprojects {
    list-style:  none;
    width: 321px;
}

#currentprojects li {
    margin-bottom: 2px;
}

#currentprojects h3 {
    background: url(../img/grey-box.png) top left no-repeat;
    height: 31px;
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    color: #333333;
    margin-bottom: 0px;
    font-weight: normal;
}

#currentprojects div {
    margin: 2px 0 0 0;
    display: none;
}

#currentprojects .readmore {
    background: url(../img/grey-arrow.png) right center no-repeat;
    display: block;
    float: right;
    height: 53px;
    width: 26px;
    margin-top: -100px;
    position: relative;
}

/* content */
#breadcrumbs {
    margin-bottom: 20px;
}

#breadcrumbs a {
    margin-right: 5px;
    font-weight: normal;

}

#breadcrumbs span {
    margin-right: 5px;
    color: #006FB4;
}

#content {
    margin-top: 235px;
    padding-bottom: 50px;
    width: 700px;
    float: left;
}
#content .left {
    float: left;

}
#content .full {
    width: 700px;
}

#content .half {
    width: 345px;
}

.trenner {
    height: 15px;
    background: transparent url(../img/spacer-bg.png) repeat-x top left;
    width: 704px;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}


/* newsseite */

div.news {
	margin-top: 24px;
}

.news {
    background: transparent url(../img/spacer-bg.png) repeat-x left bottom;
    width: 660px;
    padding-bottom: 20px;
    overflow: hidden;
}

.news h4 {
    margin-bottom: 15px;
}

.newslistpic {
    width: 170px;
    float: left;
    height: 150px;
}

.newslistcontent {
    margin-left: 10px;
    width: 480px;
    float: left;
}

.newslistcontent h3 {
    margin-bottom: 25px;
}

.newslistcontent h3 a {
    height: 25px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
}

.newscontent {
    width: 650px;
    margin-bottom: 18px;
	line-height: 20px;
}

.back {
    margin-top: 20px;
}

/* products view */
#accordion {
    width: 711px
}

#accordion a.accord {
    width: 711px;
    color: #fff;
    background: black url(../img/products-bg.png) no-repeat;
    display: block;
    height: 27px;
    margin-bottom: 3px;
    line-height: 26px;
}

#accordion a span {
    margin-left: 5px;
}

#accordion div.subproduct {
    margin-bottom: 3px;
}

#accordion a.subaccord {
    width: 711px;
    color: #fff;
    background: black url(../img/products-sub-bg.png) no-repeat;
    display: block;
    height: 27px;
    line-height: 26px;
    margin-bottom: 4px;
    font-weight: normal;
}

#accordion a span {
    padding-left: 32px;
    margin-left: 8px;
}

#accordion div.acc_content {
    margin-left: 29px;
    margin-bottom: 3px;
    background-color: #e6e6e6;
    overflow: hidden;
    padding-bottom: 10px;
}

.product-informations {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
    width: 412px;
	line-height: 20px;
}

.product-informations p {
    line-height: 20px;
}

.product-informations table {
    margin-top: 1em;
    width: 100%;
}

.product-informations tr {
    background-color: #fff;
}

.product-informations td {
    padding: 3px 7px;
}
.product-informations td.right {
    text-align: right;
}

.product-informations ul, .product-informations ol {
    list-style: square outside;
    list-style-image: url(../img/blue-list.png);
    margin-left: 12px;
    margin-bottom: 1em;
}

.product-informations h3 {
    margin-bottom: 3px;
}

.product-informations p + h3, .product-informations ul + h3,
.product-informations ol + h3, .product-informations table + h3 {
    margin-top: 2em;
}

.product-informations .products-related a {
    color: #333333;
    font-weight: normal;
}

.products-related a {
    color: #333333;
    font-weight: normal;
}

.product-sidebar {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    width: 214px;
}

.product-sidebar h3 {
}

.product-sidebar .zoom img {
    margin-left: 7px;
    margin-top: 7px;
}

.product-sidebar .zoom {
    background: white url(../img/zoom.png) no-repeat;
    width: 214px;
    height: 192px;
    margin-bottom: 12px;
}

.product-sidebar .downloads {
    background: url(../img/download-box.png) no-repeat;
    height: 14px;
    width: 162px;
    padding: 5px 26px;
    margin-bottom: 20px;
}
.product-sidebar .downloads a {
    color: #333333;
}

/* contact */
#ContactAddForm label {
    float: left;
    width: 300px;
}

#ContactAddForm input {
    float: left;
    background-color: #efefef;
    width: 330px;
    height: 14px;
    border: 2px solid #efefef;
    margin-bottom: 4px;
    font-family: Arial;
    font-size: 12px;
}

#ContactAddForm textarea {
    float: left;
    background-color: #efefef;
    width: 345px;
    height: 88px;
    border: 2px solid #efefef;
    font-family: Arial;
    font-size: 12px;
}

#ContactAddForm input[type=submit] {
    float: right;
    background-color: #efefef;
    width: 103px;
    background: url(../img/submit.png) no-repeat left top;
    height: 28px;
}

#ContactAddForm input.submit {
    float: right;
    width: 103px;
    height: 28px;
}

#map {
    background: url(../img/map.png) top left no-repeat;
    height: 168px;
    width: 353px;
    display: block;
}


/**/
#searchbox {
    float: right;
    margin-top: 36px;
    width: 176px;
    height: 29px;
    background: url('../img/search-box.png') no-repeat;
}

#QueryQ {
    width: 138px;
    height: 13px;
    border: 1px solid #eaeaea;
    margin-top: 5px;
    margin-left: 7px;
    background-color: white;
    padding: 2px;
    font-size: 11px;
    color: #919191;
}

.search h3 {
    margin: 16px 0 22px;
}

.search p {
    background: url(../img/spacer-bg.png) bottom left repeat-x;
    padding-bottom: 20px;
    margin-bottom: 12px;
}


input.submit {
    width: 21px;
    border: none;
    background: none;
}

input.submit:hover {
	cursor: pointer;
}

div.closedaccord {
    height: 0px;
    overflow: hidden;
}

.tablespacer {
	background: #efefef url('../img/tablespacer.jpg') repeat-x;
	height: 3px;
	line-height: 3px;
}

li {
	color: #333333;
}

.paging {
	margin-top: 5px;
	font-size: 10px;
}

#prev {
	float: left;
}

#numbers {
	float: left;
}

#next {
	float: left;
}

#background {
    left: 0;
    top: 139px;
    width: 100%;
    position: absolute;
	background: #e9e9e9;
	height: 200px;
}

/* Downloads */
div.download {
    background: url("../img/spacer-bg.png") repeat-x scroll left bottom transparent;
    overflow: hidden;
    padding-bottom: 28px;
    margin-bottom: 20px;
}
p.download {
    margin: 3px 0 5px;
}
a.download {
    background: url(../img/read-more.png) center right no-repeat;
    padding-right: 23px;
}

span.pdf {
    background: url(../img/icons/pdf.png) center right no-repeat;
    padding-right: 20px;
}


#OrderInfoAddForm input {
    background-color: #efefef;
    width: 260px;
    height: 14px;
    border: 2px solid #efefef;
    margin-bottom: 4px;
    font-family: Arial;
    font-size: 12px;
}

#OrderInfoAddForm textarea {
    background-color: #efefef;
    width: 530px;
    height: 100px;
    border: 2px solid #efefef;
    margin-bottom: 4px;
    font-family: Arial;
    font-size: 12px;
}
