div#normalroot {
        width:595px;
        height:auto;
	background-image:url(../images/trans_back_white.png);
}

div#normalgesamt {
        height:auto;
        background-image:url(../images/trans_back_white.png);
        float:left;
}

div#normalLinks {
        width:273px;
	float:left;
}

div#normalRechts {
        width:322px;
	float:left;
}

div#normalText {
        padding:15px;
}

div#clearAll {
	clear:both;
}


.startseite_twitter_buch_box {
    width:900px;
    height:190px;
}

.startseite_twitter_box {
    float:left;
    width:442px;
    height:190px;
    margin-right:16px;
    background: url(../images/trans_back_black.png);
}

.startseite_buch_box {
    float:left;
    width:442px;
    height:190px;
    background: url(../images/trans_back_black.png);
}


.twitterContainer {
    position:relative;
}

.twitterContainerHeadline {
    color:#bb9143;
    font-size:22px;

    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.twitterContainerFacebookLike {
    position:absolute;
    right:0px;
    top:0px;
}

.twitterBox {

}

.twitterBoxContent {
    height:110px;
    overflow:hidden;
    position: relative;
    margin:0px;
    padding:0px;

    color:#fff;
}

.twitterBoxContent li {
    top:0px;
    left:0%;
    height:70px;
    position: absolute;
    width:242px;
    padding:20px 100px;
    text-align: center;

    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    transition: left 0.5s, opacity 0.5s;
    -moz-transition: left 0.5s, opacity 0.5s;
    -webkit-transition: left 0.5s, opacity 0.5s;
    -o-transition: left 0.5s, opacity 0.5s;
}

.twitterBoxContent li.current {
    left:0%;
    opacity:1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.twitterBoxContent li.prev {
    left:-100%;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.twitterBoxContent li.next {
    left:100%;
    opacity:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.twitterBoxNavi {

}

.twitterBoxNavi .up {
    cursor:pointer;
    position:absolute;
    height:190px;
    width:80px;
    right:0px;
    top:0px;
    background:url(../images/twitter_next.png) no-repeat center center;
}

.twitterBoxNavi .down {
    cursor:pointer;
    height:190px;
    width:80px;
    position:absolute;
    left:0px;
    top:0px;
    background:url(../images/twitter_prev.png) no-repeat center center;
}

.buch_element_box {
    
}

.buch_element_left {
    width:280px;
    float:left;
}

.buch_element_box h2 {
    color:#bb9143;
    font-size:22px;
    margin-bottom:5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.buch_element_box h3 {
    color:#00d8ff;
    font-size:16px;
    margin:5px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.buch_element_text {
    color:#fff;
    padding-left:20px;
}
.buch_element_text p {
    margin-bottom: 0px;
}

.buch_element_link {
    padding-left:20px;
}

.buch_element_link a {
    color:#00d8ff;
}

.buch_element_rigth {
    width:162px;
    float:left;
}

.buch_element_bild {
    
}


