 /* MAIN
------------------------------------------------------------------------------*/
 @charset "utf-8";

 * {
                margin: 0px;
                padding: 0px;
                font-family: helvetica;
                list-style:none;
            }

html, body {
                height:100%;
                background: #eee;
                background: -webkit-linear-gradient(white,#eee);
                background: -moz-linear-gradient(white,#eee);
            }

#content {
				position:relative;
				margin: 0 auto;
                background-color: #fff;
                width: 1000px;
                height: 792px;
                box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
                -moz-box-shadow: 0px 10px  10px rgba(0, 0, 0, 0.3);
                -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
            }

a,a:visited,a:active {
        color:#5C81A7;
        text-decoration:none;
}

a:hover {
        color:#5C81A7;
        text-decoration:underline;
}

/* CONFIG
------------------------------------------------------------------------------*/
#config {
    visibility:hidden;
    width: 100%;
    margin-bottom:10px;
}

.td-line {
                border-left: 1px solid #bbb;
                float:left;
                color:#333;
                font-size:12px;
                vertical-align: top;
            }

.td-line ul {
                list-style:none;
                margin-top: 10px;
            }

.td-line li {
                margin-bottom: 4px;
            }

 .td-line h2 {
                font-weight: normal;
                font-size:13px;
                margin-left: 18px;
                color:#000;
                cursor: default;
            }

.config-grid {
                border-spacing: 0px;
            }

.config-title {
                font-size:13px;
                background-color: #aaa;
                color: white;
                cursor: default;
            }

/* HEAD-NAV
------------------------------------------------------------------------------*/
#head {
                height: 160px;
                width: 100%;
            }

#head_2 {
                height: 160px;
                width: 1000px;
                position: absolute;
                            z-index: 3;
            }

#head-nav {
                background-color: #bbb;
                width:462px;
                height:34px;
                float:left;
                color:white;
                font-size:12px;
            }

#head-nav ul {
                list-style:none;
                float:right;
                padding-right: 10px;
            }

#head-nav li {
                float:left;
                margin-top: 7px;
                margin-left: 4px;
            }

#head-nav a {
                text-decoration: none;
                color: white;
                padding-top:5px;
            }

#head-nav a:hover {
                text-decoration: underline;
            }

.logo {

                float:right;
                margin-right: 22px;
                margin-top: 40px;
            }

/* INFO
------------------------------------------------------------------------------*/
#info {
	position:absolute;
	top: 637px;
    visibility:hidden;
    width:100%;
    height:155px;
    background-color: #ddd;
    cursor: default;
        }

.info-output {
                float:left;
                padding-top:10px;
                width: 616px;
        }

.info-output h2 {
                font-weight: normal;
                font-size:13px;
                margin-left: 38px;
                color:#000;
            }

.info-calc {
                float:right;
                 width: 354px;
                 height:10px;
                 background-color: #bbb;
        }

.info-calc ul {
                list-style:none;
                float:left;
            }

.info-calc li {
                float:left;
                margin: 5px;
            }

.info-calc .layer{
                background-color: #aaa;
                height:34px;
                color: white;
                font-size:12px;
                padding-left: 10px;
            }

.info-calc a {
                text-decoration: none;
                color: white;
            }

.info-calc a:hover {
                text-decoration: underline;
            }

.info-calc h2 {
                font-weight: normal;
                font-size:13px;
                height:34px;
                margin-left: 10px;
                color:#000;
            }

/* Warenkorb
------------------------------------------------------------------------------*/
#chart-box {
        width:970px;
        height:420px;
        overflow:hidden;
        float:left;
}

#chart-message {
        float:left;
        top:20px;
        width:100%;
        height:218px;
        text-align: center;
        padding-bottom:20px;
        margin-top: 200px;
        font-weight: bold;
        color: #E62D29;
}

#chart-info {
		position:absolute;
		top: 637px;
        float:left;
        width:100%;
        height:155px;
        background-color: #ddd;
}

#chart {
    margin-left:24px;
}

#chart th, #chart td
{
    text-align: left;
    border-bottom: 1px solid  #bbb;
    height: 30px;
}

#chart th {
    font-size:13px;
}

#chart td {
    font-size:12px;
}

.scrollbar-vert {
        position:relative;
        top:-1px;
        background-color: #eee;
        height:421px;
        width: 10px;
        float:right;
        margin-right:10px;
        margin-bottom:16px;
}

.handle-vert {
        height: 42px;
        width: 10px;
        background: url('../img/handle.gif') no-repeat;
}

/* ELEMENTS
------------------------------------------------------------------------------*/
input {
    margin-right: 5px;
    -webkit-user-select: text;
    -khtml-user-select: auto;
    -moz-user-select: -moz-text;
    -o-user-select: auto;
    user-select: auto;
}

p  {
   vertical-align:top;
}

td.config-title p {
         margin-left:10px;
}

div input {
margin-left:10px;
float:left;
}

#disable {
    color:#aaa;
}

#output
{
    height: 120px;
    margin-top:10px;
}

#output .top
{
    height: 50px;
    #width: 400px;
    margin-left:38px;
    font-size: 12px;
}

#output .bottom
{
    height: 70px;
    width: 600px;
    background-color:#bbb;
    font-size: 12px;
    padding-right: 10px;
}


#tooltip {
    position:absolute;
    z-index:1000;
    /*display:none;*/
    background-color: #fff;
    font-size: 12px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px  5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px  5px rgba(0, 0, 0, 0.3);
}

/*

*/

#impressum {
        margin-left: 75px;
}

#impressum td{
        vertical-align: top;
}