 /***************************************************
                      GLOBAL
***************************************************/




 
 
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
}
body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #4f4d3e;
    line-height: 17px;
    /*background-image: url(../upload/bilder_system/pattern/body.jpg);*/
    background-repeat: repeat-x;
    font-style: inherit;
    font-weight: inherit;
}

.artlist{clear: both; width:600px;}
.artheadline {margin-left:180px; width:500px; font-weight: bold; position:absolute;}
.arttext0 {padding: 0 0 20px 0; font-weight: bold;}
.arttext1 {padding: 0 0 20px 0; font-weight: normal;}
.artimage {padding: 0 0 10px 0; float:left; clear: both;}
.arttext2 {}
.arttext3 {}
.arttext4 {}

#cu3er-container {
    margin:0 ;
    width:693px;
    outline:0;
    background-color: transparent;
}
#cu3er-container_alt {
    width:693px;
    outline:0;
    background-color: transparent;
}


/**
* @file: highslide.css 
* @version: 4.1.8
*/
.highslide-container div {
    font-family: Verdana, Helvetica;
}
.highslide-container table {
    background: none;
}
.highslide {
    outline: none;
    text-decoration: none;
}
.highslide img {
    border: 2px solid silver;
}
.highslide:hover img {
    border-color: gray;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
    background: gray;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}

.highslide-image-blur {
}
.highslide-number {
    color: #999999;
    font-size: 11px;
}
.highslide-caption {
    display: none;
    font-size: 13px;
    padding: 5px;
    /*background: white;*/
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    position: absolute;
    background: black;
}
a.highslide-full-expand {
   background: url(graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}

.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    line-height: 0;
    overflow: hidden;
}
.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}
.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}
html>/**/body .highslide-gallery ul li {
    display: table;
    text-align: center;
}
html>/**/body .highslide-gallery ul li {
    text-align: center;
}
html>/**/body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
    position: static;
}

/*****************************************************************************/
/* Controls for the galleries.                                               */
/* Remove these if you are not using a gallery                               */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(graphics/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
    list-style: none;
}
.highslide-controls a {
    background-image: url(graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a.disabled span {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

h1 {
    font-size: 24px;
    margin: 0px;
    color: #254272;
    display: block;
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 700px;
    float: left;
    font-weight: normal;
    line-height: 25px;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    display: block;
    float: right;
    width: 250px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #333333;
    margin: 0px;
}
h3 {
    padding-top: 47px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size:18px;
    color:#666666;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6a6a6a;
}
h4 {
    font-size:10pt;
    color:#FE962B;
}
p {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    color: #FE962B;
}
a:hover {
    text-decoration: underline;
}
#wrapper {
    width: 990px;
    background-image: url(../upload/bilder_system/pattern/wrapper.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-top:-15px;
}
#container {
    width: 985px;
    background-color: #FFFFFF;
    border: 1px none #EEEEEE;
    color: #333333;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 35px;
    padding-left: 0px;
    margin-top: -10px;
    float: left;
}
#logo {
    width: 989px;
    height: 82px;
    background-image: url(../upload/bilder_system/logo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 30px 0 0 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
}
/****************************
        HOME         
****************************/
#slider-accordion {
    height:320px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
#slider-accordion img {
    border:none;
}
.slide  {
    list-style:none;
    height:320px;
    display:block;
}
.slide li   {
    float:left;
    display:inline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
    height: 320px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.slide .desc {
    background-image: url(../upload/bilder_system/transparent_bg.png);
    background-repeat: repeat;
    height: 60px;
    width: 687px;
    position: absolute;
    left: 46px;
    bottom: 0px;
    padding: 20px;
    color: #CCCCCC;
}
.slide .desc a {
    position: absolute;
    float: right;
    top: 65px;
    right: 20px;
}
/***************************************************
                 SIDEBAR
***************************************************/

#login{
    position:absolute;
    margin-top:74px;
    margin-left:283px;
    font-size:14px;
    color:#fff;
    z-index:4;
    display: none;
    
}
#login_form{
    position:absolute;
    margin-left:-275px;
    margin-top:6px;
    font-size:11px;
    color:#333;
    width:341px;
    z-index:-1;
    
}
.login_button {
    float:right;
    color: #FFFFFF;
    background-color: #FE962B;
    width: 65px;
    height: 32px;
    font-size: 11px;
    margin-top:-6px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.login_button:hover {
    background-color: #000000;
}
.login_button:focus {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF;
}


#blau_maske{
    position:absolute;
    z-index:3;
    margin-top:67px;
    margin-left:275px;
    font-size:14px;
    height:31px;
    width:300px;
   
}

#sidebar {
    margin: 0 -6px 0 0px;
    float: right;
    width: 175px;
    background-color: #e2e2e2;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    border: 1px solid #e2e2e2;
    
}

.sidebar_home_alt {
    margin:0px;
    float: left;
    width: 260px;
    background-color: #e2e2e2;
    padding: 20px 0 20px 13px;
    z-index:1;    

        
}

.sidebar_home_alt h2 {
margin: 0 0 0 25px;
width: 230px;
}

.sidebar_home_alt_news{
    float: left;
    width: 273px;
    background-color: #fff;
    padding: 0px 0 0px 0;
    margin-left:-275px;
    margin-top: 190px;
        
}

.sidebar_home {
    margin:0px;
    float: left;
    width: 273px;
    background-color: #e2e2e2;
    padding: 20px 0 20px 0;
        
}
.sidebar_home h2 {
    font-size: 16px;
    font-weight:normal;
    margin: -10px 0 0 0;
    color: #333333;
}
.sidebar_home p {
 text-align:justify;
}

/* .sidebar_home + .sidebar_home {
margin: 125px 0 0 -273px;
}
.sidebar_home + .sidebar_home + .sidebar_home {
margin: 250px 0 0 -273px;
}

.sidebar_home:hover {
   background: url(../upload/bilder_system/box1.png) repeat;
}
.sidebar_home + .sidebar_home:hover {
   background: url(../upload/bilder_system/box2.png) repeat;
}
.sidebar_home + .sidebar_home + .sidebar_home:hover {
   background: url(../upload/bilder_system/box3.png) repeat;
}

*/

#sidebar_home ul {
    width:220px;
    top:0px;
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin: 0 0px 0 20px;
    float: left;
}

#sidebar_home ul li {
    display:block;
    cursor:pointer;
    cursor:pointer;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    float: left;
    width: 225px;
    background-image: url(../upload/bilder_system/border.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0px;
}

.block {
    padding: 0px;
}
.block p {
    padding: 0px;
    margin: 0px;
}
.block ul {
    width:205px;
    top:0px;
    display: block;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    margin: 0 0 0 20px ;
    float: left;
}
.block ul li {
    display:block;
    cursor:pointer;
    cursor:pointer;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    float: left;
    width: 235px;
    background-image: url(../upload/bilder_system/border.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0px;
}
.block ul li a {
    color:#FE962B;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    display: block;
    background-image: url(../upload/bilder_system/bullet_footer_ul.gif);
    margin: 0px;
}
.block ul li a:hover {
    color: #FE962B;
    text-decoration: underline;
}
.block li span {
    font-family:georgia, arial;
    font-size:9px;
    color:#464646;
}
.advertise {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    list-style-type: none;
    width: 280px;
}
.advertise li {
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline;
}
.advertise img {
    border: 1px solid #555555;
    padding: 1px;
    float: left;
}
#sidebar h2 {
width: 185px;
}

/***************************************************
                      SEARCH
***************************************************/
#search {
    margin-top:-58px;
    margin-right:-10px;
    float: right;
    width: 236px;
}
#search input, #loginfield  {
    background-color: #fff;
    margin: 0px;
    float: left;
    width: 157px;
    height: 20px;
    color: #aaaaaa;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 3px;
    font-size: 13px;
    border: 1px solid #d2d2d2;
}



#loginfield_small  {
    background-color: #fff;
    margin: -6px 0 0 0;
    float: left;
    width: 125px;
    height: 20px;
    color: #aaaaaa;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 3px;
    font-size: 13px;
    border: 1px solid #d2d2d2;
}

#search input:focus {
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    color: #666666;
}
#search .search_button, .search_button {
    color: #FFFFFF;
    background-color: #FE962B;
    float: left;
    width: 65px;
    height: 30px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#search .search_button:hover, .search_button:hover {
    background-color: #000000;
}
#search .search_button:focus, .search_button:focus {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF;
}

/***************************************************
                     BOTTOM
***************************************************/
#bottom {
    width: 960px;
    font-size: 12px;
    color: #333333;
    background-color: #e2e2e2;
    padding: 20px;
    float: left;
    margin-top: -15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top: 20px solid #fff;
}
#bottom .strong {
    font-size: 15px;
    display: block;
    color: #333333;
}
#bottom div {
    margin: 0px;
    float: left;
    width: 300px;
    padding-top: 0px;
    padding-right: 13px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#bottom div img {
    margin-right: 4px;
    margin-top: 4px;
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#bottom div.last {
    margin: 0px;
    float: left;
    width: 263px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
}
#bottom div.second {
    padding-left: 35px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 278px;
}
#bottom div.second ul {
    margin: 0px;
    float: left;
    list-style-type: none;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#bottom div.second ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}


/***************************************************
                      NEWSLETTER
***************************************************/
#newsletter {
    float: left;
    width: 263px;
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#newsletter input {
    background-color: #FFFFFF;
    margin: 0px;
    float: left;
    width: 198px;
    height: 18px;
    color: #aaaaaa;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 3px;
    font-size: 12px;
    border: 1px solid #FFFFFF;
}
#newsletter input:focus {
    color: #666666;
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
}
#newsletter .newsletter_button {
    color: #FFFFFF;
    background-color: #FE962B;
    float: left;
    width: 57px;
    height: 26px;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
#newsletter .newsletter_button:hover {
    background-color: #254272;
}
#newsletter .newsletter_button:focus {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF;
}
/***************************************************
                         FOOTER
***************************************************/
#footer {
    background-color: #254272;
    width: 990px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    float: left;    
}
#footer .boxes_holder {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#footer .box {
    margin: 0px;
    width: 215px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    color: #999999;
    float: left;
}
#footer .box h1 {
    font-size: 22px;
    color: #FFFFFF;
    padding: 0px;
    float: left;
    width: 215px;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}
/*#footer .boxes_holder .follow_twitter {
    background-image: url(../upload/bilder_system/twitter_icon.png);
    background-repeat: no-repeat;
    height: 101px;
    width: 101px;
    position: absolute;
    left: 25px;
    top: 262px;
}*/
#footer .box ul {
    margin: 0px;
    width: 215px;
    list-style-type: none;
    padding: 0px;
}
#footer .box ul li {
    margin: 0px;
    width: 215px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: none;
    color: #fff;
}
#footer .box ul li a {
    color: #fff;
    text-decoration: none;
    background-position: left 6px;
    display: block;
    padding-left: 10px;
    background-image: url(../upload/bilder_system/bullet_footer_ul.gif);
    background-repeat: no-repeat;
    padding-bottom: 4px;
}
#footer .box ul li a:hover {
    text-decoration: underline;
}
#footer .box ul li a.features {
    color: #fff;
    text-decoration: none;
    background-image: url(../upload/bilder_system/bullet_footer_ul_features.gif);
    background-position: left 6px;
    display: block;
    background-repeat: no-repeat;
    padding-left: 10px;
}
/*#footer .box_twitter {
    width: 790px;
    color: #999999;
    background-color: #161616;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 130px;
    display: block;
    float: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#footer .boxes_holder_twitter {
    margin: 0px;
    float: left;
    width: 935px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
}*/
#footer .subfooter {
    float: left;
    width: 945px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin: 0px;
    left: 0px;
    top: 100px;
}
#footer .subfooter ul {
    margin: 0px;
    padding: 0px;
}
#footer .subfooter ul li {
    display: inline;
    list-style-type: none;
}
#footer .subfooter a {
    color: #CCCCCC;
    display: inline;
    margin: 0px;
    float: left;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer .subfooter h3 {
    float: right;
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
/***************************************************
            JQUERYSLIDEMENU
***************************************************/
.jqueryslidemenu{
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
    width: 725px;
    position:relative;
    height: 85px;
    display: block;
    float: left;
    z-index: 10;
    margin-top:-10px;
}
.jqueryslidemenu ul{
    margin: 0;
    padding:0;
    list-style-type: none;
}
.jqueryslidemenu ul li{
    position: relative;
    display: inline;
    margin: 0px;
    padding-top: 33px;
    padding-right: 24px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    overflow: visible;
}
.jqueryslidemenu ul li a{
    color: #9A9A9A;
    text-decoration: none;
    text-transform:uppercase;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
.jqueryslidemenu ul li a.current{
    color:#666;
    text-decoration: none;
}
.jqueryslidemenu ul li a:hover{
    text-decoration: none;
    color: #000000;
}
.jqueryslidemenu ul li ul{
    display: block;
    z-index:100;
    width: 178px;
    left: 55px;
    float: none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 12px;
    position: absolute;
    visibility: visible;
    background-image: url(../upload/bilder_system/dropdown-top.png);
}
.jqueryslidemenu ul li ul li{
    display: block;
    list-style:none;
    margin: 0px;
    float: left;
    background-repeat: repeat-y;
    background-position: left top;
    padding: 0px;
}
.jqueryslidemenu ul li ul li a{ 
    margin: 0px;
    font-size: 11px;
    display: block;
    width: 145px;
    text-align: left;
    color: #fff;
    background-image: url(../upload/bilder_system/dropdown-bg.png);
    background-repeat: repeat;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfdfdf;
}
.jqueryslidemenu ul li ul li a:hover{
    text-decoration: none;
    background-image: url(../upload/bilder_system/dropdown-bg-hover.png);
    background-repeat: repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c25c10;
    color: #fff;
}
/***************************************************
              PORTFOLIO TILES
***************************************************/
ul.portfolio-tiles {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 720px;
    float: left;
}
ul.portfolio-tiles li {
    float: left;
    margin: 0px;
    width: 225px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}

ul.portfolio-tiles li a:hover {
   background: url(../upload/bilder_system/box1.png) repeat;
}
ul.portfolio-tiles li + li a:hover {
   background: url(../upload/bilder_system/box2.png) repeat;
}
ul.portfolio-tiles li + li + li a:hover {
   background: url(../upload/bilder_system/box3.png) repeat;
}

ul.portfolio-tiles li img {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
ul.portfolio-tiles li a.item {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    padding: 0px;
    margin:0px;
    background-color: #e2e2e2;
    display: block;
}
ul.portfolio-tiles li a.item:hover {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: #333333;
}
ul.portfolio-tiles li strong {
    font-size: 15px;
    font-weight: normal;
    display: block;
    width: 245px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    height: 35px;
    margin: 0px;
    padding-bottom: 5px;
    color: #333333;
}
ul.portfolio-tiles li p {
    padding-left: 10px;
    width: 245px;
    padding-right: 10px;
    display: block;
}
ul.portfolio-tiles li .text {
    display: block;
    text-align: left;
    margin: -20px 0 0 0;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    height: 80px;
}
ul.portfolio-tiles li .post_date {
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    display: block;
    color: #333333;
}
ul.portfolio-tiles li a.ext-link {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 92px;

    text-indent: -9999px;
    left: 107px;
    background-image: url(../upload/bilder_system/external-link.png);
    background-repeat: no-repeat;
    background-position: left top;
}
ul.portfolio-tiles li a.ext-link:hover {
    background-position: 0 bottom;
}

/***************************************************
              PORTFOLIO TILES ALTERNATIV
***************************************************/
ul.portfolio-tiles_alt {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 273px;
}
ul.portfolio-tiles li_alt {
    margin: 0px;
    width: 273px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}

ul.portfolio-tiles_alt li a:hover {
   background: url(../upload/bilder_system/box1.png) repeat;
}
ul.portfolio-tiles_alt li + li a:hover {
   background: url(../upload/bilder_system/box2.png) repeat;
}
ul.portfolio-tiles_alt li + li + li a:hover {
   background: url(../upload/bilder_system/box3.png) repeat;
}

ul.portfolio-tiles_alt li img {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
ul.portfolio-tiles_alt li a.item {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    background-color: #e2e2e2;
    display: block;
}
ul.portfolio-tiles_alt li a.item:hover {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    color: #333333;
}
ul.portfolio-tiles_alt li strong {
    font-size: 15px;
    font-weight: normal;
    display: block;
    width: 265px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none;
    height: 35px;
    margin: 0px;
    padding-bottom: 5px;
    color: #333333;
}
ul.portfolio-tiles_alt li p {
    padding-left: 10px;
    width: 265px;
    padding-right: 10px;
    display: block;
}
ul.portfolio-tiles_alt li .text {
    display: block;
    text-align: left;
    margin: -20px 0 0 0;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    height: 80px;
}
ul.portfolio-tiles_alt li .post_date {
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    display: block;
    color: #333333;
}
ul.portfolio-tiles_alt li a.ext-link {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 92px;

    text-indent: -9999px;
    left: 107px;
    background-image: url(../upload/bilder_system/external-link.png);
    background-repeat: no-repeat;
    background-position: left top;
}
ul.portfolio-tiles_alt li a.ext-link:hover {
    background-position: 0 bottom;
}

/***************************************************
              PORTFOLIO TILES GALLERY
***************************************************/
ul.portfolio-tiles-gallery {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 950px;
    float: left;
}
ul.portfolio-tiles-gallery li {
    float: left;
    margin: 0px;
    width: 225px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
ul.portfolio-tiles-gallery li h3 {
    margin: 0px;
    color:#FFF;
    font-size: 16px;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    width: 205px;
    display: block;
    padding: 10px;
}           
ul.portfolio-tiles-gallery li .boxgrid {
    margin:0px;
    float:left;
    background-color: #FE962B;
    padding: 0px;
    width: 225px;
    height: 225px;
    cursor:pointer;
    overflow: hidden;
    position: relative;
}
ul.portfolio-tiles-gallery li .boxgrid img {
    top: 0;
    left: 0;
    background-color: #e2e2e2;
    float: left;
    padding: 10px;
    position: absolute;
}
ul.portfolio-tiles-gallery .boxgrid slideright a img {
    margin: 0px;
    padding: 0px;
}
ul.portfolio-tiles-gallery li .boxgrid p {
    color:#FFFFFF;
    width: 205px;
    float: left;
    padding: 10px;
}               
ul.portfolio-tiles-gallery  li a {
    font-size: 11px;
    font-weight: bold;
    color: #0A2E36;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: underline;
}
/***************************************************
            PORTFOLIO FILTER
***************************************************/
#portfolio-filter {
    width: 962px;
    height: 18px;
    display: block;
    float: left;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-color: #e2e2e2;
}
#portfolio-filter .browse {
    color: #FE962B;
    float: left;
    font-size: 16px;
}
#portfolio-filter ul {
    margin: 0px;
    padding: 0px;
    float: right;
}
#portfolio-filter li {
    background: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}
#portfolio-filter li a {
    text-decoration: none;
    font-size: 12px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    float: right;
    color: #666666;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}
#portfolio-filter li a.current, #portfolio-filter li a:hover {
    color: #FE962B;
    text-decoration: none;
}
a.visit_back_a {
    color: #FFFFFF;

    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    float: right;
    display: inline;
    background-color: #FE962B;
    padding: 7px;
}
/***************************************************
            INTRO
***************************************************/
.intro {
    width: 229px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
.intro_home {
    width: 689px;
    text-decoration: none;
    margin: 0 0 0 20px;
    padding: 0px;
    float: right;
}
.intro strong {
    font-size: 22px;
    color: #333333;
    display: block;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    line-height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.intro p {
    height: 120px;
    display: block;
}
.intro a {
    display: block;
    background-image: url(../upload/bilder_system/bullet_footer_ul.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 10px;
}
.intro a.intro_right {
    float: right;
    font-weight: bold;
    background-image: none;
}
.intro a.next {
    background-color: #FE962B;
    padding-top: 7px;
    padding-right: 11px;
    padding-bottom: 7px;
    padding-left: 30px;
    color: #FFFFFF;
    background-image: url(../upload/bilder_system/toogle_down.gif);
    background-repeat: no-repeat;
    background-position: 6px center;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
.intro a.prev {
    display: block;
    background-color: #FE962B;
    padding-top: 7px;
    padding-right: 11px;
    padding-bottom: 7px;
    padding-left: 30px;
    color: #FFFFFF;
    background-image: url(../upload/bilder_system/toogle_up.gif);
    background-repeat: no-repeat;
    background-position: 6px center;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
}
.intro a.next:hover, .intro a.prev:hover {
    color: #FFFFFF;
    text-decoration: none;
}
/***************************************************
                  CONTACT
***************************************************/
#contactinfo {
    margin: 0px;
    width: 525px;
    padding: 6px;
    display: inline;
    float: right;
    background-color: #e2e2e2;
}
#contactinfo img {
    margin: 0px;
    padding: 0px;
}
#form {
    margin: 30px 0 0 0;
    width: 950px;
    float: right;
    background-color: #e2e2e2;
    border:1px solid #e2e2e2;
    padding: 20px;
    position: relative;
}
#form div {
    float: left;
    width: 425px;
    position: relative;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0px;
}
#form div label {
    height: 25px;
    width: 400px;
    display: block;
}
#form div label.error {
    color: #a80000;
    position: absolute;
    top: 0px;
    right: 17px;
    text-align: right;
}
#form div.textarea {
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    width: 880px;
    float: left;
    position: relative;
}
#form div.message_sent {
    background-color: #FE962B;
    width: 890px;
    float: left;
    padding: 10px;
    margin-bottom: 15px;
    color: #FFFFFF;
}
#form input {
    width:409px;
    border: 1px solid #FFFFFF;
    padding: 8px;
    font-size: 13px;
    color: #999999;
    background-color: #FFFFFF;
    float: left;
}

#form select{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
 }
 
.input_radio{
    border:1px solid #cc00cc;
    width:180px;
}


#form textarea {
    width: 863px;
    border: 1px solid #FFFFFF;
    padding: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #FFFFFF;
    color: #aaaaaa;
}
#form input:focus {
    border: 1px solid #CCCCCC;
    color: #333333;
    background-color: #CCCCCC;
}
#form textarea:focus {
    border: 1px solid #CCCCCC;
    background-color: #CCCCCC;
    color: #333333;
}
#form .submitBtn {
    background-color: #FE962B;
    width: 57px;
    height: 26px;
    font-size: 11px;
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    display: block;
    padding: 0px;
}
#form .submitBtn:hover {
    background-color: #254272;
    color: #FFFFFF;
}
#form .submitBtn:focus {
    color: #FFFFFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #FE962B;
}
#form strong {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
#form .font-11 {
    font-size: 11px;
    color: #A3A3A3;
    display: inline;
}
.contact_info {
    width: 300px;
    float: none;
    padding-bottom: 35px;
}
.contact_info p {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.contact_info a {
    margin: 0px;
    padding: 0px;
    display: inline;
    background-image: none;
}
/***************************************************
                ABOUT
***************************************************/
.intro_longer {
    width: 650px;
    float: left;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.intro_longer div {
    width: 650px;
    float: left;
}
.intro_longer p {
    margin: 0px;
    padding: 0px;
}
.intro_longer strong {
    font-size: 22px;
    color: #333333;
    display: block;
    font-weight: normal;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
    line-height: 25px;
}
.intro_longer ul {
    list-style-type: none;
    padding-bottom: 25px;
}
.intro_longer ul li {
    display: block;
    margin: 0px;
    padding: 0px;
}
.intro_longer ul.skills {
    padding-left: 25px;
    padding-bottom: 0px;
}
.intro_longer ul.skills li {
    font-style: italic;
    color: #0F0F0F;
    padding-bottom: 3px;
    background-image: url(../upload/bilder_system/bullet_footer_ul.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 10px;
}
ul.team_avatar {
    margin: 0px;
    list-style-type: none;
    float: left;
    width: 640px;
    display: block;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
}
ul.team_avatar li {
    color: #aaa;
    width: 290px;
    display: inline;
    float: left;
    background-color: #e2e2e2;
    padding: 10px;
    margin-top: 0px;
    margin-right: 9px;
    margin-bottom: 9px;
    margin-left: 0px;
}
ul.team_avatar p {
    padding: 10px;
}
ul.team_avatar strong {
    font-weight: bold;
    color: #666666;
    display: block;
}
ul.team_avatar img {
    float: right;
}
ul.team_avatar a {
    margin: 0px;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
ul.team_avatar a:hover {
    cursor: pointer;
}
/***************************************************
                 TESTIMONIALS
***************************************************/
.slider_holder {
    width:210px;
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    /*background-image: url(../upload/bilder_system/testimonials.gif);*/
    z-index: 999;

}
.slider, .slider li {
    overflow:hidden;
    width:200px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-left: -3px;
    color: #666666;
    z-index: 1;
    height: 200px;
}
.nav{
    width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 20px;
    float: left;
}
.nav .counter {
    color: #333333;
    float: left;
    width: 100px;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.nav ul {
    margin: 0px;
    float: right;
    display: block;
    width: 60px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nav ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}
.nav a{
    text-decoration: none;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
    height: 17px;
    width: 20px;
    font-size: 1px;
    float: right;
}
.nav a.prev {
    margin: 0px;
    padding: 0px;
    background-image: url(../upload/bilder_system/toogle_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.nav a.next {
    margin: 0px;
    background-image: url(../upload/bilder_system/toogle_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0px;
}
.testimonial {
    float:left;    
    margin-top:-10px;
    margin-left:6px;
    position:relative;
    width:190px;
    height: 210px;
    
}
.testimonial div {
    float:left; 
    margin-left:1px;
    padding:0px 0px 0px;
}
.testimonial a {
    text-align: right;
    display: block;
    color: #FE962B;
}
.testimonial .author {
    font-weight: bold;
    color: #333333;
    text-align: right;
    display: block;
}
/***************************************************
                  SERVICES
***************************************************/
ul.services {
    list-style-type: none;
    margin: 0px;
    display: block;
    width: 650px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
ul.services li {
    width: 305px;
    padding-top: 30px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 0px;
    float: left;
    display: block;
}
ul.services li a {
    font-weight: bold;
    display: inline;
}
ul.services li img {
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
}
ul.services li strong {
    font-size: 15px;
    font-weight: normal;
    width: 250px;
    text-decoration: none;
    margin: 0px;
    color: #333333;
    display: block;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
/*ul.process {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 640px;
    float: left;
}
ul.process li {
    width: 186px;
    height: 195px;
    background-color: #FE962B;
    display: inline;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #FFFFFF;
    float: left;
}
ul.process li:hover {
    background-color: #2092AE;
}
ul.process li strong {
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    text-decoration: none;
    height: 35px;
    margin: 0px;
    padding-bottom: 5px;
}
ul.process li.last {
    height: 195px;
    background-color: #FE962B;
    display: inline;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    color: #FFFFFF;
    float: left;
    margin: 0px;
}
*/
ul.recent {
    list-style-type: none;
    float: left;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 650px;
    padding: 0px;
}
ul.recent li{
    display: block;
    float: left;
    width: 650px;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 0;
}
ul.recent li a{
    display: inline;
    margin: 0px;
    padding: 0px;
}
ul.recent p {
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.recent li span{
    background-color: #e2e2e2;
    color: #666666;
    font-size: 10px;
    margin-right: 10px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 75px;
}
.recent li strong {
    color: #FE962B;
    font-size: 17px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0px;
    padding: 0px;
}
#inner_content img{
    float:left;
    padding-bottom:10px;
}

#inner_content img + h1{
margin: -20px 0 0 240px;
position: absolute;
width:300px;
}
#inner_content .textItem {
margin: 0 0 30px 0;
}
#inner_content img + h1 + .textItem {
margin: 10px 0 30px 240px;
}


#sidebar_home .slider_holder {
position: absolute;
margin: 148px 0 0 12px;
}

#sidebar_home .slider_holder ul li {
background: none;
}

#breadcrumb {
float: right;
margin: -5px 0 10px auto;
}

#loginbutton_small{
margin: -6px 0 0 0;
}

.social .block ul {
margin: 0 0 0 -40px;
}

.sidebar_home .block ul li img {
width:140px;
margin: -20px 0 -20px 100px;
}

#emotion {
float:right;
width:707px;
height:170px;
background: #eee;
margin: 0 0 15px 0;
margin-right:-7px;
z-index:-1;
}

