html,
body {
    margin: 0;
    padding: 0;
    background-color: #3d4145;
    text-align: center;
    width:100%;
    height:100%;
}

body,
body * {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    text-shadow:0 1px 1px rgba(70, 70, 70, 0.4);
}

a:hover,
a:hover span {
    color: #4c8acf;
    text-shadow:0 1px 1px rgba(70, 70, 70, 0.4);
}

a img {
    border: none;
}

div#pageContent,
form#pwf_form {
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
    min-height:615px;
    position:absolute;
    left:0;
    overflow-y:hidden;
}

div.pageContent {
    width:100%;
    margin: 0;
    padding: 0;
    position:absolute;
    left: 0;
    top:0;
    bottom: 100px;
    z-index:101;
}

div.wall {
    position:relative;
    margin-top: -750px;
    height: 750px;
    width: 100%;
    left: 0;
    background: url(../images/bg-wall.png) bottom left repeat-x #32373d;
}

div.main {
    position:absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

div.floor {
    position:absolute;
    width: 100%;
    height:93px;
    z-index: 50;
    background: url(../images/bg-floor.png) top left repeat-x;
    left: 0;
}

div.ensure40 {
    height: 40%;
    width: 5px;
    float: right;
}

div.ensure220 {
    height: 240px;
    width: 5px;
    float: right;
}

div.main div.content {
    margin: auto;
    margin-top: -220px;
    height: 500px;
    width: 845px;
}

div.main div.contentLayer {
    width: 100%;
    z-index: 51;
    position: absolute;
    left: 0;
}

div.header {
    top: 0;
    width: 100%;
    position:absolute;
    z-index:103;
    left: 0;
    overflow: visible;
    height:10px;
}

div.header div.search {
    padding-right: 6px;
}

div.footer {
    margin: 0 auto 0 auto;
    padding:0;
    height: 25px;
    text-align: center;
    clear: both;
    width: 100%;
    bottom: 0;
    position:absolute;
    left: 0;
    z-index:102;
}

.messages {
    margin: auto;
    z-index: 999;
    position: absolute;
    top: 20px;
}

.messages * {
    color: #333;
}

.footer * {
    color: #999;
    font-weight: bold;
}

.footer .copyright {
    position: absolute;
    left: 3px;
    bottom: 3px;
    z-index: 102;
    text-align: right;
    font-size: 9px;
    color: #777;
}

.footer .other {
    float: left;
    width: 320px;
    padding-top: 4px;
    margin-left: 6px;
}

.footer .centered {
    position:relative;
    width: 100%;
    float: left;
}

.footer .centered ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:50%;
    text-align:center;
}

.footer .centered ul li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
}

div.tilewidget .login,
div.tilewidget .logout {
        border: none;
        padding: 0;
        margin: 0;
        text-align:left;
}

div.tilewidget .login label,
div.tilewidget .login .title {
        display: none;
}

div.tilewidget .login div,
div.tilewidget .login input {
        display: inline;
}

.login .input input {
    width: 190px;
}

div.tilewidget .login .input input {
        width: 85px;
        height: 12px;
        font-size: 9px;
        background: #fff;
        color: #999;
        border: 1px solid #777;
}

div.tilewidget .login .input .overTxtLabel {
        width: 50px;
        font-size: 9px;
        padding: 2px 0 0 0;
        color: #777;
}

div.tilewidget .login .button input,
div.tilewidget .logout .button input {
        border: none;
        background: transparent;
        padding: 3px;
        margin: 0;
        color: #e2e2e2;
        font-weight:bold;
}

div.tilewidget .login .button input:hover,
div.tilewidget .logout .button input:hover {
        color: #ccc;
}

div.tilewidget .logout span {
        font-size: 10px;
}

div.tilewidget .login .button,
div.tilewidget .logout .button,
div.tilewidget .logout .button input {
        display:inline;
        font-size: 10px;
}

.footer a.icontile {
    margin: -4px 3px 0 3px;
    overflow:hidden;
    text-decoration:none;
    height: 30px;
    width: 30px;
    display: block;
}

div.tilewidget {
    position:absolute;
    margin: -70px -130px 0 -130px;
    z-index:103;
    width: 280px;
    height: 50px;
    padding: 10px;
    background:url(../images/widget.png) center bottom no-repeat;
    display:none;
}

div.tilewidget .search {
    float:none;
    padding-top: 10px;
    margin: 0 auto;
}

div.tilewidget .search input {
    width: 250px;
}

div.tilewidget .login,
div.tilewidget .logout {
    float:none;
    display: block;
    padding: 15px 0 0 10px;
    margin: 0;
}

div.tilewidget form {
    padding:0;
    margin: 0;
}

div.tilewidget .login .input input {
        width: 115px;
        height: 14px;
        font-size: 11px;
}

div.tilewidget .login .input .overTxtLabel {
        width: 100px;
        font-size: 11px;
}

div.tilewidget .logout span {
        font-size: 11px;
}

.footer a.icontile:hover div.tilewidget {
    display:block;
}

.footer a.logo:hover,
.footer a.logo {
    margin-top: -34px;
    height: 65px;
    width: 131px;
}


div.items {
    margin:40px 0 0 0;
}

div.items ul {
    white-space:nowrap;
    height: 350px;
    background:none;
    overflow:auto;
    overflow-y:hidden;
    word-wrap: normal;
}

div.items li img {
    width: 300px;
    height: 300px;
}

div.items li,
div.items li.last {
    text-align:center;
    width: 300px;
    height: 330px;
    border:none;
    background:none;

    display:-moz-inline-block;
    display:-moz-inline-box;
    display: inline-block;
}

div.items li:hover {
    background:none;
}

div.items li div {
    height:305px;
    position:relative;
    margin-bottom:5px;
}

div.items li div div {
    height:auto;
    width:300px;
    position:absolute;
    bottom:0;
    left: 0;
    margin:0;
}

div.items li span {
    display:block;
}

div.items li a {
    text-decoration:none;
}

div.items li a span {
    display:block;
    font-weight:bold;
    color:#e2e2e2;
}

div.items li a:hover span {
    color:#4c8acf;
}

div.navigator {
    float: left;
    margin:5px 2px;
    padding:0;
}

div.navigator li,
div.navigator li:hover,
div.navigator li.last {
    float: left;
    border:none;
    background:none;
    padding-left: 15px;
    background: url(../images/nav-divider.png) left 60% no-repeat;
}

div.navigator li.first {
    background: none;
    padding-left:0;
}

div.navigator li a {
    text-decoration:none;
}

div.navigator li a span {
    display:block;
    font-weight:bold;
    color:#e2e2e2;
}

div.navigator li a:hover span {
    color:#4c8acf;
}

.navigator li.home a span {
    display: none;
}

.navigator li.home a {
    display: block;
    width: 14px;
    height: 14px;
    padding-top: 1;
    padding-bottom: 0;
    background: url(../images/e.png) center center no-repeat;
}

div.scrollControlsY.disabled {
    display: none;
}

div.messages {
    clear: both;
}

div.header div.flags img {
    margin: 4px;
}

div.articlePane {
    height: 500px;
    border: none;
    padding: 0;
    margin: 0;
}

div.articlePane ul {
    background:none;
}

div.articlePane ul li {
    padding: 0;
    margin: 0;
}

div.articleContent {
    height:500px;
    margin-top: 40px;
    position:relative;
}

div.articleContent div.image {
    margin-left: 10px;
    position: absolute;
    top: 32px;
}

div.articleContent .scroll {
    position: absolute;
    top: 10px;
    left: 346px;
    height: 430px;
    width: 489px;
    overflow:auto;
    overflow-x:hidden;
    /*overflow-y:hidden;*/
}

div.articlePane .detailsPane ul li {
    padding: 0 5px;
}

div.detailsPane .simpleGrid li,
div.detailsPane .simpleGrid li:hover {
    background:none;
    border: none;
}

.main .input label span,
.main .logout span,
.main .noarticles span {
    color: white;
}

.main .input label span.requiredLabel {
    color: #d2423a;
}

.main .login,
.main .logout {
        margin: 150px auto 0 auto;
        width: 200px;
        border: none;
}

.main .noarticles {
        margin: 160px auto 0 auto;
        width: 500px;
}

.main .mainsearch {
    float: none;
    margin: 210px auto 0 auto;
    width: 340px;
}

.main .mainsearch input {
    width: 300px;
}

.detailsPane .order_sample {
    display:block;
    text-decoration:none;
    color: white;
    font-weight:bold;
    padding-bottom: 10px;
}

.detailsPane .order_sample * {
    color: orange;
    font-size: 14px;
}

.scrollControlsY{
	display:block;
	position: absolute;
	top:0;
	right:0;
	height:100%;
	width:6px;
}

.upBtn{
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:6px;
	height:7px;
	background: url(../images/flow/up.png) no-repeat 0 0px;
	cursor:pointer;
}

.upBtn:hover{
	background: url(../images/scrollup.png) no-repeat 0 0px;
}

.downBtn{
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	width:6px;
	height:7px;
	background: url(../images/flow/down.png) no-repeat 0 0px;
	cursor:pointer;
}

.downBtn:hover{
	background: url(../images/scrolldown.png) no-repeat 0 0px;
}

.scrollBar{
	display:block;
	position: absolute;
	top:7px;
	right:0;
	bottom:7px;
	width:6px;
	background: url(../images/flow/vbar.png) repeat-y center 0;
        text-align:center;
}

.scrollHandle{
	display:block;
	top:0;
	left:0;
	width:6px;
	height:10px;
	min-height:10px;
	cursor: pointer;
	padding:11px 0;
        margin: 0 auto 0 auto;
	background: url(../images/flow/vslider.png) repeat-y center 0;
}

.scrollHandleBG,
.scrollHandleMiddle,
.scrollHandleTop,
.scrollHandleBottom{
	display:none;
}


.scrollHandle .scrollHandleTop:hover, .scrollHandle:hover .scrollHandleTop,
.scrollHandle-Active .scrollHandleTop:hover, .scrollHandle-Active:hover .scrollHandleTop, .scrollHandle-Active .scrollHandleTop,
.scrollHandle .scrollHandleBottom:hover, .scrollHandle:hover .scrollHandleBottom,
.scrollHandle-Active .scrollHandleBottom:hover, .scrollHandle-Active:hover .scrollHandleBottom, .scrollHandle-Active .scrollHandleBottom{
	background: #717375;
}

.main .textcontent {
    text-align:left;
}

.main .agb {
    text-align:justify;
    height: 500px;
    position:relative;
    padding-right: 20px;
}

.main .impress {
    margin: auto;
    padding-top: 90px;
    width: 520px;
}

.main .press {
    margin: auto;
    padding-top: 130px;
    width: 600px;
}

.main .contact {
    margin: auto;
    text-align: center;
    width: 600px;
}

.header .jobs {
    float: right;
    padding: 4px 4px 0 0;
}
.main .jobs {
    margin: auto;
    text-align: center;
    width: 400px;
}
.main .jobs h2 {
    font-size: 20px;
    font-weight: bold;
}
.main .jobs div.col {
    text-align: left;
    width: 195px;
    float: left;
    padding-bottom: 10px;
}
.main .jobs p.a {
    width: 250px;
}
.main .jobs p.a,
.main .jobs p.a b,
.main .jobs p.a a,
.main .jobs p.a a * {
    font-size: 9px;
}
.main .jobs img.l {
    float: right;
    margin: 20px 0 0 5px;
}

.main .textcontent * {
    color: white;
}

.main .success_hint {
    padding: 30px 10px 10px 10px;
}


.main .contact_form .data {
    width: 510px;
    margin: auto;
    padding: 20px;
}
.main .contact_form div.col {
    float: left;
    padding-left: 25px;
}
.main .contact_form .text input {
    width: 200px;
}
.main .contact_form .message {
    clear: both;
    float: left;
    padding-left: 25px;
}
.main .contact_form .message textarea {
    width: 440px;
    height: 60px;
}
.main .contact_form .button {
    clear:both;
}

.main .contact_form input,
.main .contact_form textarea,
.main .contact_form select,
.main .contact_form select * {
    color: #333;
}

.sidebar {
    z-index: 999;
    float: left;
    top:50%;
    left: 0;
    position:relative;
    overflow:visible;
    height: 100px;
}

.sidebar_con {
    bottom:50%;
    position:relative;
    height: 100px;
}

.sidebar * {
    color: white;
}

.clear {
    clear:both;
}

.backArrow a img {
    display: none;
}

.backArrow a {
    cursor:pointer;
    background: url(../images/flow/back.png) center center no-repeat;
    display:block;
    width: 296px;
    height: 70px;
    margin: auto;
    left: 0;
    position: absolute;
    top: 348px;
}

.backArrow a:hover {
    background: url(../images/flow/back-glow.png) center center no-repeat;
}

.backArrowContainer {
    z-index: 700;
    position: absolute;
    margin: auto;
    width: 845px;
}

div.detailsPane div.attachments .simpleGrid li.active {
    clear: left;
    width: 100%;
    text-align: left;
    padding: 3px 20px;
    background: url(../images/link.png) 2px 2px no-repeat;
}

div.attachments div.simpleGrid li a {
    text-decoration: underline;
    cursor: pointer;
}

.landing_page img {
    width: 150px;
}
.landing_page img.height {
    width: auto;
    height: 150px;
}

div.rubiksusb {
    width: 500px;
    margin:auto;
}

div.additional_text {
    width: 800px;
    margin: 0 auto;
}

div.additional_text,
div.additional_text * {
    color: white;
}

