body {
    font-size: 62.5%;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    color: #202A5E;
    background: #FFF;
}

#header .inside,
#container .inside,
#footer .inside {
    position: relative;
}

/*** Header ***/
#header {
    height: 210px;
    background: url('../images/header-bg-repeat.png') transparent 0 205px repeat-x scroll;
}
body.large-header #header {
    height: 525px;
}

#headerImg {
    position: absolute;
    top: 205px;
    left: 0;
    height: 5px;
    width: 1090px;
    z-index: 99;
}
body.large-header #headerImg {
    height: 320px;
}

#headerImg .custom_bgImg {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 1090px;
}
body.large-header #headerImg .custom_bgImg {
    height: 320px;
}

#headerImg #super_,
#headerImg .gallerylayer {  /* Slideshow BG */
    background-color: transparent !important;
}

#headerImg .fadeslidedescdiv { /* Slideshow image caption */
    display: none;
}

#headerShadow,
#footerShadow {
  position: absolute;
  left: 0;
  background: url('../images/headerShadow.png') transparent 0 0 repeat-x scroll;
  z-index: 100;
  width: 100%;
  height: 21px;
}

#headerShadow {
  top: 205px;
  display: none;
}
body.large-header #headerShadow {
  display: block;
}

#footerShadow {
  top: 0;
}

#header .inside {
    width: 1090px;
}

#search {
    position: absolute;
    top: 10px;
    right: 0;
}

#logo {
    position: absolute;
    top: 37px;
    left: 91px;
}

#mainnavi {
    position: absolute;
    top: 175px;
    left: 173px;
    width: 950px;
    z-index: 1500;
    overflow: visible;
}

/*** Footer ***/
#footer {
    background: url('../images/footer-bg-repeat.png') transparent 0 0 repeat-x scroll;
    position: relative;
}

#footer .inside {
    padding: 25px 0 0 180px;
    background: url('../images/footer-bg.png') transparent 0 0 no-repeat scroll;
    height: 257px;
}

.footerCol {
    border-right: 1px solid #AFB2BF;
    float: left;
    height: 200px;
    margin-right: 25px;
    padding-right: 15px;
    width: 260px;
}

#footerCol3 {
    border-right: none;
    width: 240px;
}

/*** Content ***/
#container {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(224,225,233,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(224,225,233,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,233,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,233,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,233,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(224,225,233,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e1e9',GradientType=0 ); /* IE6-9 */
}

#container .inside {
    margin-left: 110px;
    padding: 35px 70px 35px 70px;
    background-color: #fff;
    width: 840px;
    min-height: 380px;
}

#main {
    float: left;
    width: 570px;
}

#main.mainBig {
    width: auto;
}

#right {
    width: 250px;
    float: right;
}

.item-separator,
.clear {
    clear: both;
}

.img-fulltext {
    margin-bottom: 1em;
}

/********************************
 * Typo
********************************/
p,
#main ul,
#main ol,
dl,
.acymailing_module_success {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

#main ul {
    list-style: none outside url('../images/bullet-icon.png');
    margin-left: 15px;
}

#main ol {
    list-style: decimal outside none;
    margin-left: 22px;
}

dl dd {
    margin-bottom: 1em;
}

/*** Überschriften ***/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 0.7em;
}

h1.Technet_nano {
    background-image: url('../images/cat-technet_nano-logo.png');
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 35px;
    padding-left: 35px;
}

h2 {
    font-size: 20px;
    color: #1F275F;
    margin-bottom: 8px;
}
h2.heading {
    margin-bottom: 20px;
}

h3, h4, h5, h6 {
    font-size: 1.4em;
    color: #9FA51F;
    margin-top: 1em;
    font-weight: normal;
}

/*** Links ***/
a {
    color: #7C8696;
    text-decoration: none;
}

a:hover,
.active a {
    color: #202A5E;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #9FA51F;
}

/*** Pagination ***/
#main .pagination ul {
    list-style: none outside none;
    margin: 0;
}

#main .pagination li {
    display: inline-block;
    margin-right: 7px;
}

/*** Footer ***/
#footerCol1 p {
    font-size: 1.2em;
    font-family: 'Ubuntu', sans-serif;
    color: #66727B;
}

/*** Top Link ***/
#topLink {
  background: url("../images/arrow-top-dark.png") no-repeat scroll center center #DEE326;
    bottom: 100px;
    cursor: pointer;
    display: none;
    height: 40px;
    position: fixed;
    right: 0;
    width: 40px;
}

#topLink:hover {
  /*background: url("../images/arrow-top.png") no-repeat scroll center center #202A5E;*/
  background-color: #009EE3;
}

/********************************
 * Menüs
********************************/
/*** Main-Navi ***/
#mainnavi ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

#mainnavi .item-101 {   /* Startseite ausblenden */
    display: none;
}

/*#mainnavi .item-106 {
    margin-right: 0;
}*/

#mainnavi ul li a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.6em;
    color: #202A5E;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 5px 2px;
}

#mainnavi ul li:hover a,
#mainnavi ul .active a {
    background-color: #DEE326;
}

#mainnavi ul.menu ul {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 999;
    overflow: visible;
    display: none;
}

#mainnavi ul.menu li:hover ul {
    display: block;
}

#mainnavi ul.menu ul li {
    margin: 0;
    width: 180px;
}

#mainnavi ul.menu ul li a {
    background-color: #f9f6ce;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 1.3em;
    padding: 6px 5px;
}

#mainnavi ul.menu ul li a:hover,
#mainnavi ul.menu ul li.active a {
    background-color: #DEE326;
}

/*** Footer ***/
#footerCol2 ul {
    width: 120px;
    float: left;
}

#footerCol2 li,
#footerCol3 li {
    margin-bottom: 11px;
}

#footerCol2 a,
#footerCol3 a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4em;
    text-decoration: none;
    display: block;
}

#footerCol3 li {
    min-height: 20px;
}

.service-menu .login {
    background: url('../../../images/images/arrow-right.png') transparent top right no-repeat scroll;
}

.service-menu .newsletter-link {
    background: url('../images/icon-newsletter.png') transparent top right no-repeat scroll;
}

.service-menu .print {
    background: url('../images/icon-print.png') transparent top right no-repeat scroll;
}

/********************************
 * News
********************************/
.newsflash_headline {
    font-weight: normal;
    font-size: 1.6em;
    color: #0BA1E2;
    margin-bottom: 0em;
    background: url('../images/line-green.png') transparent 65px 2px no-repeat scroll;
    min-height: 16px;
}

.newsflash {
    background: url('../images/line-green.png') transparent bottom left no-repeat scroll;
    padding-bottom: 1em;
}
.newsflash.clean {
    background: none;
    padding-bottom: 0;
}
.blog {
  padding-bottom: 2em;
}

.newsflash .news_item {
    margin-bottom: 2em;
}

.blog h2,
.newsflash h2 {
    font-size: 1.6em;
    margin-top: 2px;
    font-weight: normal;
}

.newsflash h2 {
    font-size: 1.5em;
}

.blog h2 a,
.newsflash h2 a {
    color: #0BA1E2;
}

.blog h2.Technet_nano,
.newsflash h2.Technet_nano {
    background-image: url('../images/cat-technet_nano-logo.png');
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 35px;
    padding-left: 35px;
}

.blog h2 a:hover,
.newsflash h2 a:hover {
    text-decoration: none;
}

.news_date {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #0BA1E2;
    font-size: 1.6em;
    display: inline;
    margin-bottom: 0.4em;
}

.blog .news_date,
.newsflash .news_date {
    color: #202A5E;
    margin-bottom: 0;
    font-size: 1em;
}

.newsflash .news_item p {
    margin-bottom: 0;
}

.blog .item {
    margin-bottom: 2.5em;
}

.blog .img-intro {
    float: left;
    margin: 0 10px 10px 0;
}

.blog .img-intro img {
    width: 200px;
}

/********************************
 * Formulare, Suche, Newsletter
********************************/
label {
    font-size: 1.2em;
    color: #66727B;
    text-transform: uppercase;
    margin-right: 5px;
}

input {
    border: 1px #A5A5A5 solid;
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    padding: 2px 5px 3px;
    color: #202A5E;
}

input.button {
  cursor: pointer;
  background-color: #DEE326;
  border: none;
  margin-right: 7px;
}

input.button:hover {
  background-color: #009ee3;
  color: #fff;
}

input[type=image] {
    padding: 0;
    margin: 0;
    background: transparent;
}

/*** Suche ***/
#mod-search-searchword {
    width: 166px;
    margin-right: 5px;
}

.searchintro {
    margin-top: 1em;
}

#search {
  color: #66727B;
}
#search p {
  font-size: 1em;
  margin-bottom: 0;
}
.baltic-sea-region {
  margin-top: 26px;
  margin-left: 55px;
}

/*** Newsletter ***/
#acymailing_module_formAcymailing1 {
  margin-top: 1em !important;
}

div.acymailing_module_success {
  background-color: #DEE326;
}

#unsubpage .unsubsurvey,
#unsubpage .unsubintro {
  padding: 0;
}

/********************************
 * Services
********************************/
.service-item {
    width: 270px;
    margin-right: 15px;
    float: left;
}

.service-item.last {
    margin-right: 0;
}

.service-item h2 {
    margin-top: 0;
}

/********************************
 * The Network
********************************/
.the-network h2 {
    margin-top: 1em;
}

.the-network p {
    margin-bottom: 0.8em;
}

.the-network #header {
    background: url('../images/header-network-bg-repeat.png') transparent 0 205px repeat-x scroll;
}

.the-network #header,
.the-network #header .inside,
.the-network #headerImg {
    overflow: visible;
}

.the-network .custom_map {
    position: absolute;
    top: 110px;
    left: 180px;
    width: 330px;
    height: 180px;
}

.the-network #main {
    width: 340px;
}

.the-network .item,
.the-network .item-page {
    position: relative;
    z-index: 100;
    min-height: 310px;
}

.map-icon {
    position: absolute;
    cursor: pointer;
}

#map-sonderborg {
    top: 302px;
    left: 507px;
    width: 112px;
    height: 31px;
    background: url('../images/map-sonderborg.png') transparent 0 0 no-repeat scroll;
}

#map-odense {
    top: 282px;
    left: 627px;
    width: 77px;
    height: 31px;
    background: url('../images/map-odense.png') transparent 0 0 no-repeat scroll;
}

#map-flensburg {
    top: 329px;
    left: 524px;
    width: 99px;
    height: 16px;
    background: url('../images/map-flensburg.png') transparent 0 0 no-repeat scroll;
}

#map-kiel {
    top: 339px;
    left: 619px;
    width: 49px;
    height: 17px;
    background: url('../images/map-kiel.png') transparent 0 0 no-repeat scroll;
}

#map-kista {
    top: 127px;
    left: 629px;
    width: 156px;
    height: 31px;
    background: url('../images/map-kista.png') transparent 0 0 no-repeat scroll;
}

/*#map-stockholm {
    top: 154px;
    left: 780px;
    width: 106px;
    height: 19px;
    background: url('../images/map-stockholm.png') transparent 0 0 no-repeat scroll;
}*/

#map-tartu {
    top: 174px;
    left: 903px;
    width: 66px;
    height: 30px;
    background: url('../images/map-tartu.png') transparent 0 0 no-repeat scroll;
}

#map-riga {
    top: 225px;
    left: 846px;
    width: 66px;
    height: 30px;
    background: url('../images/map-riga.png') transparent 0 0 no-repeat scroll;
}

#map-kaunas {
    top: 321px;
    left: 821px;
    width: 77px;
    height: 18px;
    background: url('../images/map-kaunas.png') transparent 0 0 no-repeat scroll;
}

#map-vilnius {
    top: 310px;
    left: 926px;
    width: 74px;
    height: 32px;
    background: url('../images/map-vilnius.png') transparent 0 0 no-repeat scroll;
}

#map-czechowice-dziedzice {
    top: 462px;
    left: 802px;
    width: 183px;
    height: 31px;
    background: url('../images/map-czechowice-dziedzice.png') transparent 0 0 no-repeat scroll;
}

#map-itzehoe {
    top: 351px;
    left: 537px;
    width: 77px;
    height: 17px;
    background: url('../images/map-itzehoe.png') transparent 0 0 no-repeat scroll;
}

#map-sonderborg.active,
#map-sonderborg:hover {
    background-position: 0 -31px;
}

#map-odense.active,
#map-odense:hover {
    background-position: 0 -31px;
}

#map-flensburg.active,
#map-flensburg:hover {
    background-position: 0 -16px;
}

#map-kiel.active,
#map-kiel:hover {
    background-position: 0 -17px;
}

#map-kista.active,
#map-kista:hover {
    background-position: 0 -31px;
}

/*#map-stockholm.active,
#map-stockholm:hover {
    background-position: 0 -19px;
}*/

#map-tartu.active,
#map-tartu:hover {
    background-position: 0 -30px;
}

#map-riga.active,
#map-riga:hover {
    background-position: 0 -30px;
}

#map-kaunas.active,
#map-kaunas:hover {
    background-position: 0 -18px;
}

#map-vilnius.active,
#map-vilnius:hover {
    background-position: 0 -32px;
}

#map-czechowice-dziedzice.active,
#map-czechowice-dziedzice:hover {
    background-position: 0 -31px;
}

#map-itzehoe.active,
#map-itzehoe:hover {
    background-position: 0 -17px;
}
/*DJ-Slider Layout*/

#cust-navigation127 {
    top: inherit;
    bottom: 20px;
    right: 30px;
}

img#prev127 {
    left: 0px;
}


/* social media */


.nsb_container img {
   padding-right: 14px;
}

#footerCol1 h3 {
   font-size: 16px;
   text-transform: none;
   color: #a4a4a4;
   margin-bottom: 8px;
}


/*Blog*/
a.bloglink {
    color: white;
    text-align: left;
    font-size: 12px;
    line-height: 23px;
    padding-left: 10px;
    width: 150px;
    display: inline-block;
    background: url('../images/blog-bg.png') left top no-repeat;
}


.items-row {
    margin-bottom: 46px;
}

.row-0 .item.column-1 {
    width: 565px;
    padding-bottom: 77px;
    background: url('../images/border.png') left bottom no-repeat;
}


/* tagcloud */

#myCanvasContainer {
    margin-top: 30px;
    border-top: 1.5px solid #DDDE00;
    border-bottom: 1.5px solid #DDDE00;
}