@charset "utf-8";
/* CSS Document */
@import url('http://fonts.googleapis.com/css?family=roboto');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
body {
     font-family: 'roboto', sans-serif;
     font-size: 13px;
}
#content {
margin-top: 50px;
}
.textHeader {
            font-family: 'Dancing Script', cursive;
            font-size: 40px;
            color: #3c0202;

            padding-bottom: 30px;
            padding-top: 10px;
}

.textHeader3 {
            font-family: 'Dancing Script', cursive;
            font-size: 40px;
            color: #3c0202;

            padding-bottom: 30px;
            padding-top: 10px;
}
.textHeader2 {
            font-family: 'Dancing Script', cursive;
            font-size: 30px;
            color: #3c0202;
}

#tabSpeise {
           margin-top: 20px;
           width: 690px;
}
#tabAlkfrei {
            width: 690px;
}
#tab3 {
      width: 690px;
}
#tab4 {
      width: 690px;
}
#tabSpeise tr td:first-child {
           width: 480px;
           border-bottom: 1px solid black;
}
#tabSpeise tr td:last-child {
           width: 210px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tab3 tr td:first-child {
           width: 330px;
           border-bottom: 1px solid black;
}
#tab3 tr td:last-child {
           width: 200px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tab3 tr td:nth-child(2) {
           width: 160px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}

#tab4 tr td:first-child {
           width: 240px;
           border-bottom: 1px solid black;
}
#tab4 tr td:last-child {
           width: 140px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tab4 tr td:nth-child(2) {
           width: 200px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tab4 tr td:nth-child(3) {
           width: 110px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}



#tabAlkfrei tr td:first-child {
           width: 270px;
           border-bottom: 1px solid black;
}
#tabAlkfrei tr td:last-child {
           width: 120px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tabAlkfrei tr td:nth-child(2) {
           width: 90px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tabAlkfrei tr td:nth-child(3) {
           width: 120px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
#tabAlkfrei tr td:nth-child(4) {
           width: 90px;
           text-align: right;
           vertical-align: top;
           border-bottom: 1px solid black;
}
