
.album_box{
    width:210px;
    margin:0px 20px 20px 0px;
    background: rgba(103, 103, 103, 0.1);
}

.album_container {
    display: block;
    position: relative;
    width:210px;
    height:210px;
    margin: 0 auto;
}

.album_container .album_pic_box{
    display: block;
    width: 210px;
    margin: 0 auto;
}

.album_container .album_pic_box img{
    width: 105px;
    height: 105px;
    float: left;
    margin: 0px;
}

.album_box .album_footer{
    width: 190px;
    height: 55px;
    padding: 0px 10px;
}

.menu_album_verwalten{
    position: relative;
    z-index: 10;
}
.erstellen_button,.erstellen_button_orange{
    text-align:center;
}
.menu_album_verwalten_sub{
    display:none;
    position:absolute;
    width:200px;
    left:-80px;
    font-size:13px
}

.erstellen_button {
    display: block;
    font-size: 14px;
    min-width: 100px;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 2px 0px #999999; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 1px 2px 0px #999999; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    border: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    background: #f26623;
}

.erstellen_button:hover {
    background: #555; /* Old browsers */
}

.erstellen_button_inaktiv {
    display: block;
    font-size: 14px;
    min-width: 100px;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    background: #555;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 2px 0px #999999; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 1px 2px 0px #999999; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    border: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
}

.erstellen_button_orange {
    display: block;
    font-size: 14px;
    min-width: 100px;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 2px 0px #999999;
    box-shadow: 0px 1px 2px 0px #999999;
    border: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    background: #f26623;
}

ul.nav_links_listing {
    list-style: none;
}

.nav_links_sublink, .nav_links_sublink_aktiv {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 15px 10px 15px;
}

.nav_links_sublink:hover {
    text-decoration: none;
    color: #fff;
    background: #777;
}

.nav_links_sublink_aktiv {
    text-decoration: none;
    color: #fff;
    background: #777;
}

.trennlinie_dotted_nav{
    margin: 0px;
    border-top: 1px dotted #ccc;
}

.ui-drag-highlight-foto-album {
    background-color: #aaa;
}

.ui-drag-highlight-foto-album-album {
    float: left;
    border: 1px dashed #999;
    background-color: #aaa;
    width: 208px;
    height: 263px;
    margin: 0px 20px 20px 0px;
}

.media_fenster{
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
    height: 100% !important;
    table-layout: fixed;
    width: 100%;
}

.media_fenster_box {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.media_fenster_content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.media_fenster_content_inner {
    display: inline-block;
    position: relative;
    text-align: left;
    moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    min-width: 320px;
}

.media_fenster_content_inner_links {
    background-color: #111;
    display: block;
    font-size: 0;
    position: relative;
    text-align: center;
    float: left;
    min-width: 320px;
}

.media_fenster_content_inner_links img {
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.media_fenster_content_inner_rechts {
    background-color: #fff;
    position: relative;
    word-wrap: break-word;
    width: 360px;
    float: left;
}

.fig_button {
    text-decoration: none;
    color: #0087c1;
}

.fig_button:hover {
    text-decoration: underline;
}

.kommentar_senden_button {
    display: block;
    float: left;
    width: 33px;
    height: 32px;
    margin-top: 3px;
    font-size: 15px;
    text-align: center;
}

.album_upload_button {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    min-width: 100px;
    color: #fff;
    margin: 0px;
    padding: 8px 10px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-box-shadow: 0px 1px 2px 0px #999999; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 1px 2px 0px #999999; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    border: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    background: #0098d8; /* Old browsers */
    background: -moz-linear-gradient(top, #0098d8 0%, #0087c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0098d8), color-stop(100%, #0087c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0098d8 0%, #0087c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0098d8 0%, #0087c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0098d8 0%, #0087c1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0098d8 0%, #0087c1 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098d8', endColorstr='#0087c1', GradientType=0 ); /* IE6-9 */
}

.album_upload_button:hover {
    background: #f29400; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa922 0%, #f29400 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa922), color-stop(100%, #f29400)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffa922 0%, #f29400 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffa922 0%, #f29400 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffa922 0%, #f29400 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffa922 0%, #f29400 100%); /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffa922', endColorstr='#f29400', GradientType=0 ); /* IE6-9 */
}

.album_upload_button .album_upload_file {
    position: absolute;
    height: 35px;
    top: 0;
    right: 0;
    margin: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.arrows_pic:hover {
    cursor: move;
    background: #000;
}

.delete_pic:hover {
    cursor: pointer;
    background: #000;
}

.edit_pic_text:hover {
    cursor: pointer;
    background: #000;
}

.eintrag_loeschen_box {
    display: none;
}

.eintrag_loeschen_icon:hover {
    cursor: pointer;
    color: #900;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 75px;
    height: 75px;
    font-size: 36px;
    z-index: 9999999;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background: #f28c04;
}

#media_switch_button_left, #media_switch_button_right {
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: auto 0;
    width: 150px;
    top: 0px;
    height: 100%;
    border: none;
    outline: none;
    font-family: "Courier New", courier;
    color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#media_switch_button_left {
    left: 0px;
}

#media_switch_button_right {
    right: 0px;
}

#media_switch_button_left a, #media_switch_button_right a {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 105px;
    font-size: 80px;
    color: #fff;
    text-decoration: none;
}

#media_switch_button_left a {
    left: 25px;
}

#media_switch_button_right a {
    right: 25px;
}

#media_switch_button_left a:hover, #media_switch_button_right a:hover {
    color: #f28c04;
}
.box_headline{
    font-size:16px;
    height:35px;
}

.div_profilbild_nav_links{
    width:32px;
    height:32px;
    float:left;
}

.vertical_div_profilname_nav_links{
    height: 32px;
    line-height: 32px;
    float:left;
    margin-left:15px;
    max-width: 250px;
}

.vertical_span_profilname_nav_links{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.feld_beschreibung{
    -webkit-appearance: none;
    width: 450px;
    max-width: 450px;
    height: 200px;
    max-height: 200px;
    color:#333;
    border: 1px solid #ddd;
    background-color: #fff;
    padding:5px;
    resize:none;
    border-radius:0px;
    -webkit-font-smoothing: antialiased;
}

.feld_kommentar{
    float:left;
    width:220px;
    max-width:220px;
    margin:3px 0px 3px 0px;
    height:18px;
    border-radius: 0px;
    font-size:13px;
    border:1px solid #ccc;
    background:#fff;
    resize:none;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding:5px;
    vertical-align: top;
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
