.contenttable {
    width: 100%;
}
.contenttable .td-last {
    text-align: right;
}

html {
    height:100%;
    width: 100%;
    background-repeat: no-repeat;
}

body {
    height:100%;
    width: 100%;
    behavior:url("/fileadmin/templates/twinsite/0809-1/csshover.htc"); /* ie6 hover fix */
}

a {
    outline: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/*********************************** LAYOUT *******************************************/

#wrapper {
    float: left;
    position:relative;
    min-width: 960px;
    width:auto !important;  /* ie6 min-width hack */
    width:960px;			/* ie6 min-width hack */
}

#main {
    width: 546px;
    height: 407px;
    position: relative;
    float: left;
    padding-left: 40px;
}

#headline {
    width: 546px;
    height: 49px;
    padding-top: 55px;
    float: left;
}

#main #content {
    width: 398px;
    height: 274px;
    float: left;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
}

#content #scroll {
    position: absolute;
    top: 0;
    left:0;
    width: 398px;
}

#content #image {
    width: 398px;
    height: 166px;
    float: left;
}

#content #image .inner{
    width: 398px;
    height: 166px;
    float: left;
    background-repeat: no-repeat;
    behavior:url("/fileadmin/templates/twinsite/0809-1/iepngfix.htc") /* ie6 png alpha fix */
}

#content .slideshow {
    position: relative;
}
#content .slideshow .csc-textpic {
    width: 398px;
    height: 166px;
/*    float: left;
    position: relative;*/
}
#content .slideshow .inner {
    width: 398px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    background-repeat: no-repeat;
    behavior:url("/fileadmin/templates/twinsite/0809-1/iepngfix.htc") /* ie6 png alpha fix */
}




#content #left {
    width: 198px;
    float: left;
}

#content #right {
    width: 193px;
    float: left;
    margin-left: 2px;
    padding-left: 5px;
}

#content h2 {
    padding: 12px;
    padding-bottom: 0px;
    padding-top: 9px;
    width: 174px;
}

#content p {
    padding: 12px;
    padding-bottom: 0px;
    float: left;
}

#content #right p {
    padding-left: 0px;
}

#content #left p {
    padding-right: 5px;
}

#content.main p a{
    display: block;
    float: right;
    width: 57px;
    height: 16px;
    text-decoration: none;
    text-align: center;
    padding-top: 2px;
    margin-top: 10px;
    *margin-top: 9px;
}

#content img {
    float: left;
}

#infobox {
    margin-left: 1px;
    width: 147px;
    height: 122px;
    float: left;
}

#infobox h3 {
    padding-top: 5px;
    padding-left: 12px;
    padding-bottom: 4px;
    line-height: 13px;
}

#infobox p {
    padding-top: 9px;
    padding-left: 12px;
    padding-right: 12px;
}

#scroll_buttons {
    width: 398px;
    height: 29px;
    float: left;
}

#scroll_buttons #left_norm,
#scroll_buttons #left_mirror,
#scroll_buttons #right_norm,
#scroll_buttons #right_mirror {
    width: 198px;
    height: 14px;
    float: left;
    font-size: 0px;
}

#scroll_buttons #right_norm,
#scroll_buttons #right_mirror {
    margin-left: 2px;
}

#scroll_buttons #left_mirror,
#scroll_buttons #right_mirror {
    margin-top:1px;
}

#scroll_buttons #left_norm,
#scroll_buttons #right_norm {
    cursor: pointer;
}

#logo {
    float: left;
    width: 159px;
    height: 112px;
    margin-left: 215px;
    margin-top: 14px;
}

#logo a{
    float: left;
    width: 159px;
    height: 112px;
}

a#twinsite{
    position:absolute;
    z-index:5;
    right:5px;
    bottom:5px;
    display:block;
}

a#imprint{
    position:absolute;
    z-index:5;
    left:5px;
    bottom:5px;
    display:block;
}

/* gallery */

.gallery {
    width: 410px;
    margin: 0 -12px -12px 0;
    overflow: hidden;
}
.gallery a {
    float: left;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 0 12px 12px 0;
}
.gallery img {

}



/*********************************** LAYOUT END *************************************/

/*********************************** NAVIGATION ************************************/

#navigation {
    float: left;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 52px;
}

#navigation .inner{	
    float: left;
    position: relative;
    display: block;
}

#navigation #level2 {
    height: 25px;
}

#navigation ul {
    position: relative;
    display: block;
    float: left;
}

#navigation #level1 ul {
    height: 80px;
    background-position: 0px -25px;
    clear: both;
}

#navigation #level2 ul {
    height: 25px;
}

#navigation ul li {
    width: 120px;
    float: left;
    height: 100%;
    text-align: center;
}

#navigation ul li a{
    display: block;
    width: 120px;
    z-index: 98;
    position: relative;
    line-height: 13px;
    text-decoration:none;
}

#navigation #level1 ul li a {
    padding-top: 32px;
    height: 48px;
}

#navigation #level1 a img {
    /*	border-bottom: 1px solid #f6b98b !important;*/
    border-bottom: 1px solid #fff !important;
    z-index: 99;
    position: relative;
}

#navigation #level2 ul li a {
    padding-top: 5px;
    height: 20px;
}

#navigation #level1 ul li.active,
#navigation #level1 ul li:hover {
    background-position: 0px 80px;
}

#navigation #level2 ul li.active,
#navigation #level2 ul li:hover {
    background-position: 0px 105px;
}

.nav_animation_color{
    position: relative;
    width: 120px;
    z-index: 98;
}

.nav_animation_hover{
    position: relative;
    width: 120px;
    z-index: 101;
    background-image: url(blank.gif); /** IE fix **/
}

#level1 .nav_animation_color{
    height: 80px;
    background-position: 0px 80px;
}

#level1 .nav_animation_hover{
    height: 80px;
    margin-top: -80px;
}

#level2 .nav_animation_color{
    height: 25px;
    background-position: 0px 105px;
}

#level2 .nav_animation_hover{
    height: 25px;
    margin-top: -25px;
}

/*********************************** NAVIGATION END ********************************/

/*********************************** MAILFORM ***************************************/

.csc-mailform {
    padding: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 9px;
}

.csc-mailform-field input{
    width: 179px;
    float: left;
    height:16px;
    margin-bottom: 6px;
    margin-top: 2px;
    outline: none;
}

.csc-mailform-field textarea{
    width: 179px;
    height: 76px;
    float: left;
    margin-top: 2px;
    margin-bottom: 9px;
    resize: none;
    outline: none;
}

.csc-mailform-field label{
    float: left;
}

#mailformformtype_mail{
    float: right;
    width: 57px;
    height: 18px;
    cursor: pointer;
}

/*********************************** MAILFORM END **********************************/
