body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    width: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
    background: #FFFFFF;
}
img {
    border: none;
}
* html img {
    behavior: url('css/iepngfix.htc');
}
a:link, a:focus, a:visited, a:active {
    text-decoration: none;
    color: #0060A9;
}
a:hover {
    color: #7C9CCF;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 3px 0 7px 0;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h3 {
    font-size: 12px;
}
h4 {
    font-size: 10px;
}

p.hinweis {
    font-size: 95%;
    font-style: italic;
    color: #666666;
}
#foot ul {
    margin: 9px 0 0 9px;
    padding: 0;
    list-style: none;
}
#foot ul li {
    display: inline;
    margin: 0;
    padding: 0 3px 0 1px;
}

#navigation {
    text-align: center;
    line-height: 0;
}
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
* html #navigation ul {
    margin-top: 3px;
}
#navigation ul li {
    margin: 0;
    padding: 0;
}
*+html #navigation ul li {
    margin-top: -3px;
}
* html #navigation ul li {
    margin-top: -3px;
    display: inline-block;
}
#navigation a {
    margin: 0;
    padding:0;
}


#contactForm {
    width: 410px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:100px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border:1px solid #ccc;
    width:300px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:15px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}
#contactFormSubmit {
    margin-top: 25px;
}
#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 100px;
    width:154px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    margin-right: 10px;
    float:right;
    width:120px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    background: none;
    border: none;
    width: 100%;
}
#contactForm table td {
    padding: 0;
}
#contactForm table td.td-1 {
    width: 100px;
}
#contactForm table td.td-2, #contactForm table td.td-3 {
    width: 80px;
}
#contactForm table td.td-4 {
    text-align: right;
    padding-top: 4px;
}

.msg-error {
    text-align: center;
}
.msg-error div  {
    padding: 4px;
    text-align: left;
}
.msg-error div p {
    margin-bottom: 25px;
    line-height: 1.4;
}
.msg-error div p strong {
    font-size: 13px;
}
.msg-error div p a {
    padding: 3px 6px;
    border: 1px ridge #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.msg-error div p a:hover {
    border-top: 1px ridge #999999;
    border-left: 1px ridge #999999;
    border-bottom: 2px ridge #999999;
    border-right: 2px ridge #999999;
}

#box-bottom-right h3 {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 11px;
    font-weight: bold;
}
#box-bottom-right p {
    margin: 10px 18px 0 22px;
    text-align: left;
    font-size: 12px;
}
#box-bottom-right ul {
    margin: 0 30px 0;
    padding: 0;
    list-style: none;
}
#box-bottom-right ul li {
    margin: 0;
    border-bottom: 1px solid #0060A9;
}
#box-bottom-right ul li.sold-out {
    color: #7C9CCF;
    border-bottom: 1px solid #7C9CCF;
}

#box-bottom-right ul li a:link,
#box-bottom-right ul li a:hover,
#box-bottom-right ul li a:focus,
#box-bottom-right ul li a:visited,
#box-bottom-right ul li a:active {
    color: #0060A9;
}

/* 
* BACKEND STYLES
 */
#modHeaderImgEdit {
    position:absolute;
    top:60px;
    left:270px;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
/*.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
/*.clearfix {display:block;}
/* End hide from IE Mac */
