/*
|
|	browser css reset
|
--------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
:focus {
    outline: 0;
}
body {
    line-height: 1.8em;
    color: black;
    background: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.75em;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
input {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

/*
|
|	layout
|
--------------------------------------------------------------------------*/
#container {
    position: absolute;
    width: 946px;
    top: 25px;
    left: 25px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 876px;
}
#menu-main {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 30em;
	width: 200px;
	border-top: 1px solid #000;
}
#menu-sub {
    position: absolute;
    top: 369px;
    left: 12px;
    height: 379px;
    width: 174px;
    border-bottom: 1px solid #000;
}
#menu-page {
	position: absolute;
	top: 50px;
	left: 225px;
	height: 400px;
	width: 44px;
	border-top: 1px solid #000;
}
#content {
	position: absolute;
	top: 50px;
	left: 225px;
	height: 316px;
	width: 600px;
	z-index: 0;
	border-top: 1px solid #000;
}
#content-third-bottom {
	position: absolute;
	left: 0px;
	width: 200px;
	border-top: 1px solid #000;
	z-index: 1;
	top: 450px;
}

/*
|
|	menu
|
--------------------------------------------------------------------------*/
.menu ul {
	margin-bottom: 2em;
}
.menu ul li {
	border-bottom: 1px solid #000;
}
a {
    color: #ff8205;
    text-decoration: none;
}
a:hover {
    color: #000;
}
.menu a {
    color:#000;
    text-decoration: none;
}
.menu, 
.menu a:hover, 
.menu a.active {
    color: #ff8205;
    border-color: #000;
}
#menu-page li a {
    display: block;
    width: 30px;
    text-align: right;
    border-bottom: 1px solid #000;
}
img.illustration-icon {
    position: absolute;
    bottom: 376px;
    left: 182px;
    display: none;
}
a:hover img.illustration-icon {
    display: inline!important;
}

/* content-styles */
#content img.illustration-big {
	position: absolute;
	left: 55px;
	top: 25px;
}
.content p, .content ul {
    margin: 0 0 16px 0;
}
.mute {
    color: #96999C;
}
.no-margin {
    margin: 0 0 6px 0!important;
}
.contact-details {
    color: #96999C;
    margin: 0 0 4px 0!important;
}
/*
|
|	suche
|
--------------------------------------------------------------------------*/
#image-id-form {
    color: #96999C;
    padding: 16px 0 16px 0;
}
#image-id-form p {
    margin: 0 0 4px 0;
}
#image-id {
    width: 100px;
    float: left;
}
#image-id-submit {
    width: 60px;
    float: right;
}

/*
|
|	stock menu
|
--------------------------------------------------------------------------*/
ul#stock-menu li {
    border-top: 1px solid #000;
    width: 174px;
    padding: 10px 0;
    clear: both;
    color: #96999C;
}
ul#stock-menu {
    margin: 16px 0;
}
ul#stock-menu li p{
    margin: 0 0 6px 0;
}
p.left {
    width: 40%;
    float: left;
}
p.right {
    width: 40%;
    float: right;
}

/*
|
|	form
|
--------------------------------------------------------------------------*/
form table {
    margin: 6px 0 0 92px;
}
td.descr {
    color: #96999C;
    text-align: right;
    padding: 0px 10px 3px 0;
    vertical-align: top;
}
td.value {
    color: #000;
    width: 220px;
    padding: 3px 0;
}
td.thanks {
    color: #96999C;
    width: 175px;
    padding: 3px 0;
}
form table input, form table select, form table textarea {
    width: 175px;
}
#form-tco {
    width: auto;
}
.value-tco {
    color: #96999C;
}

