/* Eric Meyer's Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END Eric Meyer's Reset CSS */

body {
    text-align: center;
    font-family: arial,verdana,sans-serif;
    color: #5d5e60;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: .75em;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1em;
}

a:link, a:visited, a:hover, a:active, a:focus {
    color: #5d5e60;
    text-decoration: none;
}

#wrapper {
    text-align: left;
    width: 994px;
    margin: 0 auto;
}

#header {
    margin-top: 20px;
}

#logo {
    display: block;
    margin-bottom: 10px;
}


/*** Navigation ***/

#nav {
    float: left;
    background: #ff7a00 url(../upload/img/layout/navigation-bg.gif) no-repeat 0 0;
    width: 994px;
    height: 42px;
}

#nav li {
    float: left;
    line-height: 34px;
    font-size: .937em;
    margin-left: 33px;
    white-space: nowrap;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #nav a:focus {
    display: block;
    color: #fff;
    text-decoration: none;
}

#nav a:hover, #nav .active a:link, #nav .active a:visited, #nav .active a:hover, #nav .active a:active, #nav .active a:focus {
    color: #5c5d60;
}


/*** Content ***/

#col ambulance {
    float: left;
}

#content {
    float: left;
    width: 994px;
    min-height: 500px;
    margin-bottom: 10px;
}

#col {
    width: 986px;
    float: left;
}

#col1 {
    width: 567px;
    float: left;
}

#col1 img, #col img {
    margin-bottom: 10px;
}

#col1 h1, #col1 h2, #col h1, #col h2 {
    margin-top: 1em;
}

#col1 p, #col p {
    font-size: .8125em;
    line-height: 1.5em;
}

#col1 ul, #col ul {
    list-style-type: disc;
    margin-left: 1em;
    font-size: .9em;
}

#col1 ul ul, #col ul ul {
    list-style-type: none;
    margin-left: 1.5em;
}

#col1 li, #col li {
    margin-top: .75em;
}

#col2 {
    width: 402px;
    float: right;
    margin-right: 8px;
}

#contentBox {
    background-color: #ffe4cc;
    color: #5d5e60;
    padding: 0px 0px 1px 0px;
}

#contentBox h3 {
    font-size: 3.625em;
     padding: 0px 0px 1px 45px;
}

#contentBox h4 {
    font-weight: normal;
    font-size: 1.1875em;
    padding: 0px 0px 1px 45px;
}

#contentBox ul {
    margin-bottom: 1.75em;
}

#contentBox li {
    background: #ffe4cc url(../upload/img/layout/dot-orange.gif) no-repeat 0 0;
    padding-left: 30px;
    margin-left: 40px;
    margin-bottom: 1em;
}

#emergencyBox {
    background: #ff7a00 url(../upload/img/layout/arrow-white.gif) no-repeat 10px 50%;
    margin-top: 10px;
    padding: 25px 10px 10px 100px;
    color: #fff;
}

#emergencyBox h3 {
    font-size: 3.625em;
    margin-bottom: .25em;
}

#emergencyBox h3 span {
    font-size: .4em;
    font-weight: normal;
}

#emergencyBox h4 {
    font-weight: normal;
    font-size: 1.1875em;
    margin-bottom: .5em;
}

#buttonNav {
    margin-top: 10px;
}

#buttonNav li {
    background: #fff url(../upload/img/layout/button-orange.gif) no-repeat 0 0;
    line-height: 37px;
    text-align: center;
    margin-bottom: 10px;
}

#buttonNav a:link, #buttonNav a:visited, #buttonNav a:hover, #buttonNav a:active, #buttonNav a:focus {
    color: #5d5e60;
    text-decoration: none;
}


/*** Footer ***/

#footer {
    clear: both;
    float: left;
    width: 954px;
    padding: 15px 15px;
    color: #a6a7a7;
    border-top: 1px solid #a6a7a7;
    border-bottom: 1px solid #a6a7a7;
    font-size: .75em;
}

#footer p {
    float: right;
    margin: 0;
}


/*** Meta-Navigation ***/

#metaNav {
    float: left;
}

#metaNav li {
    float: left;
    margin-right: 40px;
}

#metaNav a:link, #metaNav a:visited, #metaNav a:hover, #metaNav a:active, #metaNav a:focus {
    color: #a6a7a7;
    text-decoration: none;
}

div#Inhaltlinks {
    float: left;
    width: 290px;
    min-height: 500px;  
}

div#Inhaltrechts {
    float: left;
    width: 260px;
    min-height: 500px;
}
/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:80px;
}
#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}
* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:120px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}
#contactFormSubmit #contactFormSubmitRight {
    float:left;
    width:120px;
}

#contactFormSubmit #contactFormSubmitLeft input, 
#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#FF7A00;
    padding:0;
    /* background-image:url(../images/link_pfeil.gif); */
    border: 1px solid;
    /*background-repeat:no-repeat;
    background-position:right 4px;*/
    font-size:10px;
    width:auto;
    height:auto;
    float:left;
    margin:0;
}
#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}
* html #contactForm table td.pt {
    padding-top:0;
}