body {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color:#666666;
    background: url(../img/bg.png) #fff  center 400px no-repeat fixed;
}

a {
    text-decoration: none;
    color: #00a6dd;
}

.wrap {
    width: 1200px;
    margin: 10px auto 0;
}

.header_bg {
    height:229px;
    background: url(../img/header.png);
    position:relative;
}

.header_text a {
    font-size:56px;
    color:#00a6dd;
    position:absolute;
    bottom:10px;
    left:57px;
    text-decoration: none;
}

.red_dot {
    color: #e25213;
}

.header_phone {
    width:281px;
    height:186px;
    position:absolute;
    right:150px;
    top:90px;
    z-index: 10;
}

.singlewaskann {
    padding: 10px;
}

.singlewaskann #waskanntab table {
    width: auto;
}

.choosemodel {
    margin-bottom:10px;
}

#hersteller, #modell {
    display:inline-block;
    margin-right:15px;
}

#hersteller select, #modell select {
    color:#666666;
    padding: 5px;
}

#waskanntab {
    margin-top:15px;
}

#waskanntab table {
    width: 430px;
}

#waskanntab table tr td {
    border:none;
}

.trbg {
    background:#f5fafd;
}

nav {
    background:#00a6dd;
    height:49px;
    position:relative;
}

nav ul {
    list-style: none;
    margin:0 0 0 33px;
    padding:0;
    position:absolute;
    top:11px;
}

nav ul li {
    display:inline-block;
    width:150px;
    text-align: center;
    border-right: 2px #66b9d5 solid;
}

nav ul li:hover {
    background: #6eccec;
}

nav ul li a {
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    display:block;
    width:100%;
    height:100%;
}

nav .waskann {
    width:200px;
    position: absolute;
    right:34px;
    top:14px;
    z-index: 20;
}

nav .waskann a:hover {
    background: #6eccec;
}

nav .waskann a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.content_wrap {
    width:1080px;
    margin:0 auto;
    position:relative;
}

.sort_buttons {
    margin-top:20px;
    display:inline-block;
}

.sort_buttons ul {
    list-style: none;
    margin:0;
    padding:0;
}

.sort_buttons ul li {
    display: inline-block;
    width:90px;
    text-align: center;
    margin-right:20px;
    background:#00a6dd;
}

.sort_buttons ul li.inactive {
    background:#b6d2db;
}

.sort_buttons ul li:hover {
    background:#6eccec;
}

.sort_buttons ul li a {
    color:#ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display:block;
    width:100%;
    height:100%;
}

.login_button {
    width:100px;
    text-align: right;
    display:inline-block;
    position:absolute;
    right:130px;
    top:20px;
}

.login_button a {
    text-transform: uppercase;
    color:#666666;
    
}

.lang_menu {
    display:inline-block;
    position:absolute;
    right:0;
    top:20px;
}

.lang_menu ul {
    list-style: none;
    margin:0;
    padding:0;
}

.lang_menu li {
    display: inline-block;
    margin-right:2px;
}

.lang_menu li a {
    text-transform: uppercase;
    color: #999999;
}

.lang_menu li a.active {
    color: #666666;
}

.lang_menu ul li:before {
    margin:0 2px;
    content: " | ";
    color:#999999;
}


.lang_menu ul li:first-child:before {
    content: none;
}

.category, .cathead, .catselect {
    display:inline-block;
}

.category {
    margin-right:15px;
}

.cathead {
    text-transform: uppercase;
    font-size: 14px;
    margin-right:7px;
}

.catselect select {
    font-size: 14px;
    color:#666666;
    text-transform: uppercase;
}


h2 {
    color:#00a6dd;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
}

h2 .letter {
    display: inline-block;
    width: 20px;
    height:20px;
    padding:2px;
    border:1px #00a6dd solid;
    text-align: center;
}

.alles {
    text-align: right;
}

.alles img {
    margin-right:7px;
}

.alles a {
    color:#797979;
    font-size: 13px;
}

.alles a:hover {
    text-decoration: underline;
}

hr {
    border-color: #00a6dd;
}

.item, .groupitem {
    height:225px;
    width:135px;
    border:1px solid #bbbbbb;
    display:inline-block;
    margin-right:20px;
    cursor: pointer;
}

.groupitem {
    margin-top:10px;
}

.item .cover, .groupitem .cover {
    margin-top: 11px;
    border:1px solid #bbbbbb;
    width: 110px;
    height: 110px;
}

.item .title, .groupitem .title {
    color:#797979;
    font-weight: bold;
    padding: 3px 7px 7px;
    height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.item .system, .groupitem .system {
    font-size: 10px;
    margin-bottom: 3px;
}

.item .group, .groupitem .group {
    color: #00a6dd;
    font-size:12px;
    line-height: 14px;
}

.item .group .letter, .groupitem .group .letter {
    display: inline-block;
    width: 12px;
    height:12px;
    padding:2px;
    border:1px #00a6dd solid;
    text-align: center;
    margin-right:4px;
}

.itemimg {
    width:135px;
    height:135px;
    padding:0 15px 0 0;
    float:left;
}

.itemhead {
    width:140px;
    height: 137px;
    float:left;
    padding-right: 10px;
}

.itemhead h2 {
    color:#00a6dd;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 19px;
    margin:0;
}

.itemhead h2 .letter {
    display: inline-block;
    width: 17px;
    height:17px;
    padding:2px;
    border:1px #00a6dd solid;
    text-align: center;
}

.itemhead h3 {
    margin:15px 0 0 0;
    padding:0;
    font-size:13px;
    max-height:54px;
    overflow:hidden;
}

.itemsystem {
    font-size: 11px;
    padding-top:10px;
    display: block;
}

.itemtext {
    width:330px;
    height:130px;
    float:left;
    overflow: hidden;
    font-size: 12px;
}

.itemsms {
    width:650px;
    float:left;
    border-top: 1px solid #00a6dd;
    line-height:36px;
    margin-top:6px;
    padding-top:7px;
}

.itemsms .phone {
    font-size: 17px;
    color: #00a6dd;
    font-weight: bold;
}

.itemfooter {
    border-top: 1px solid #00a6dd;
    font-size:10px;
    clear:both;
    padding-top:7px;
}



.groupheader {
    margin-top:25px;
}

#groupcontent {
    margin-top:15px;
    text-align: center;
    min-height:150px;
}

.loading-bar {
    margin: 15px 0;
}

.sitecontent {
    margin-top:15px;
    min-height: 150px;
}

td {
    border: 1px #000000 solid;
    padding: 5px;
}

footer {
    background:url(../img/footer.png) no-repeat;
    text-align: center;
    height: 68px;
    position: relative;
    padding-top:10px;
}

footer ul {
    list-style: none;
    padding:0;
    margin:0;
}

footer ul li {
    display:inline-block;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
}

footer ul li a {
    color: #666666;
}

footer ul li span:hover, footer ul li a:hover {
    text-decoration: underline;
}

footer ul li:before {
    margin:0 5px;
    content: " | ";
}


footer ul li:first-child:before {
    content: none;
}

footer .footer_imgs {
    position:absolute;
    width:250px;
    right:0;
    text-align: right;
    bottom:5px;
}

footer .footer_etresor {
    height:21px;
}

footer .footer_atrust {
    height:25px;
}

.login_form {
    border: 1px solid #cccccc;
    width:475px;
    height:200px;
    padding:30px 40px;
    margin-bottom: 30px;
}

.login_form .new {
    margin-right:70px;
}

.login_form .new, .login_form .regist {
    display: inline-block;
    vertical-align: top;
}

.login_form h3 {
    font-size:16px;
    text-transform: uppercase;
    margin:0 0 5px 0;
    padding:0;
}

.login_form .wrapinput {
    position:relative;
}

.login_form label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.login_form input {
    width:188px;
    display:block;
    color:#666666;
    padding:3px 5px;
    font-size: 14px;
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    background:none;
}

.login_form a.button1 {
    margin-top:44px;
}

.login_form a.button1, .login_form a.button2 {
    display:block;
    width:200px;
    height:30px;
    color:#FFFFFF;
    background:#00A6DD;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
}

.login_form a.button1:focus, .login_form a.button2:focus,
.login_form a.button1:hover, .login_form a.button2:hover {
    background:#6eccec;
}

.login_form a.small {
    font-size: 12px;
}

.login_form a.small:hover {
    text-decoration: underline;
}

.login_form .error {
    margin-top:20px;
}

.abotable {
    margin-top:15px;
    width:460px;
}

.abotable tr td {
    border:none;
}

.green {
    color: #37a42c;
}

.red {
    color:#FF0000;
}

.upper {
    text-transform: uppercase;
    font-weight: bold;
}

/* Kontakt Forumular */

#contactForm label {
    display: block;
    padding: 1px 7px 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

#contactForm input[type="text"], #contactForm textarea {
    display: block;
    background: none;
    font: inherit;
    padding: 0 7px;
    position: relative;
    z-index: 10;
    overflow: auto;
}

#contactForm label, #contactForm input[type="text"], #singleParagraphInputs div{
    line-height: 1.5em;
    height: 1.5em;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
    margin-bottom: 1.5em;
}

#contactForm input, #contactForm textarea, #recaptcha_table{
    border: 1px solid #ccc;
}

.formError {
    border: 1px solid red !important;
}

#contactForm, #recaptcha_table{
    width: 600px;
    margin: 30px auto;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width: 584px;
}

#commentTxt textarea {
    min-height: 9em;
    min-width: 584px;
}

#screenReader, #checking {
    float: left;
    display: none;
}

#recaptcha_response_field {
    width: 286px !important;
}