/*
 * CSS for Dietrich-Untertrifaller
 */

@import url('common.css');

#cont {
    min-height: 400px;
    height: auto !important;
    height: 400px;
    background-color: #666;
    background-image: none;
}


/* Left column, project description */

#info {
    float: left;
    width: 40%;
}

#info div {
    padding-left: 20px;
    border-top: 1px solid #333;
}

#info div p:first-child {
    font-weight: bold;
}

#info div:first-child, #info div.nav {
    border: none;
}

#info .nav {
/*
    padding-top: 74px;
*/
    clear: both;
}

#info .nav img {
    cursor: pointer;
}

#info div p {
    line-height: 0.8;
    margin: 11px 0px;
}

.nav img:hover {
    cursor: pointer;
}

span.active {
    cursor: pointer;
    color: white;
}

div#infotext {
    float: right;
    border: none;
}

div#bmn {
    float: left;
    width: 60%;
}

#navpic, #navplan, #navinfo {
	float: left;
	border: none !important;
}

#navpic {
	padding-left: 0 !important;
}

#navplan, #navinfo {
	padding-left: 10px !important;
}

/* Right column, pictures and text */

#detail {
    float: right;
/*
    height: 400px;
*/
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

#proinfo {
    display: none;
    width: 500px;
    padding: 15px 20px;
}

#proinfofull {
    display: none;
    width: 860px;
    padding: 15px 20px;
    background-color: #666;
}
