/**CSS RESET**/
* {
  border:0;
  font-weight:normal;
  list-style-type:none;
  margin:0;
  outline:0;
  padding:0;
  text-decoration:none;
}

/**GENERAL STYLES**/
/** Sighted Orange #f87900**/
body{
    margin:0;
    padding:0;
    background:#eeeeee;
    font-family:Helvetica, Arial, Tahoma, Verdana;
    /*font-family:Helvetica;*/
    font-size:11px;
    font-weight:normal;
    background:url(../gfx/bg_gradient.png) repeat-x 0px 42px;
}

img{ border:0; }

a{
    color:#999999;
    text-decoration:none;
}

a:hover{
    color:#f87900;
    text-decoration:underline;
}

.last{ color:#f87900; }

/**TOP OF PAGE **/
#top{
    width:100%;
    height:42px;
    background:white;
    border-bottom:1px solid #b9b9b9;
}
#headercontent{
    width:940px;
    margin:auto;
}
#logo{
    width:249px;
    height:26px;
    float:left;
    clear:none;
    position:relative;
    top:10px;
}
#search{
    width:640px;
    height:26px;
    float:left;
    clear:none;
    position:relative;
    top:10px;
    vertical-align:middle;
}

#languageselection {
    width:44px;
    height:26px;
    float:left;
    clear:right;
    position:relative;
    top:14px;
}

#languageselection .arrow{
    float:left;
    margin-right:8px;
    margin-top:3px;
}

#languageselection img:hover{ cursor:pointer; }

ul.languageselection_pop {
  position:absolute;
  display:none;
  top:20px;
  right:4px;
  width:120px;
  background:white;
  border:1px solid #666;
  z-index:2000;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
}

ul.languageselection_pop li{
    height:20px;
    border-bottom:1px dotted black;
    font-size:12px;
    background:#fff;
    padding-top:5px;
    padding-left:10px;
    vertical-align:baseline;
    width: 110px;
}

ul.languageselection_pop li img{
  float:left;
  margin-right:7px;
}

ul.languageselection_pop li span{
  float:left;
  margin-top:2px;
}

ul.languageselection_pop li:hover{ cursor:pointer; }

/**MIDDLE OF PAGE**/


/*#id{
    margin:auto;
    width:960px;
    height:650px;
}*/

#id{ text-align:center; }

#outerwrapper{
    margin:auto;
    width:952px;
    height:650px;
}
/*
#innerwrapper{
    width:940px;
    height:650px;
    float:left;
    margin:0 20px;
}

#skyscraper_left, #skyscraper_right {
    float:left;
    height:600px;
    background-color:#eee;
    width:160px;
}
#skyscraper_left {
    display: none;
}
*/

#content_navigation{
    width:940px !important;
    height:23px !important;
    margin:0;
    padding:0;
    margin:auto;
    position:absolute;
    top:53px;
    z-index:10;
}

#cn_left{
    position:relative;
    width:216px;
    height:23px;
    top:0px;
    left:53px;
    float:left;
    clear:none;
}

#cn_right{
    position:absolute;
    left:302px;
    width:480px;
    height:23px;
}

#content{
    position:absolute;
    top:70px;
    width:940px !important;
    height:536px !important;
    padding:0;
    background:#fff;
    margin:auto;
    z-index:0;
    background:transparent url(../gfx/bg_ordner3.png) no-repeat ;
    
}

#wrapper{
    position:relative;
    left:52px;
    top:25px;
}

#co_infocrumb{
    position:relative;
    float:left;
    clear:none;
    width:216px;
    height:21px;
    top:0px;
    left:0px;
    font-size:12px;
    color:#f87900;
}

#co_breadcrumb{
    position:relative;
    float:left;
    clear:right;
    width:540px;
    height:21px;
    top:0px;
    left:36px;
    font-size:12px;
}

/*
#co_Q1{
    position:relative;
    float:left;
    clear:left;
    width:216px;
    height:351px;
    border:1px solid #9a9a9a;
    margin-top:0px;
    margin-right:17px;
    background:white;
}

#co_Q1 .inner{
    width:191px;
    height:323px;
    border:1px solid #aaa;
    margin-top:13px;
    margin-bottom:13px;
    margin-left:12px;
    margin-right:11px;
    overflow:hidden;
}

#co_Q1 .header{
    width:100%;
    height:28px;
    background-color:#f87900;
}

#co_Q1 .text{
    width:100%;
    height:272px;
    color:#666666;
    font-size:12px;
}

#morewiki:hover, #lesswiki:hover{
    cursor:pointer;
}


#co_Q1 #wikicontent{
    width:100%;
    height:0px;
    color:#666666;
    font-size:12px;
}

#co_Q1 .scroller{
    width:100%;
    height:272px;
    overflow:auto;
}

#co_Q1 .wrapper{
    margin:7px;
}
*/
#co_Q1 .cselect{
    width:100%;
    height:28px;
    border-bottom:1px solid #9a9a9a;
}

#co_Q1 .cs{
    width:90%;
    margin:auto;
    margin-top:10px;
    color:#666;
    font-size:12px;
    padding-left:5px;
    cursor:pointer;
}

#co_Q1 .cs:hover{
    color:#f87900;
}

#co_Q1 .cs img{
    padding-left:5px;
    padding-top:3px;
    float:left;
}
#co_Q1 .cs div{
    padding-left:5px;
    padding-top:8px;
    float:left;
}
/*
#co_Q1 .action{
    width:100%;
    height:24px;
    vertical-align:bottom;
    border-top:1px solid #aaa;
}

#morewiki, #entercomment{
    font-size:12px;
}
#morewiki {
    margin-left: 10px;
}
#morewiki img {
    float: left;
    margin-top: 6px;
}
#morewiki div {
    float:left;
    font-size:11px;
    margin:6px 0 0 5px;
}
#lesswiki{
    border-bottom:1px solid black;
    display:none;
    height:20px;
    padding:4px 10px 0 0;
    text-align:right;
}
#lesswiki img {
    float: right;
    margin-top: 4px;
}
#lesswiki div {
    float:right;
    font-size:11px;
    margin:4px 0 0 5px;
}

#co_Q1 .title{
    padding-left:10px;
    padding-top:8px;
    font-size:12px;
    font-weight:bold;
    color:white;
}*/


#co_Q1{
    position:relative;
    float:left;
    clear:left;
    width:216px;
    height:351px;
    border:1px solid #9a9a9a;
    margin-top:0px;
    /*margin-left:20px;*/
    margin-right:17px;
    background:white;
}

#co_Q1 .inner{
    width:191px;
    height:323px;
    border:1px solid #aaa;
    margin-top:13px;
    margin-bottom:13px;
    margin-left:12px;
    margin-right:11px;
    overflow:hidden;
}

#co_Q1 .header{
    width:100%;
    height:28px;
    background-color:#f87900;
}

#co_Q1 .text{
    width:100%;
    height:272px;
    overflow-y: auto;
}

#co_Q1 .tweets{
    width:100%;
    height:296px;
    overflow-y: auto;
}

/**TWEETS MODUL**/
.tweets {
  font-family: Arial, serif;
  font-size: 90%;
  color: #085258;
}
.tweets .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;  
    margin: 0;
    padding: 0;
    background-color: #fff; }
.tweets .tweet_list li {
    overflow: auto;
    padding: .5em;
}
/*.tweets .tweet_list li a { color: #0C717A; }*/
/*.tweets .tweet_list .tweet_even { background-color: #91E5E7; }*/
.tweets .tweet_list .tweet_even { background-color: #f0f0f0; }
.tweets .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}
.tweets .tweet_list .tweet_avatar img { vertical-align: middle; }

#co_Q1 .text .wrapper{
    width:90%;
    margin:auto;
    margin-top:10px;
    color:#666;
    font-size:12px;
}

#co_Q1 #wikicontent{
    width:191px;
    color:#666;
    font-size:12px;
    height:270px;
    overflow-y: auto;
}

#co_Q1 p{
    width:90%;
    padding-left:10px;
    padding-right:10px;
}

#co_Q1 #wikicontent p{
    padding-top:5px;
    padding-left:5px;
    width:158px;
    /*text-align:justify;*/
}

#co_Q1 .action{
    width:100%;
    height:22px;
    vertical-align:bottom;
    border-top:1px solid #aaa;
}

#co_Q1 .action p{
    margin-top:5px;
    margin-left:3px;
}

#morewiki, #entercomment{
    font-size:12px;
}

#co_Q1 .title{
    padding-left:10px;
    padding-top:8px;
    font-size:12px;
    font-weight:bold;
    color:white;
}



#co_Q2{
    position:relative;
    float:left;
    clear:none;
    width:569px;
    height:351px;
    border:1px solid  #9a9a9a;
    margin-top:0px;
    margin-left:16px;
    background:white;
}

#co_Q2 > .main{
    width:541px;
    height:324px;
    border:1px solid #aaa;
    margin:13px;
}


#co_Q2_navigation{
    position:relative;
    top:60px;
    left:0px;
    float:left;
    clear:right;
    width:65px;
    height:200px;
}

#co_Q3{
    position:relative;
    float:left;
    clear:none;
    top:23px;
    left:0px;
    width:216px;
    height:84px;
    margin-top:0px;
    margin-left:0px;
}

#co_Q3 ul{
    position:relative;
    float:left;
    clear:none;
    width:216px;
    height:100px;
    margin:0;
    padding:0;
    margin-top:10px;
}

#co_Q3 li{
    margin-left:4px;
    padding:0;
    height:20px;
    font-size:12px;
}

#co_Q4{
    position:relative;
    float:left;
    clear:right;
    top:23px;
    left:35px;
    width:569px;
    height:84px;
    border:1px solid  #9a9a9a;
    margin-left:0px;
    margin-top:0px;
    background:white;
    overflow:hidden;
}

#ifilm{
    position:absolute;
    left:35px;
    width:500px;
    height:80px;
    z-index:2;
    overflow:hidden;
}

#controls_left{
    position:absolute;
    top:420px;
    left:220px;
    width:64px;
    height:33px;
    max-width:64px;
    max-height:33px;
    background:transparent url(../gfx/tesa_left.png) no-repeat ;
    z-index:1000;
}

#absleft{
    position:relative;
    top:10px;
    left:17px;
}
#arrleft{
    position:relative;
    top:10px;
    left:21px;
}

#controls_right{
    position:absolute;
    top:420px;
    left:790px;
    width:66px;
    height:35px;
    background:transparent url(../gfx/tesa_right.png) no-repeat ;
    z-index:1000;
}

#absright{
    position:relative;
    top:10px;
    left:15px;
}
#arrright{
    position:relative;
    top:10px;
    left:11px;
}

.link:hover{ cursor:pointer; }

/** BOTTOM OF PAGE **/
#bottom{
    width:960px;
    height:30px;
    background-color:white;
    position:absolute;
    top:620px;
}
#bo_content{
    width:940px;
    margin:auto;
}
#bo_left{
    width:200px;
    height:20px;
    float:left;
    clear:none;
    text-align:center;
    padding-left:40px;
}
#bo_right{
    width:600px;
    height:20px;
    float:right;
    clear:right;
    margin-top:2px;
    padding-right:10px;
    text-align:right;
}

/**Addbanner on bottom of Page**/

#adbanner{
    position:absolute;
    top:650px;
    width:940px;
}

#adbanner_left{
    float:left;
    clear:none;
    width:300px;
    text-align:left;
}

#adbanner_right{
    float:right;
    clear:right;
    width:622px;
    text-align:right;
}


#searchfield{
    width:312px;
    height:20px;
    vertical-align:middle;
    border:1px solid #666;
    font-size:14px;
}

/**TABNAVIGATION LEFT*/

ul#leftnavi{
    margin:0;
    padding:0;
    list-style-type:none;
}

#leftnavi li{ float:left; }

#leftnavi a.info {
    display:block;
    width:89px;
    height:23px;
    background:transparent url(../gfx/navi2_info.png) 0px -31px no-repeat;
    position:absolute;
    z-index:1000;
}
#leftnavi a.comments {
    display:block;
    width:86px;
    height:23px;
    background:transparent url(../gfx/navi2_comments.png) 0px -31px no-repeat;
    position:absolute;
    left:72px;
    z-index:100;
}
#leftnavi a.community {
    display:block;
    width:88px;
    height:23px;
    background:transparent url(../gfx/navi2_community.png) 0px -31px no-repeat;
    position:absolute;
    left:145px;
    z-index:1;
}

#leftnavi a.infoactive {
    display:block;
    width:89px;
    height:23px;
    background:transparent url(../gfx/navi2_info.png) 0px 0px no-repeat;
    position:absolute;
    z-index:1000;
}
#leftnavi a.commentsactive {
    display:block;
    width:86px;
    height:23px;
    background:transparent url(../gfx/navi2_comments.png) 0px 0px no-repeat;
    position:absolute;
    left:72px;
    z-index:100;
}
#leftnavi a.communityactive {
    display:block;
    width:88px;
    height:23px;
    background:transparent url(../gfx/navi2_community.png) 0px 0px no-repeat;
    position:absolute;
    left:145px;
    z-index:1;
}


#leftnavi a:hover { background-position:0 -62px; cursor: pointer; }


/**TABNAVIGATION RIGHT**/

ul#rightnavi{
    margin:0;
    padding:0;
    list-style-type:none;
}

#rightnavi li{ float:left; }

/**Rightnavi 3D **/

#rightnavi .threed {
    display:block;
    width:105px;
    height:23px;
    background:transparent url(../gfx/navi2_3d.png) 0px -31px no-repeat;
    position:absolute;
    left:0;
    z-index:1000;
}
#rightnavi .threedinactive {
    display:block;
    width:105px;
    height:23px;
    background:transparent url(../gfx/navi2_3d.png) 0px -93px no-repeat;
    position:absolute;
    left:0;
    z-index:1000;
    cursor:default;
}
#rightnavi .threedactive {
    display:block;
    width:105px;
    height:23px;
    background:transparent url(../gfx/navi2_3d.png) 0px 0px no-repeat;
    position:absolute;
    left:0;
    z-index:1000;
}

/**Rightnavi Streetview**/

#rightnavi .streetview {
    display:block;
    width:106px;
    height:23px;
    background:transparent url(../gfx/navi2_streetview.png) 0px -31px no-repeat;
    position:absolute;
    left:89px;
    z-index:500;
}

#rightnavi .streetviewinactive {
    display:block;
    width:106px;
    height:23px;
    background:transparent url(../gfx/navi2_streetview.png) 0px -93px no-repeat;
    position:absolute;
    left:89px;
    z-index:500;
    cursor:default;
}

#rightnavi .streetviewactive {
    display:block;
    width:106px;
    height:23px;
    background:transparent url(../gfx/navi2_streetview.png) 0px 0px no-repeat;
    position:absolute;
    left:89px;
    z-index:500;
}

/**Rightnavi Video**/

#rightnavi .video {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_video.png) 0px -31px no-repeat;
    position:absolute;
    left:175px;
    z-index:400;
    cursor:pointer;
}

#rightnavi .videoinactive {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_video.png) 0px -93px no-repeat;
    position:absolute;
    left:175px;
    z-index:400;
    cursor:default;
}

#rightnavi .videoactive {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_video.png) 0px 0px no-repeat;
    position:absolute;
    left:175px;
    z-index:400;
}

/**Rightnavi Photos**/

#rightnavi .photo {
    display:block;
    width:107px;
    height:23px;
    background:transparent url(../gfx/navi2_photo.png) 0px -31px no-repeat;
    position:absolute;
    left:265px;
    z-index:300;
    cursor:pointer;
}

#rightnavi .photoinactive {
    display:block;
    width:107px;
    height:23px;
    background:transparent url(../gfx/navi2_photo.png) 0px -93px no-repeat;
    position:absolute;
    left:265px;
    z-index:300;
    cursor:default;
}

#rightnavi .photoactive {
    display:block;
    width:107px;
    height:23px;
    background:transparent url(../gfx/navi2_photo.png) 0px 0px no-repeat;
    position:absolute;
    left:265px;
    z-index:300;
}

/**Rightnavi Maps**/

#rightnavi .maps {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_maps.png) 0px -31px no-repeat;
    position:absolute;
    left:355px;
    z-index:200;
    cursor:pointer;
}

#rightnavi .mapsinactive {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_maps.png) 0px -93px no-repeat;
    position:absolute;
    left:355px;
    z-index:200;
    cursor:default;
}

#rightnavi .mapsactive {
    display:block;
    width:108px;
    height:23px;
    background:transparent url(../gfx/navi2_maps.png) 0px 0px no-repeat;
    position:absolute;
    left:355px;
    z-index:200;
}

#rightnavi .threed:hover,
#rightnavi .streetview:hover,
#rightnavi .video:hover,
#rightnavi .photo:hover,
#rightnavi .maps:hover{
    background-position:0 -62px;
    cursor:pointer;
}

/**POST IT NAVIGATION RIGHT**/

ul#Q2navi_3d{
    margin:0;
    padding:0;
    list-style-type:none;
}

#Q2navi_3d li{
    width:56px;
    margin-bottom:10px;
   /* background:white;*/
}

#Q2navi_3d a.img {
    display:block;
    width:56px;
    height:49px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px 0px no-repeat;
}

#Q2navi_3d a.np {
    display:block;
    width:56px;
    height:49px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px -49px no-repeat;
}

#Q2navi_3d a.ge {
    display:block;
    width:56px;
    height:46px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px -98px no-repeat;
}

#Q2navi_3d a.imgactive {
    display:block;
    width:56px;
    height:49px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px -144px no-repeat;
}

#Q2navi_3d a.npactive {
    display:block;
    width:56px;
    height:49px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px -193px no-repeat;
}

#Q2navi_3d a.geactive {
    display:block;
    width:56px;
    height:46px;
    background:transparent url(../gfx/navi_postit_sight.png) 0px -242px no-repeat;
}

#Q2navi_sv li{
    width:25px;
    margin-bottom:10px;
    background:transparent;
}

#Q2navi_sv a.sv1 {
    display:block;
    width:20px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -157px no-repeat;
}
#Q2navi_sv a.sv2 {
    display:block;
    width:20px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -195px no-repeat;
}
#Q2navi_sv a.sv3 {
    display:block;
    width:20px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -232px no-repeat;
}
#Q2navi_sv a.sv4 {
    display:block;
    width:20px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -272px no-repeat;
}

#Q2navi_sv a.sv1active {
    display:block;
    width:60px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -5px no-repeat;
}
#Q2navi_sv a.sv2active {
    display:block;
    width:60px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -43px no-repeat;
}
#Q2navi_sv a.sv3active {
    display:block;
    width:60px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -81px no-repeat;
}
#Q2navi_sv a.sv4active {
    display:block;
    width:60px;
    height:35px;
    background:transparent url(../gfx/navi2_streetview_postits2.png) 0px -120px no-repeat;
}

#Q2navi_3d a.img:hover { background-position:0 -144px; }
#Q2navi_3d a.np:hover { background-position:0 -193px; }
#Q2navi_3d a.ge:hover { background-position:0 -242px; }
#Q2navi_sv a.sv1:hover{ background-position:0 -309px; }
#Q2navi_sv a.sv2:hover{ background-position:0 -347px; }
#Q2navi_sv a.sv3:hover{ background-position:0 -385px; }
#Q2navi_sv a.sv4:hover { background-position:0 -424px; }

/**FOOTERNAVIGATION**/

ul#footernavi{
    margin:0;
    padding:0;
    float:right;
    list-style-type:none;
    font-size:11px;
}

#footernavi li{
    float:left;
    margin-right:20px;
    font-size:11px;
    text-align:right;
}

/**GOOGLE MAPS PLUGIN**/
#mapwrapper{
    position:absolute;
    width:548px;
    height:320px;
    border:0px solid red;
    z-index:100;
}

#fullscreen{
    position:absolute;
    z-index:500;
    top:7px;
    left:210px;
    background: #f87900;
    width:68px;
    height:12px;
    border:1px solid black;
    padding:2px;
    text-align:center;
    color:white;
}
#fullscreen a{
    color:white;
}

/**INPUT DEFINITIONS**/

#co_Q1 input{
    width:160px;
    height:20px;
    border:1px solid #666;
}

#co_Q1 textarea{
    width:160px;
    border:1px solid #666;
}


/**COMMENT MODUL**/
#commentform{
    margin-left:15px;
    margin-top:15px;
}

.commentpost{
    padding:5px;
    border-bottom:1px solid #f87900;
    width:160px;
    margin:auto;
}
.commentpost .message{
    font-size:11px;
    color:#666;
}
.commentpost .notations{
    font-size:10px;
    font-style:italic;
    color:#bbb;
}

#commentsubmit{ font-size:12px; }

/**WIKI MODUL**/
#spacer{
    width:90%;
    height:1px;
    border-top:1px solid #f87900;
    margin-left:5px;
    margin-top:10px;
}

/**SHOPPING MODUL**/

#shoppingwrapper{
    width:548px;
    height:320px;
}

#shopping_left{
    width:200px;
    height:320px;
    float:left;
    clear:none;
    text-align:center;
    font-size:14px;
    color:#f87900;
    padding-top:30px;
    padding-left:20px;
}

#shopping_right{
    width:300px;
    height:300px;
    float:left;
    clear:right;
    margin-left:20px;
    padding-top:20px;
    text-align:center;
    font-size:10px;
    color:#9a9a9a;
}

#shopping_item1{
    height:75px;
    width:75px;
    float:left;
    margin-left:20px;
    margin-top:0px;
}

#shopping_item{
    height:75px;
    width:75px;
    float:left;
    margin-left:20px;
    margin-top:30px;
}

#img{
    width:75px;
    height:75px;
    padding:2px;
    border:1px solid #f87900;
}

#img img{
    width:75px;
    height:75px;
}

/**SUCHE**/

#searchbutton{
    height:29px;
    width:72px;
    background:transparent url(../gfx/button_search.png) 2px 6px no-repeat;
}

ul.search_select {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position:relative;
  z-index:2000;
  top:-1px;
}

/**RENDERINGSTRIP TOOLTIP**/
.filmtooltip{
    position:absolute;
    z-index:999;
    left:-9999px;
    top:99px;
    background-color:white;
    padding:3px;
    border:1px solid #9a9a9a;
    width:120px;
}

.filmtooltip p{
    margin:0;
    padding:0;
    color:#9a9a9a;
    padding:0 4px;
}

#addthis{
    position:relative;
    float:left;
    clear:right;
    width:20px;
    height:16px;
    top:0px;
    left:36px;
    font-size:12px;
    z-index:99;
}