//
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Cascaded StyleSheet Library for harry-schramm.de
// Copyright © Christian Germelmann · chgTools Solution Development
// Report hints and errors to service@chgtools.com. All Rights Reserved.
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//

chgtools {}

html {
	overflow-y: scroll;
}

body {
    font-family: arial,sans-serif,helvetica;
    font-variant: small-caps;
    line-height: 20px;
    text-align: -moz-center;
    #text-align: center;
	margin-left: auto;
	margin-right: auto;
    color: #808080;
    background-color: #fff;
}

div {
    margin: 0;
    padding: 0;
}

table, td {
    font-size: 14px;
}

#main {
    position: relative;
    width: 960px;
    height: 720px;
    background-color: #fff;
    background-image: url(/images/bg.gif);
    background-repeat: no-repeat;
}

#top {
    height: 220px;
    font-size: 17px;
    text-align: -moz-center;
    #text-align: center;
	color: #00f;
}

#top img {
    margin-top: 80px;
}

#center {
    height: 430px;
    text-align: -moz-center;
    #text-align: center;
/*    border: 1px solid black;*/
}

#center img {
    position: absolute;
    left: 320px;
    top: 240px;
}

#left {
    width: 320px;
    height: 330px;
    font-size: 13px;
    float: left;
}

#right {
    width: 320px;
    height: 330px;
    font-size: 13px;
    float: right;
}

#bottom {
    position: absolute;
	top: 550px;
	left: 30px;
    height: 120px;
    width: 900px;
    font-size: 13px;
    text-align: -moz-center;
    #text-align: center;
/*    border: 1px solid black;*/
    float: none;
}

#bottomu {
    position: absolute;
	top: 500px;
	left: 52px;
	#left: 51px;
    width: 856px;
    #width: 858px;
    height: 30px;
    font-size: 13px;
	line-height: 13px;
    text-align: left;
	font-weight: bold;
    font-variant: normal;
    float: none;
}

#bottomi {
    position: absolute;
	top: 520px;
	left: 52px;
	#left: 51px;
    width: 856px;
    #width: 858px;
    height: 120px;
    font-size: 13px;
	line-height: 13px;
    text-align: left;
    font-variant: normal;
	overflow: scroll;
    float: none;
}

#menu {
	position: absolute;
	top: 670px;
	left: 52px;
	#left: 51px;
    width: 856px;
    #width: 858px;
    height: 26px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    border: 1px solid black;
}

#menu li {
    width: 105px;
    height: 24px;
    text-align: -moz-center;
    #text-align: center;
    float: left;
    color: #fff;
    background-color: #c0c0c0;
    border: 1px solid #000;
}

#menu li a {
    width: 105px;
    height: 24px;
    font-family: arial,sans-serif,helvetica;
    font-variant: normal;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

#menu li.sel a {
	font-weight: bold;
    color: #00f;
    background-color: #c0c0c0;
}

#menu li a:hover {
    text-decoration: overline underline;
}

p.step {
    margin-left: 220px;
    #margin-left: 240px;
}

small {
    font-size: 8px;
    line-height: 7px;
}

a#ref {
    color: #00f;
    text-decoration: none;
}

a#ref:hover {
    text-decoration: underline;
}

a#ref2 {
    color: #808080;
    text-decoration: none;
}

a#ref2:hover {
    color: #00f;
    text-decoration: underline;
}

.halfheight {
	line-height: 10px;
}