@charset "utf-8";

/*
   1. Reset CSS
******************************************************/

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #333;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

ol, ul {
    list-style: none;
}

a {
    color: #05a;
}

p {
    margin: 0 0 2.0em 0;
    line-height: 1.6em;
}

/*
   2. Hintergründe, Ecken, Buttons
******************************************************/

#hintergrund-0 {
    background: url(../../../images/hintergrund/hintergrund-01.png) repeat-x #fff;
}

input, textarea, select {
    padding: 4px 5px;
    font-size: 11px;
    color: #444;
    border: 1px solid #555;
    background: url(../../../images/hintergrund/hintergrund-input.png) repeat-x #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input:focus, textarea:focus, select:focus {
    background: #eef5ff;
}

input.button, button {
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: 1px solid #555;
    background: url(../../../images/hintergrund/hintergrund-button.png) repeat-x;
    text-shadow: #000 1px 1px 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input.button:hover, button:hover {
    background: #6d99dd;
}

/*
   3. Footer
******************************************************/

#nonfooter {
    position: relative;
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
}

#footer {
    clear: both;
    position: relative;
    height: 100px;
    margin: -100px 0 0 0;
    font-size: 11px;
    border-top: 1px solid #ccc;
    background: #fafafa;
}

#footer a {
    text-decoration: none;
}

#footer_content {
    position: relative;
    width: 980px;
    height: 100px;
    margin: 0 auto;
    color: #777;
}

#footer_content p {
    margin: 60px 0 0 0;
    text-align: center;
}

.footer_col {
    float: left;
    margin: 10px 70px 0 0;
}

.footer_col.last_col {
    margin-right: 0;
}

.footer_col ul li {
    margin: 2px 0;
}

.footer_col ul li span {
    color: #777;
}




/*
   4. Mainpage: Startseite (1)
******************************************************/

#login {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color: #fff;
    text-shadow: #000 0px 1px 1px;
}

#login a {
    color: #fff;
}

#main-header {
    position: relative;
    height: 85px;
}

#main-logo {
    display: block;
    width: 360px;
    height: 85px;
    background: url(../../../images/hintergrund/mainpage-logo.png) no-repeat;
}

#main-right {
    float: right;
    width: 250px;
}




#main-left {
    width: 690px;
    padding: 0 0 200px 0;
}



/*
   4.1 Mainpage: Kathegorieseiten (4)
******************************************************/

#main-kathegorie {
    position: relative;
    width: 690px;
    height: 425px;
    text-shadow: 0 1px 0px #fff;
}

#main-kathegorie ul {
    position: absolute;
    top: 0;
    left: 25px;
    height: 30px;
    z-index: 30;
}

#main-kathegorie ul li {
    float: left;
}

#main-kathegorie ul li a {
    display: block;
    width: 140px;
    height: 19px;
    margin: 6px 15px 0 5px;
    padding: 3px 0 0 0;
    font-size: 12px;
    font-weight:bold;
    text-align: center;
    color: #fff;
    border: 1px solid #832822;
    border-top: 1px solid #efaaaa;
    text-shadow: #000 1px 1px 0px;
    -moz-box-shadow: 0px -1px 1px #932f29;
    -webkit-box-shadow: 0px -1px 1px #932f29;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    text-decoration: none;
}

#main-kathegorie ul li a:hover {
    background: #b33e33;
}

#main-kathegorie ul li.active a {
    color: #e10000;
    background: #fff;
    text-shadow: none;
    border-top: 1px solid #fff;
}

#main-kathegorie h1 {
    position: absolute;
    top: 40px;
    left: 110px;
    font-size: 16px;
    font-weight: normal;
z-index: 70;
}

#main-kathegorie h2 {
    position: absolute;
    top: 365px;
    left: 130px;
    font-size: 16px;
    font-weight: normal;
z-index: 50;
}

#main-kathegorie #main-cards {
    position: absolute;
    top: 365px;
    left: 360px;
    z-index: 50;
}

#main-kathegorie div {
    position: absolute;
    top: 80px;
    left: 25px;
    font-size: 12px;
}

#main-kathegorie div span {
    font-size: 18px;
    font-weight: bold;
}

#main-kathegorie div strong {
    color: #e10000;
}

#main-kathegorie form {
    position: absolute;
    top: 82px;
    left: 75px;
    font-size: 20px;
    z-index: 50;
}

#main-kathegorie form input#yd-plz-search-big {
    position: absolute;
    top: -5px;
    left: 165px;
    width: 140px;
    padding: 2px 5px;
    font-size: 22px;
    text-align: center;
}

#main-kathegorie form input#yd-start-order {
    position: absolute;
    top: -5px;
    left: 340px;
    padding: 4px 15px 5px;
    font-size: 16px;
    text-align: center;
}

#content {
padding: 70px 12px 30px;
}

#content p {
    padding: 5px 0;
    text-align: justify;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    padding: 0 0 5px;
    font-size: 14px;
    border-bottom: 1px solid #999;
}

.book {
    margin: 30px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

table.social-bookmarks {
    font-size: 12px;
    width: 90%;
}

table.social-bookmarks td {
    width: 33.33%;
    padding: 5px;
}



.floatcity {
    float: left;
    width: 300px;
    margin: 0 15px;
}

* html .floatcity {
    margin: 0 5px;
}



#main-company {
    height: 425px;
    text-align: center;
    background: url(../../../images/hintergrund/landing-sidebar.png) no-repeat;
}

#main-company p {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
}

#main-company p#com-title {
    padding: 40px 0 0 0;
}

#main-company p#com-hand {
    font-size: 12px;
}

#main-company p#com-quest {
    padding: 10px 0 0 0;
    font-size: 14px;
}

#main-company ul {
    margin: 0 0 65px 18px;
    text-align: left;
}

#main-company ul li {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 5px 0;
}

#main-company a.b1 {
    padding: 3px 23px;
}

#main-company a.b2 {
    padding: 3px 50px;
}





#main-links {
    margin: 70px 5px 0 5px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold !important;
    background: #fafafa;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
}

#main-links a {
    display: block;
    margin: 10px 0;
}








.yd-pngfix {
position: absolute;
top: 0;
left: 0;
z-index: 20;
}

#teaser {
display: block;
position: absolute;
top: 30px;
left: 10px;
width: 670px;
height: 365px;
z-index: 10;
}

#lexikon {
height: 25px;
margin: 0 0 20px 0;
}

#lexikon a {
float: left;
display: block;
width: 20px;
height: 18px;
margin: 0 3px 0 0;
padding: 2px 0 0 0;
font-size: 13px;
text-align: center;
font-weight: bold;
text-decoration: none;
border: 1px solid #ccc;
background: #fff;
}

#lexikon a:hover {
background: #eee;
}



.letter {
width: 350px;
font-family: Times, serif;
font-size: 20px !important;
}

#content ul {
margin: 0 0 20px 0;
}

#content ul li {
padding: 3px 6px;
font-size: 13px;
}

#login a {
text-decoration: none;
}