/* 
    Created on : 19.12.2015, 01:51:40
    Author     : Klaus Leitner-Poosch <klaus{[at]}open-web.at>
*/
body {
    background: #ddd;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
#wrapper {
    border: 1px solid #400000;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    min-height: 700px;
    border: 1px solid #999;
    border-radius: 5px;
    box-shadow: 3px 4px 3px #999;
    overflow: hidden;
}
header {
    background: #FFCC99;   
}
footer {
    min-height: 25px;
    background: #FFCC99;  
    word-break: break-all;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
#version {
    position: relative;
    font-size: 10px;
    width: auto;  
    float: right;
    margin: -15px 5px;
}
#section_top {
    height: 50px;
    background:#ededed;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
#kreuzung {
    width: 330px; 
    font-size: 160%;
    font-weight: bold;
    height: 50px;
    border-right: 2px solid #FFCC99;
}
#lbl_kreuzung {
    display: inline-block;
    margin: 11px 0 0 15px; 
}
#ag_nummer{
    display: inline-block;
    margin: 15px 0 0 15px; 

}
#parents {
    height: 50px;
    width: 700px;
    border-right: 2px solid #FFCC99;
}
#parents div {
    height: 18px;
}
#lbl_m,#lbl_f  {
    display: inline-block;
    width: 60px;
    padding-left: 10px;
}
#mother, #father {
    padding-top: 3px;
    min-height: 22px;
}
#father {
    border-top: 1px solid #FFCC99;
}
#span-father, #span-mother, #span-ag-nummer {
    font-weight: bold;
}
#span-ag-nummer {
    margin-left: 10px;
}
#section_left {
    background: #FFCC99;   
    float:left;
    width: 240px;
    min-height: 800px;
    max-height: 800px;    
    background: #ededed;    
    font-size: 85%;
}
#section_right {    
    float: left;  
    width: 960px;
    max-width: 1000px;
    background: #FFCC99;   
    min-height: 600px;   
    padding-bottom: 25px;
}
#Info_ZuchterPflanzen {
    height: 600px;
    max-height:  600px;
    overflow-y: scroll;
}
#plantInfo, #plant_description, #photos { 
    display: block;
    word-break: break-all;
    max-width: 1000px;
    padding-left: 10px;
}
#photos {
    border-top: 1px solid #c0c0c0;
}
#plant_description {
    border-top: 1px solid #c0c0c0;
}
#photos {
    max-height: 820px;
    height: 820px;
    overflow-y: scroll;
}
#photos img {
    border-radius: 5px;
    box-shadow: 5px 3px 5px #222;
}
.photo {
    width: 800px;
    display: block;
    margin: 25px auto;
}
#plantInfo {
    height: 100px;
}
#plant_description {
    height: auto;
    padding: 10px;
    padding: 10px;
    word-break: normal;
}
.float_left {
    float: left;
}
#linked_logo {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
.preview {
    background: #FFCC99;
    border-bottom: 2px solid #fff;
    min-height: 100px;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.preview:hover {
    cursor: pointer;
}
.previewZuchtnr {  
    font-weight: bold;
}
.previewThumbname {
    font-size: 95%;
    font-weight: bolder;
    margin-top: 8px;
}
.previewThumb img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    box-shadow: 5px 3px 5px #222;
}
.copyright_pic {
    position: relative;
    display: block;
    float: right; 
    padding: 2px 5px;
    margin: -35px 10px 0 0;
    background: #c0c0c0;
    border-radius: 5px;
}
.copyright_pic:before {
    content:  '\00A9 '  ;
}
#plant_blossom_diameter {
    margin-right: 10px;
    display: block;
    float: right; 
    text-align: left;
    width: 220px;
    border: 1px solid #900000;
}
#plant_zuchtnr {
    display: block;
    width: 300px;
    max-width: 300px;
    float: left;
} 
#plant_name {
    border: 1px solid #900000;
    display: block;
    width: 400px;
    word-break: break-all;
    margin-left: 350px;
    float: left;
}
.div_row {
    margin-top: 10px;
}
#tbl_plantInfo {
    width: 100%;
    padding-right: 10px;
}
#td-zuchtnr {
    width: 330px;
    font-weight: bold;
    padding: 10px 0 0 10px;
    min-height: 45px;
}
.td-label { 
    width: 90px; 
    padding-left: 10px;
}
.td-label-diameter  { 
    width: 45px; 
    padding-left: 10px;
    background: url("../images/blossom-1.png") center center no-repeat;
    background-size: 30px;
}
.td-span {
    width: 350px;
    text-align: left;
}
.description_pic {
    text-align: center; 
    font-style: italic;
    width: 80%;
    margin: 4px auto;
}
#span-name {
    color: red; 
    margin-left: 10px;
}
.blue {
    color: #1d64c1;
}
.font_110 {
    font-size: 110%;
}
.font_120 {
    font-size: 120%;
}
.font_130 {
    font-size: 130%;
}
.font_140 {
    font-size: 140%;
}
.font_160 {
    font-size: 160%;
}
.gradient {
    width: 100%;
    background: rgb(245,246,246); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2RiZGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I4YmFjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2RkZGZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(21%,rgba(219,220,226,1)), color-stop(49%,rgba(184,186,198,1)), color-stop(80%,rgba(221,223,227,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-8 */
}
.border_active {
    background: #ddaa77;
}
.radius_3 {
    border-radius: 5px;
}
.radius_5 {
    border-radius: 5px;
}
.radius_8 {
    border-radius: 5px;
}
.radius_10 {
    border-radius: 5px;
}
.radius_12 {
    border-radius: 5px;
}
.meineLupe {
    border-radius: 140px;
}
.photo_loupe {
    display: block;
    max-width: 800px;
    max-height: 800px;
    margin: 0px auto;
}
.link2plant, .loadplant, .activePlant {
    font-weight: bolder;
}
.loadplant, .activePlant {
    margin-left: 10px;
    margin-top: 3px;
}
.activePlant {
    font-size: 105%;
    color: red;
}
#Info_Zuechter {
    text-align: center;
    background: #EDD3C4;
    width: 100%;
    height: 250px;
    min-height: 250px;    
    content: 'Info über den Züchter: todo';
    padding-bottom: 10px;
}
#Info_ZuechterName {
    padding-top: 10px;
    content: 'Info';
}
#Info_ZuechterPhoto {
    text-align: center;
    position: relative;
    top: 50%;    
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
#ul_plants {
    list-style: none;       
    margin-left: -40px;
}
#ul_plants li {
    margin-top: 3px;
}
#ul_plants li a img, #ul_plants li  img {
    vertical-align: middle;
}
#ul_plants li a:hover {
    color: #333;
}
.span_img {
    display: inline-block;
    min-width: 40px;
}
.span_img {
    text-align: center;
    margin: 0 auto;
}
#Info_ZuechterName {
    font-weight: bold;
    font-size: 130%;
}
@media screen and (max-height: 800px ) {
    #wrapper {
        height: 800px;
    }
}