#demo-bar {
    margin: 5px auto;
    padding: 5px 0;
    width: 600px;
    text-align: center;
}
#demo-wrapper {
    margin: 5px auto;
    overflow: hidden;
    height: 400px;
    width: 600px;
    border: 1px solid #ddd;
    position: relative;
}
#demo-inner {
    width: 1196px;
    height: 1117px;
    background-image: url(pic/big_team.jpg);
    position: relative;
}
.scrolling-content {
    background: transparent url(bubble.png) top left no-repeat;
    width: 139px;
    height: 73px;
    text-align: center;
    position: absolute;
}
#content1 {
    left: 48px;
    top: 0px;
}
#content2 {
    left: 1400px;
    top: 20px;
}
#content3 {
    left: 550px;
    top: 1100px;
}
* {
    margin:0px;
    padding:0px;
}
body {
    font: 12px/18px "Lucida Grande","Bitstream Vera Sans",Arial,Helvetica,sans-serif;
    color: #333;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}
a {
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #777;
    outline:none;
    text-decoration:none;
}
p {
    line-height:20px;
}
h1 {
    background:#ed2124;
    color:#fff;
    margin:-10px -1px 20px -20px;
    padding: 7px 20px 8px 0;
    height:auto;
    text-align:right;
    font-size:50px;
}
.skootHeader {
    padding:0px;
    margin:-10px -1px 20px -20px;
}
h2 {
    text-align:left;
    padding-left:10px;
    padding-bottom:5px;
    font-size:1.1em;
    text-transform:uppercase;
    font-weight:normal;
    border-bottom: 1px dotted silver;
    margin-top:15px;
    margin-bottom:0.5em;
    letter-spacing:3px;
    background:url('pic/arrow.gif') left 5px no-repeat;
    color:#ed2124;
}
h3 {
    padding:1em 0 0.5em 0;
    font-size:1em;
    font-weight:bold;
    color:#333;
}
h4 {
    display:inline;
    font-size:1em;
    font-weight:bold;
    color:#444;
}
/* ------------------ header -------------------- */
.ganzOben {
    background:#ed2124;
    height:5px;
    margin-top:0px;
    width:960px;
    margin:0 auto 0 auto;
    border-bottom:1px solid #dd0000;
}
#header {
    border-top:1px solid #777;
    background:transparent;
/* background-image:url(pic/head.png); */
    margin-top:1px;
    margin-bottom:0px;
    height:220px;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
/* -------------------- mainContent ------------------ */
#wrapper {
    width:960px !important;
    margin: 0px auto 10px auto;
    padding-top:30px;
    text-align:left;
}
#wrapper_in {
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border: 1px solid silver;
    border-top: 1px solid silver;
    padding: 10px 0px 10px 0;
}
#wrapper_index {
    -moz-border-radius: 5px;
}
#wrapper_in, #wrapper_index, #XXXheader, .topHeader {
    box-shadow: 5px 5px 5px #ddd;
    -moz-box-shadow: 5px 5px 5px #ddd;
    -webkit-box-shadow: 5px 5px 5px #ddd;
}
.contentPicture.box {
    margin-left:4px;
    width:150px;
    border:1px solid #333;
    display:block;
}
.contentPicture {
    max-height:200px;
    max-width:250px;
}
.indexPage {
    border:1px solid #eee;
    height:520px;
    background:#fff;
    background:url('pic/index2.jpg') center top no-repeat;
}
.indexPicture {
    width:940px;
    height:588px;
}
.imageSlide {
    margin-top:15px;
    display:block;
    margin-bottom:15px;
}
.logoPicture {
    position:absolute;
    top:0px;
    left:200px;
}
/* ------------------ main navi -------------------- */
.topHeader {
    border:1px solid #ddd;
    position:absolute;
    margin-top:-30px;
}
.topHeader2 {
    margin-top:15px;
    margin-left:-50px;
    position:absolute;
}
#navi {
    height:25px;
    margin-left:510px;
}
#navi ul li {
    float:left;
    list-style-type:none;
/* display:block; */
}
.naviLink {
    margin-left:15px;
    padding-right:15px;
    border-right:1px solid #ddd;
}
.naviLink a:hover {
    color:#222;
    border-bottom:2px solid #ed2124;
}
.active {
    color:#111;
    font-weight:500;
    padding-bottom:5px !important;
    border-bottom:3px solid #ed2124;
}
.active:hover {
    color:#000 !important;
}
/* ------------------ sub navi -------------------- */
#naviSub {
    margin-top:50px;
}
#naviSub ul li {
    list-style-type:none;
    height:50px;
    padding-top:0px;
    padding-bottom:0px;
    background:url('pic/line_n.jpg') no-repeat 70px 46px;
    display:block;
}
.first .naviSubLink a {
    float:right;
    font-size:16px;
    color:#333;
    padding:12px 40px 15px 0px;
}
.naviSubLink a img {
    height:14px;
}
.naviSubLink a:hover {
    color:#610606;
    text-decoration:none;
}
.activeSub {
    color:#a10a0a !important;
    background:url('pic/arrow_n.gif') no-repeat right 0px;
}
.second3 .activeSub {
    color:#ed2124 !important;
    background:url('pic/arrow_n2.gif') no-repeat left 0px;
}
.activeSub:hover {
    color:#a10a0a !important;
}
/* -------------------- grids ------------------ */
#container {
    margin:30px 10px 0px 10px;
    padding-bottom:20px;
    width:938px;
}
.second {
    border-left:1px solid #333;
}
.column {
    float: left;
    color:#333;
    min-height:300px;
    height: auto !important;
    height: 300px;
}
.column.first {
    width:265px;
}
.column.second {
    width:670px;
}
.content {
    margin:10px 10px 10px 20px;
}
.content ul {
    margin:10px 0 10px 30px;
}
.clean {
    clear: both;
}
/* -------------------- service ------------------ */
.companyName {
    font-weight:bold;
    color:#222;
    font-size:0.9em;
}
/* -------------------- contact ------------------ */
.contactItem {
    margin:15px 0 20px 0px;
}
.contactHead {
    margin-bottom:20px;
    font-weight:bold;
}
.part1 {
    margin-top:-5px;
    width:200px;
    float:left;
}
.part2 {
    width:400px;
    float:right;
}
.imageContact {
    width:400px;
    float:right;
    margin-top:10px;
}
.contact h1 {
    height:30px;
}
/* ------------------ footer -------------------- */
#footer {
    background:url('pic/bg_bottom.jpg') left top repeat-x;
    text-align:center;
    font-size:10px;
    color:#444;
    height:80px;
}
#footer {
    padding-top:20px;
}
#footer a {
    color:#444;
    font-size:10px;
    text-decoration:none;
}
#footer a:hover {
    text-decoration:underline;
    color:#111;
}
/* ------------------ new -------------------- */