/* General */

body, html, table, form, img, p, ul, li, a, h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
    border:none;
    font-weight:normal;
    font-size:9pt;
    list-style:none;
    text-decoration:none;
}
body {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    
    background:#f2f2f2 url(../ogs-images/bg-body.png) top repeat-x;
    text-align:center;
    font-family:Arial, sans-serif;
    font-size:9pt;
    color:#1f1f1f;
}

.container {
    position:relative;
    width:799px;
    margin-left:auto;
    margin-right:auto;

    text-align:left;
}

.container2 {
    position:relative;
    width:970px;
    margin-left:auto;
    margin-right:auto;

    text-align:left;
}

.clear {
    clear:both;
}

/* Info bar */

#info {
    position:relative;
    height:28px;
}
#info .contact {
    position:absolute;
    top:0;
    left:0;
    height:27px;
    padding:8px 0 0 26px;
    
    font-size:7pt;
}
#info .contact1 {
    background:url(../ogs-images/bg-info-call.png) left top no-repeat;
}
#info .contact2 {
    left:250px !important;
    
    background:url(../ogs-images/bg-info-mail.png) left top no-repeat;
}
#info a {
    color:#555;
}
#infoLanguage {
    padding-top:8px;
}
#infoLanguage li {
    float:right;
    height:12px;
    width:17px;
    margin-left:5px;
}
#infoLanguage li a {
    display:block;
    padding:12px 0 0 12px;
}
#info ul li span {
    display:none;
}
#langEN {
    background:url(../ogs-images/flag-en.png) no-repeat;
    background-position:0px 0px;
}
#langDE {
    background:url(../ogs-images/flag-de.png) no-repeat;
    background-position:0px 0px;
}
#langNL {
    background:url(../ogs-images/flag-nl.png) no-repeat;
    background-position:0px 0px;
}
#langPL {
    background:url(../ogs-images/flag-pl.png) no-repeat;
    background-position:0px 0px;
}
#langIT {
    background:url(../ogs-images/flag-it.png) no-repeat;
    background-position:0px 0px;
}
#infoLanguage li.active {
    background-position:0px -12px !important;
}
#infoLanguage li.desc {
    width:100px;
    
    color:#555;
    font-size:7pt;
    background:none !important;
    text-align:right;
}

/* Main menu */ 

#menu {
    position:relative;
    height:46px;
    z-index:999;
    
    background:url(../ogs-images/bg-menu) top repeat-x;
}
#menu li {
    position:relative;
    float:right;
    height:48px;
    overflow:hidden;
    
    background:url(../ogs-images/bg-menu-li.png) top left no-repeat;
}
#menu li a {
    display:block;
    padding: 15px 15px 18px 15px;
    
    color:#666;
}

#menu a:hover {
    color:#000;
}
#menu a.active {
    color:#000;
    
    background:url(../ogs-images/bg-menu-li-active.png) center top no-repeat;
}
#menu img {
    position:absolute;
    top:0;
    left:0;
}
#menu .last {
    width:2px;
    height:46px;
}
#header {
    position:relative;
    height:136px;
}
#header div {
    position:absolute;
    top:0;
    height:136px;
    width:800px;
}
#header1 {    
    left:0;
    background:0px 0px no-repeat;
}
#header2 {
    left:-8000px;
    background:0px -136px no-repeat;
}
#header3 {
    left:-8000px;
    background:0px -272px no-repeat;
}

/* Submenu */

#outerSubmenu {
    position:absolute;
    left:0;
    top:74px;
    height:23px;
    width:100%;
    
    opacity:0.87;
    filter: alpha(opacity=87);
    -khtml-opacity: 0.87;
    //background:transparent url(../ogs-images/bg-underbar.png) repeat-x;
    background-position:0px -23px; /* -23; 0 */  
}
body.leistungen #outerSubmenu {
    background-position:0px 0px;
}
#innerSubmenuBody {
	background:transparent url(../ogs-images/bg-underbar.png) repeat-x;
    background-position:0px -23px; /* -23; 0 */  
    position:absolute;
    top:74px;
    left:0;
    width:100%;
    height:23px;
}
#innerSubmenu {

}
#innerSubmenu img {
    position:absolute;
    top:0;
    left:60px;
}
#innerSubmenu ul {
    position:absolute;
    left:0;
    top:0;
    margin-top:4px;
}
#innerSubmenu ul li {
    float:right;
    margin-left:15px;
}
#innerSubmenu ul li a {
    color:#fff;
}
#innerSubmenu ul li a:hover {
    color:#b5e3ff;    
}
#innerSubmenu ul li a.activeSubmenuItem {
    font-weight:bold;
    
}
#submenuServices {
    display:none;
    width:799px;
}
body.leistungen #submenuServices {
    display:inline;
}

/* Interactive */

.interactive {
    position:relative;
    height:155px;
    background:#085794 url("../ogs-images/bg-promo.png") 0px 0px no-repeat;
    color:#fff;
}

.interactive1 {
    position:absolute;
    top:0;
    left:0;
}
.interactive2 {
    position:absolute;
    top:0;
    left:200px;
}
.interactive3 {
    position:absolute;
    top:0;
    left:400px;
}
.login {
    position:absolute;
    top:0;
    left:600px;
    width:175px;
    height:169px;
    padding:0 18px 0 18px;
    
    background:url(../ogs-images/bg-promo-login.png) 193px 0px no-repeat;        
}
.login .title {
    margin:10px 0 8px 0;
    color:#fff;
    text-transform:uppercase;
    font-size:14pt;
    font-weight:bold;
}
.login a {
    font-size:8pt;
    color:#93cff5;
    text-decoration:underline;
}
#formLoginSubmit {
    position:absolute;
    top:118px;
    left:15px;
    width:168px;
    height:30px;
 
    text-align:left;
    font-size:8pt;
    padding-left:17px;    

    /*
    position:absolute;
    top:122px;
    left:0;
    width:198px;
    height:33px;
    border:none;
 
    cursor:pointer;
    text-align:left;
    color:#fff;
    font-size:8pt;
    padding-left:17px;    
    background:url("../ogs-images/button-login.png") 0px 0px no-repeat;
    */
}

.login .text {
    margin-bottom:5px;
    width:155px;
    padding:4px;
    
    font-size:8pt;
    color:#555;
    border:1px solid #fff;
    background:#fff url(../ogs-images/bg-form-txt.png) top left repeat-x;
}



/* Interactive (minimal)  */

#pageTitle {
    padding:11px 0 0 40px;
    font-size:9pt;
    
    color:#fff;
}
#pageTitle b {
    text-transform:uppercase;
}

#subPage .interactive {
    position:relative;
    height:38px;
    background:#085794 url("../ogs-images/bg-promo-sub.png") 0px 0px no-repeat;
}
#subPage .interactive1, #subPage .interactive2, #subPage .interactive3, #subPage .login {
    display:none;
} 
.subLogin {
    position:absolute;
    right:0;
    top:7px;
    width:540px;
    padding-right:15px;
    
    text-align:right;
    color:#fff;
}
.subLogin a {
    color:#fff;
    text-decoration:underline;
}
.subLogin .text {
    width:142px;
    padding:2px;
    
    font-size:8pt;
    color:#555;
    border:1px solid #fff;
    background:#fff url(../ogs-images/bg-form-txt.png) top left repeat-x;
}
.subLogin .textonly {
    margin-top:4px;
}

#mainPage .subLogin {
    display:none;
}

/* Main content */

#content {
    position:relative;         
    padding:0 1px 0 1px;
    
    line-height:1.5em;
    background:#fff url(../ogs-images/bg-content.png) left repeat-y;
}
#content a {
    color:#085794;
}
#content a:hover {
    color:#56b4e7;
}
#contentMain {
    position:relative;
    padding:15px 0 15px 15px;
    min-height:690px;
    width:560px;
}

#contentMain h3 {
    font-size:11pt;
    font-weight:bold;
    color:#000;
    padding-bottom:5px;
    width:558px;
}
body.statistik h3 {
    width:768px !important;
}
#contentMain p {
    margin-bottom:15px;
}

/* Main content sub-elements */

.contentNews h3 {
    position:relative;
    width:575px;
    height:23px;
    padding:5px 0 0 10px;
    padding-bottom:0 !important;
    
    font-size:9pt !important;
    font-weight:bold;
    background:url("../ogs-images/bg-news-top.png") 0px 0px no-repeat;
}


/* end */

.contentNews p {
    position:relative;
    width:575px;
    padding:10px 10px 7px 10px;
    margin:0 !important;

    background:url("../ogs-images/bg-news-body.png") 0px 0px repeat-y;
}
.contentNewsEnd {
    width:585px;
    height:10px;
    
    background:url("../ogs-images/bg-news-bottom.png") 0px 0px no-repeat;
}

.quote {
    padding-left:45px;
    background:url("../ogs-images/bg-quote.png") 0px 4px no-repeat;
}

.thumbnail {
    width:178px;
    height:147px;
    padding:8px 0 0 9px;
    margin-bottom:0 !important;
    overflow:hidden;
    float:left;
    
    background:url("../ogs-images/bg-thumbnail.png") 0 0 no-repeat;
}
.thumbnail img {
    margin-bottom:2px;
}
.thumbnail span {
    width:160px;
    
    text-align:center;
    font-size:8pt;
    color:#444;
}

#contentMain ul {
    list-style-type:disc;
    margin-bottom:15px;
}
#contentMain li {
    margin-left:18px;
    list-style-type:disc;
}

/* Sidebar */

#contentSidebar {
    position:absolute;
    top:14px;
    right:13px;
    width:200px;
    overflow:hidden;
}
#contentSidebar h4, #contentSidebar p {
    padding-left:12px;
}
#contentSidebar h4 {
    font-weight:bold;
    margin:0 0 4px 0;
}
#contentSidebar p {
    line-height:1.3em;
    margin-bottom:20px;
}
h3.tickerHead {
    position:relative;
    width:179px;
    height:21px;
    padding:3px 0 0 10px;
    padding-bottom:0 !important;
    margin-left:12px;
    margin-top:15px;
    
    font-size:9pt !important;
    font-weight:bold;
    background:url("../ogs-images/bg-ticker-top.png") 0px 0px no-repeat;
}



/* Sidebar sub-elements */

#sidebarTicker {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 191px;    
    
    background:url("../ogs-images/bg-ticker-body.png") right 0px repeat-y;
}
#sidebarTickerEnd {
    position:relative;
    width:179px;
    height:5px;
    margin:0 0 15px 12px;
    
    background:url("../ogs-images/bg-ticker-bottom.png") 0px 0px no-repeat;
}
.sidebarHeadline {
    position: absolute;
    top: 210px;
    left: 12px;
    height: 195px;
    width:155px;
    padding:0 10px 0 10px;
}
#sidebarSpecialOffer h4 {
    width:191px;
    height:39px;
    padding:18px 0 0 8px;
    margin:0;
    overflow:hidden;
    
    background:url(../ogs-images/special-offer-top.png) left top no-repeat;
}
#sidebarSpecialOffer h4 span {
    color:#fff;
    font-weight:normal;
}
#sidebarSpecialOffer p {
    width:163px;
    margin:0 0 0 12px;
    padding:0 8px;
    height:139px;
    overflow:hidden;
    
    color:#fff;
    background:#3483b8;
}
#sidebarSpecialOffer .text {
    margin:5px 5px 0 0;
    width:154px;
    padding:4px;
    
    font-size:8pt;
    color:#555;
    border:1px solid #fff;
    background:#fff url("../ogs-images/bg-form-txt.png") top left repeat-x;
}

#sidebarSpecialOffer .submit {
    margin:8px 0 0 -8px;
    background:url("../ogs-images/button-offer.png");
    border:none;
    height:28px;
    width:179px;
    padding-left:10px;
    
    text-align:left;
    color:#fff;
    font-size:8pt;
    cursor:pointer;
}



/* Footer */

#footer {
    position:relative;
    padding:15px;
    height:100px;
    
    font-size:8pt;
    line-height:1.5em;
    background:#f4f4f4;
    border-top:1px solid #bcbcbc;
}
#footer ul {
    width:100px;
    
    float:left;
}
#footer ul li {
    font-size:8pt;
}
#footer ul li a {
    color:#1f1f1f;
}
#footer ul li a:hover {
    color:#aaa;
}
#footer h5 {
    font-weight:bold;
}
#footerCopyright {
    position:absolute;
    bottom:15px;
    right:15px;
}

/* Additional CSS for Service Bullets */

.serviceBullet {
    width:271px;
    height:84px;
    float:left;
    margin-right:1px;
    margin-bottom:3px;
    padding-top:10px;
    
    cursor:pointer;
    filter: alpha(opacity=60); 
    opacity: 0.6;
    -khtml-opacity: 0.6;
    text-align:center;
}
.serviceBullet {
    font-size:8pt;
    color:#444;
}
.serviceBullet b {
    font-size:13pt;
}
body.leistungen .activeBullet {
    filter: alpha(opacity=100); 
    opacity: 1.0;
    -khtml-opacity: 1.0;
}

/* Additional CSS for Portfolio */

#portfolioHighlight {
    position:relative;
    height:140px;
    background:url(../ogs-images/bg-portfolio.png) 0 0 no-repeat;
    margin-top:9px;
    padding:30px 20px 0 200px;
}
#portfolioHighlight b.slogan {
    font-size:14pt;
}
#portfolioHighlight img {
    position:absolute;
    left:30px;
    top:29px;
}
#portfolio li .url, #portfolio li .slogan, #portfolio li .desc  {
    display:none;
}

.tooltip {
	color:#FFF;
}

.tooltip:hover {
	color:#FFF;
}

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-style: bold;
text-decoration: underline;
border-bottom:0px dotted #4dbcf3;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip span {
display: none;
text-decoration: none;
}

a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

a.tooltipa,
a.tooltipa:link,
a.tooltipa:visited,
a.tooltipa:active {
position: relative;
color: #3f3f7f;
text-decoration: none;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}

a.tooltipa:hover {
background: transparent;
z-index: 100;
}

a.tooltipa span {
display: none;
text-decoration: none;
}

a.tooltipa:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #4dbcf3;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}

/* hack for safari: */

/*\*/
html>body*#sidebarSpecialOffer  p {
    height:136px;
}
/**/