/* Reset */

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
input,
textarea {
    margin: 0;
    padding: 0;
}

/* Body+Container
----------------------------------------------------------------------------------------------------*/

body {
    background-color: #fafaf9;
    letter-spacing: 0.03em;
}

#container {
    background-color: #fafaf9;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px #292929;
    -moz-box-shadow: 0px 0px 30px #292929;
    box-shadow: 0px 0px 30px #292929;

    behavior: url(ie-css3.htc);
    /* This lets IE know to call the script on all elements which get the 'box' class */
}


/* Links
----------------------------------------------------------------------------------------------------*/

a {
    color: #f7a600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* Text
----------------------------------------------------------------------------------------------------*/

b {
    color: #000;
    padding: 0 2px 0 2px;
}

h1 {
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #000;
    border-bottom: 2px #61622e solid;
}

h2 {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin: 0px 0 20px 0;
    padding-bottom: 2px;
    color: #000;
    border-bottom: 1px #61622e solid;
}

p,
li {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #23222a;
}

ul,
ol {
    padding-left: 40px;
    padding-top: 10px;
}

strong {
    color: #000;
}

/* Links
----------------------------------------------------------------------------------------------------*/

a {
    color: #f7a600;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

/* Allgemein
----------------------------------------------------------------------------------------------------*/

hr {
    margin: -10px 0 0 0;
    border-top: 1px #61622e solid;
    border-left: none;
    border-right: none;
    border-bottom: : 1px #61622e solid;
    min-width: 170px;
}

img {
    border: 0px #090909 solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

iframe {
    border: 1px #090909 solid;
}



/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
    height: 170px;
    padding-top: 10px;
    border-bottom: 1px #000 dashed;
}

#header img {
    border: none;
    padding-left: 20px;
}

}

#header img:hover {
    opacity: 0.5;
}

#header table {
    margin: -100px 0 0 750px;
}

#header table th {
    padding: 0 10px 3px 50px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
}

#header table td {
    padding-right: 10px;
    padding-left: 50px;
}

#header ul {
    list-style: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #000;
}

#header ul li {
    margin-bottom: 5px;
}

#header ul a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #23222a;
    padding: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header ul a:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    background-color: #f7a600;
    padding: 2px;
}



/* FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
    width: 940px;
    height: 80px;
    padding-top: 20px;
    overflow: hidden;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #000;
    font-size: 8pt;
    margin-top: 50px;
    border-top: 1px #000 dashed;
    line-height: 14px;
}

#copy p {
    padding-left: 17px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    color: #000;
    font-size: 8pt;
    margin-top: -3px;
}

/* CONTENT - Allgemein
----------------------------------------------------------------------------------------------------*/

#backlink {
    margin-top: 5px;
}

#content {
    margin-bottom: 20px;
}


#current {
    text-decoration: none;
    background-color: #6f7a600;
    padding: 2px;
}

.now {
    text-decoration: none;
    background-color: #f7a600;
    padding: 2px;
}

.current-menu-item {
    text-decoration: none;
    background-color: #f7a600;
    padding: 2px;
    color: #fff;
}


.now2 {
    text-decoration: none;
    background-color: #454629;
    padding: 2px;
}

.pushdown {
    margin-bottom: 60px;
}

#sideimages {
    overflow: hidden;
    margin-top: 40px;
}

#sideimages img {
    width: 250px;
    margin-bottom: 10px;
}


.bright {
    color: #808136;
    list-style: none;
}

.bright li {
    margin-bottom: 10px;
}

.tel {
    color: #23222a;
}








/* CONTENT - Startseite
----------------------------------------------------------------------------------------------------*/

#start {
    margin-bottom: 40px;
}

#startlinks,
#startmitte,
#startrechts {
    margin-bottom: 50px;
}

#startlinks h1,
#startmitte h1,
#startrechts h1 {
    margin: 30px 0 10px 0;
    padding: 0 0 0 0;
    border-bottom: 1px solid #61622e;
}

#startlinks img,
#startrechts img {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

#startlinks img:hover,
#startmitte img:hover,
#startrechts img:hover {
    opacity: 0.5;
}

#startmitte ul li {
    list-style: circle;
    color: #61622e;
    margin-top: 7px;
    font-weight: bold;
    line-height: 22px;
}

.startbutton {
    margin: 10px 0px -30px 300px;
    position: relative;
    background: #fafaf9;
    color: #23222a;
    padding: 20px;
    z-index: 90;
    font-size: 15px;
    text-decoration: none;
}

.hidelinks {
    border-bottom: 1px solid #f7a600;
}

#startinfos {
    margin-top: 30px;
    display: none;
}

/* CONTENT - Service
----------------------------------------------------------------------------------------------------*/

#service hr {
    margin: 0 0 5px 0;
}

/* CONTENT - Service
----------------------------------------------------------------------------------------------------*/

#servicepost {
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#servicepost h1 {
    margin-bottom: 20px;
    border: none;
}

#servicepost hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #bababa;
}

#servicepost p {
    margin: 0;
    padding: 0;
    line-height: 16px;
}


.servicelinks a:hover {
    text-decoration: none;
}

.servicelinks p {
    color: #23222a;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    padding-top: 3px;
}

.servicelinks li {
    margin: 5px 0 10px 0;
    list-style: none;
}

#einleitung p {
    margin-bottom: 0;
    float: none;
}

#einleitung b {
    margin: 10px 0 10px 0;
    float: none;
}
