#ContentAreaTable {
    height: 100%;
}

#Head {
	position: relative;
    height: 128px;
    background-image: url( ../images/header_tile_blue.jpg );
    background-repeat: repeat-x;
}

    #Logo {
        position: absolute;
        top: 42px;
        right: 0px;
        width: 212px;
        padding-left: 24px;
        padding-top: 25px;
        height: 61px;
        background-color: white;
        background-image: url( ../images/logo_tile.jpg );
        background-repeat: repeat-x;
    }

        #AdapterTile {
            position: absolute;
            top: 0px;
            left: 0px;
        }

    #Claim {
        color: white;
        padding: 33px 0px 0px 25px;
    }

	#ServiceNavigation {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}

	    #ServiceNavigation td {
	        padding-right: 8px;
	    }

	    #ServiceNavigation td a {
	        text-decoration: none;
	        color: white;
	        font-size: 90%;
	    }

        #ServiceNavigation td a:hover {
            text-decoration: underline;
        }

#BannerArea {
    height: 208px;
    background-image: url( ../images/stage_tile_blue.jpg );
    background-repeat: repeat-x;
    position: relative;
}

    #BannerText {
        position: relative;
        top: 50px;
    }

        #BannerText .csc-header span {
            color: white;
            font-size: 13px;
            margin-bottom: 7px;
            display:block;
            font-weight:bold;
        }

    #BannerForm {
        position: absolute;
        right: 0px;
        top: 14px;
        height: 180px;
        width: 240px;
        background-color: white;
        font-size: 11px;
        display: none;
    }

#BannerContainer {
    padding: 11px 0px 0px 11px;
}

	#BannerContainer table {
	    width: 230px;
	}

    #BannerContainer td {
        text-align: center;
        vertical-align: middle;
        background-color: #f5f9fa;
        padding: 5px 0px 5px 0px;
	}

	    #Username {
	        width: 185px;
	    }

	    #Passwd {
	        width: 185px;
	    }

#SearchContainer {
    margin-top: 10px;
    padding: 0px 0px 0px 11px;
}

    #SearchContainer table {
        width: 230px;
    }

    #SearchContainer td {
        text-align: center;
        vertical-align: middle;
        background-color: #f5f9fa;
        padding: 5px 0px 5px 0px;
    }

#ContentArea {
    background-image: url( ../images/content_tile.jpg );
    background-repeat: repeat-x;
}

    #ContentAreaTable {
        width: 940px;
    }

    #Content {

    }

    #ExtraContent {
        padding-top: 35px;
        /* border-left: 2px solid #d6dbde; */
    }

    #InnerContent {
        padding: 35px 10px 35px 28px;
    }

    #Search {
        width: 185px;
    }

#TeaserContent {

}

#TeaserLinks {
    height: 108px;
    background-image: url( ../images/teaser_link_tile.jpg );
    background-repeat: repeat-x;
}

#TeaserLinks ul {
    margin: 0px 0px 0px 0px;
    padding: 18px 0px 0px 0px;
    list-style: none;
}

#TeaserLinks li {
    background-image: url( ../images/tl_arrow.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 10px 10px;
}

#TeaserLinks li a {
    color: white;
    text-decoration: none;
}

#Teaser {
    margin: 0px;
    padding: 0px;
}

#Footer {
    height: 180px;
    background-image: url( ../images/footer_tile.jpg);
    background-repeat: repeat-x;
}

    #Buttons {
        float: left;
        position: relative;
        height: 180px;
        padding: 15px 0px 0px 15px;
	    background-image: url( ../images/footer_sep.jpg);
	    background-repeat: no-repeat;
    }

#Callback {
    font-size: 85%;
    margin: 8px 0px 0px 7px;
}

	#Callback td {
	    vertical-align: top;
	}

	#Callback h1 {
	    color: white;
	}

    #Callback td.submitRow {
        text-align: right;
    }

    #Callback td.submitRow input {
        text-decoration: underline;
        color: #BB5D1F;
        background-color: #5a798b;
        border: none;
        height: 29px;
        padding-bottom: 2px;
    }

    #Callback td.aura {
        background-color: #5a798b;
        padding: 8px 0px 8px 8px;
    }

    #Callback td.aura input {
        height: 20px;
        width: 211px;
    }

    #Callback p {
        margin-bottom: 0px;
    }
    /* jacksbox was here*/
    
    #navoben ul{
    display:none;
    }
    
    
    .fb-btn{
    	width:46px; height:46px;
    	background-image: url( ../images/icon_facebook.png );
    	float:left;
    }
    .fb-btn:hover{
    	background-image: url( ../images/icon_facebook_hover.png );
    }
    .tw-btn{
    	width:46px; height:46px;
    	background-image: url( ../images/icon_twitter.png );
    	float:left;
    	margin:0 0 0 10px;
    }
    .tw-btn:hover{
    	background-image: url( ../images/icon_twitter_hover.png );
    }

.xml{
	float:left;
	padding:0 0 30px 0;
}
.xml-holder{}
.xml-images{
	float:left;
	width:100px;
	display:inline;
}
.xml-img{}
.xml-caption{}
.xml-imgLoad{}
.xml-imgLoad a{
	font-size:10px;
}
.xml-date{
	padding: 0 0 5px 0;
}
.xml-message{
	float:left;
	display:inline;
	width:290px;
	padding: 0 0 0 10px;
}

.clearfix{
	clear:both;
}

.anfrage-btn{
	display:block;
	width:226px; height:57px;
	background:url("../images/anfrage_btn_sprite.jpg") top left no-repeat;
}
.anfrage-btn:hover{
	background-position:bottom left;
}
