#breadcrumb {
    float: left;
}

#general-informations {
    margin-top: 10px;
}

#detailbuttons {
    float: right;
/*    width: 125px;    */
}

#detailbuttons .button {
	float: left;
	width: 130px;
	height: 35px;
}
#detailbuttons .button img {
	padding-top: 6px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#detailbuttons .button a {
	color: #666666;
}
#detailbuttons .button p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	float: left;
}

#detailbuttons .button a:hover {
	color: #3FA9D9;
}


div.accordion-content td {
    white-space: normal;
}

div.tab {
    border: 1px solid #0f96d0;
    height: 23px;
    font-weight: bold;
    background-color: #f9fbfd;
    float:right;
    margin-right: 3px;
    padding: 0 2px 0 2px;
    margin-bottom: -3px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url(http://ums:8001/media/frontend/css/border-radius.htc);*/
    behavior: url(/media/frontend/css/border-radius.htc);
}

div.tab a{
    color: #0f96d0;
}

div.tab a:hover {
    color: #15528e;
}

div.tab.active {
    background-color: #0f96d0;
    color: #fff;
}

#container.preview {
    background-image: url(../img/content_background_red.jpg);
}
#container.preview #subnavi {
    font-size: 20px;
    padding: 5px 0 0 70px;
}

