/* Description
Author:     kubus media
========================================================================
Project:    Everest Wohnbau GmbH
----------------------------------------------------------------------*/
body {
    font-family: verdana, arial;
    font-size: 11px;
    margin: 0;
    padding: 3em 0 0 0;
    text-align: center;
    line-height: 1.5em;
}
.wrap {
    width: 70em;
    margin: 0 auto;
    text-align: left;
}
.logo {
    position: relative;
    top: -4em;
    width: 14em;
    margin-bottom: -2em;
    border: none;
}
.tophead {
    font-size: 18px;
}

/* Manufacturer Overlay
----------------------------------------------------------------------*/
.overlay {
    display: none;
}
.visible {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    left: 0;
    top: 0;

    background: url(../images/alpha80.png);
}
.overlay .text_right {
    padding-right: 2em;
}
.overlay_wrap {
    position: absolute;
    left: 50%;
    top: 2em;
    
    width: 90%;
	height: 90%;
    
    margin-left: -45%;
    
    background: #ffffff;
    border: 1em solid #cccccc;
}
.overlay_wrap iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.image_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    
    width: 512px;
    height: 384px;
    
    margin-left: -256px;
    margin-top: -192px;
    
    background: #ccc;
    border: 1em solid #cccccc;
}

.close {
    position: absolute;
    right: -1em;
    top: -1em;
    z-index: 99;
}
.close a {
    display: block;
    text-align: center;
    height: 2em;
    width: 2em;
    line-height: 2em;
    background: #cccccc;
}
.close a:hover {
    background: #ed1f24;
    color: #ffffff;
    text-decoration: none;
}

/* Sections
----------------------------------------------------------------------*/
#top,
#content {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#bottom {
    font-size: 0.9em;
    text-transform: uppercase;
}
#content {
    background: url(../images/flames.gif) bottom right no-repeat;
    padding: 0em 0 1em 0;
    min-height: 34em;
    height: 100%;
}
#preview #content {
    height: 530px;
}
#content div.left {
    width: 29em;
}
#content div.right {
    width: 39em;
}
#content .content-block {
    margin-bottom: 3em;
}
#content .actions-block {
    margin-bottom: 1em;
}

.line-block {
    margin-bottom: 1.5em;
}

/* Colors
----------------------------------------------------------------------*/
h1,
h2,
a,
#navigation li a:hover,
#navigation li a.active,
#toolbar a:hover,
.error {
    color: #ed1f24;
}
body,
h3,
#navigation li a,
#toolbar a {
    color: #666666;
}
#bottom,
#bottom a {
    color: #999999
}
#top,
#content,
#navigation ul,
#navigation ul li {
    border-color: #c4c4c4;
}
.border {
    border-color: #dddddd;
}
a:hover .border {
    border-color: #ed1f24;
}
.active_border,
.message {
    border-color: #ed1f24;
}
body,
#navigation ul li {
    background: #ffffff;
}
.message {
    background: #ed1f24;
}
.message {
    color: #ffffff;
}
.bgdark {
    background: #eeeeee;
}

/* Links
----------------------------------------------------------------------*/
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#bottom a {
    text-decoration: underline;
}
#bottom a:hover {
    text-decoration: none;
}
#toolbar a {
    text-decoration: underline;
    text-transform: uppercase;
}
a img {
    border: none;
}

/* Headlines
----------------------------------------------------------------------*/
h1,
h2,
h3 {
    text-transform: uppercase;
    font-weight: normal;
}
h1,
h3 {
    margin: 0;
}
h2 {
    margin: 0 0 1em 0;
}
h1 {
    font-size: 140%;
}
h2 {
    font-size: 125%;
}
h3 {
    font-size: 110%;
}
.content-block h3,
.line-block h3 {
    margin-bottom: 0.5em;
}

/* Text Format
----------------------------------------------------------------------*/
.wide {
    line-height: 3em;
}
p.wide {
    margin-bottom: 3em;
}
p.introduction {
    font-weight: bold;
}
.list-block p {
    margin: 0 0 1em 0;
}
#toolbar {
    font-size: 1em;
    text-align: right;
	margin-top: 20px;
}
.bgdark,
.bglight {
    padding: 1em;
}
.bgdark h2,
.bglight h2 {
    margin: 0;
}

.bgdark p,
.bglight p,
p {
    margin-top: 0;
}
.highlight {
    border: 1px solid #cccccc;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #eeeeee;
}
.highlight h3 {
    font-weight: bold;
}
.highlight .line-block {
    margin-bottom: 0;
}

/* Navigation
----------------------------------------------------------------------*/
#top {
    line-height: 2.3em;
}
#navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
#navigation li {
    padding-right: 1px;
    background: url(../images/border.gif) bottom right no-repeat;
    float: left;
    display: block;
}
#navigation li a {
    display: block;
    padding: 0 0.4em 0 0.4em;

}
#navigation li.first a {
    padding-left: 0;
}
#navigation li a:hover,
#navigation li a.active {
    text-decoration: none;
    background: url(../images/nav_bottom.gif) bottom repeat-x;
}
#navigation li:hover ul {
    display: block;
}
#navigation li:hover a {
    color: #ed1f24;
    background: url(../images/nav_bottom.gif) bottom repeat-x;
}
#navigation li:hover ul a {
    color: #666666;
    background: none;
}

/* Subnavigation */

/* To be cleaned up - find IE6 Solution */
#navigation ul {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99;
    list-style-type: none;
    /* width: 30em;  IE */
    clear: both;
    border-right-width: 1px;
    border-right-style: solid; 
    border-left-width: 1px;
    border-left-style: solid;
    line-height: 1.5em;
    margin: 0 0 0 -1px;
    border-top-width: 1px;
    border-top-style: solid;
    background-color: #fefefe;
}
#navigation ul li {
    float: none;
    display: list-item;
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#navigation ul li a {
    float: none;
    padding: 0.2em 0.5em 0.2em 0.5em;
}
#navigation ul li a:hover,
#navigation ul li a.active {
    background: #ed1f24;
    color: #ffffff;
}

/* Images
----------------------------------------------------------------------*/
.border,
.active_border {
    border-width: 0.75em;
    border-style: solid;
}
.ausstellung {
	background: #dddddd;
	width: 6.4em;
	height: 4.8em;
	text-align: center;
}
.ausstellung img {
	height: 100%;
	background: #dddddd;
}
.ausstellung {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.left .big,
.maps {
    width: 27.5em;
}
div.right .big {
    width: 37.5em;
}
div.left .twice {
    width: 12em;
    margin-bottom: 2em;
}
div.left p {
    margin: 0 0 1em 0;
}
.big {
    margin-bottom: 0em;
}
.selling_image {
    width: 10em;
    margin-right: 1em;
    margin-bottom: 1em;
}
.productview,
.product_last {
    width: 15em;
	height: 13.5em;
	background: #dddddd;
	text-align: center;
	padding: 0.76em;
    text-transform: uppercase;
    float: left;
	margin-bottom: 1em;
}
.productview {
	margin-right: 1em;
}

.productview .link,
.product_last .link {
    height: 11em;
}
.productview .description,
.product_last .description {
    height: 2.5em;
}


.product {
	height: 100%;
}

a:hover .productview,
a:hover .product_last {
    text-decoration: none;
}

.manufacturer_box {
	width: 10em;
	height: 7.5em;
	padding: 0.75em;
	float: left;
	background: #dddddd;
	margin: 0 1em 1em 0;
	text-align: center;
	border: 1px solid #cccccc;
}
.manufacturer_box a img {

}

.maps {
    height: 27.5em;
}

/* Flash
----------------------------------------------------------------------*/
#flash .big {
    margin-bottom: 0;
}
#flash {
    height: 27em;
    line-height: 1em;
}
#expose {
	overflow: hidden;
    height: 20.6em;
    background: #dddddd;
}
/* Forms
----------------------------------------------------------------------*/
fieldset {
    border: none;
    padding: 0;
    margin: 0 0 1em 0;
}
input[type=text],
input[type=password],
textarea {
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 0.5em;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input[type=text]:hover,
input[type=password]:hover,
textarea:hover {
    background: #eeeeee;
}
textarea {
    font-family: verdana, arial;
    font-size: 100%;
}
label {
    line-height: 1.5em;
}
input[type=submit],
input[type=reset] {
    border: 1px solid #555555;
    background: #cccccc;
    margin-right: 0.5em;
}

.left form {
    width: 28.5em;
    margin: 1em 0 1em 0;
}

#search {
    padding: 0;
    margin: 0;
}

#search fieldset {
    margin: 0.5em 0.5em 0.5em 0.5em;
    padding: 0;
    line-height: 1em;
}

#search fieldset input[type="text"] {
    width: 10em;
    margin: 0;
    line-height: 1.5em;
}
#search fieldset input[type="submit"] {
    margin: 0;
    padding: 0 0.5em 0 0.5em;
    line-height: 1.5em; 
}

.form_right {
    width: 70%;
}
.message {
    padding: 0em 0.5em 0em 0.5em;
    margin-bottom: 1em;
    width: 100%;
}
.left .message {
    width: 28em;
}

/* Defaults
----------------------------------------------------------------------*/
.backward {
    float: left;
}
.forward {
    float: right;
}
.forward {
    text-align: right;
}
.backward,
.forward {
    width: 49%;
}
.right,
.form_right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
hr.clear {
    line-height: 0;
    margin: 0;
}
.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}
.invisible {
    display: none;
}
.visible {
    display: block;
}
hr {
    background-color:#cccccc;
    color:#cccccc;
    border: #cccccc;
    height: 1px;
    margin: 1em 0 1em 0;
}
.invisible {
    display: none;
}
ul {
    float: inherit;
}

ul li {
    list-style-position: inside;
}

#slideshow_outer,
#slideshow_outer img {
    height: 311px;
}

#slideshow_outer img {
    width: 414px;
}
#controls {
    margin-bottom: 30px;
}

/* New Overlay */
#overlay {
    display: none;
}

.reference {
    margin: 0 0.5em 0.5em 0;
}
.reference img {
    height: 75px;
}

table {
	margin-bottom: 10px;
}

table tr td {
	border-bottom: 1px solid #cecece;
}

table p {
	padding: 0;
	margin: 0;
}
ul {
	margin-top: 3px;
	padding-top: 0;
	margin-bottom: 20px;
}

.selling ul {
	margin-top: -6px;
}

