@import url(reset.css);
@font-face {
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
}
body {
    background: #fbf4e1 url(../img/logo-normal.jpg) no-repeat center 40px;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
}
a {
    color: #666666;
    text-decoration: none;
}
p {
    margin-bottom: 10px;
}
h1 {
    font-size: 30px;
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
    margin: 0px 0px 15px 0px;
    line-height: 30px;
}
h2 {
    font-size: 24px;
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
    margin: 10px 0px;
    line-height: 28px;
}
h3 {
    font-size: 20px;
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
    margin: 10px 0px;
    line-height: 24px;
}

br.clear {
  clear:both;
  font-size:0px;
  height:0px;
  line-height:0px;
  visibility:hidden;
  margin:0px;
  padding:0px;
  width:0px;
}

.boldText {
    font-weight: bold;
}

.underlineText {
    text-decoration: underline;
}

/*container*/
#totalPage {
    margin: 0px auto;
    width: 800px;
}
#header {
    height: 400px;
    position: relative;
}
#ph_privat {
    position: absolute;
    left: 0px;
    top: 120px;
    height: 70px;
    width: 150px;
}
#ph_praxis {
    position: absolute;
    right: 0px;
    top: 120px;
    height: 70px;
    width: 150px;
}
#logo a {
    position: absolute;
    left: 150px;
    top: 250px;
    height: 150px;
    width: 490px;
}
#mainNavi {
    display: block;
    font-family: PoiretOne-Regular;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}
#breadcrump {
    font-size: 10px;
    margin: 10px 0px;
}
#footer {
    color: #666666;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}

#links {
    margin: 20px 0px;
}

#links img {
    vertical-align: middle;
    margin-right: 50px;
}

.startpage{
    margin-top: 20px;
}

/*menu*/
nav ul {
    -webkit-font-smoothing:antialiased;
    text-shadow: 0 1px 0 #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
nav a {
    display: block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav a:hover {
    color: #DE312B;
}

nav li ul {
    background: #ffffff;
    border: 1px solid #000000;
    float: left;
    font-size: 18px;
    left: -50px;
    padding: 10px 0px;
    opacity: 0;
    position: absolute;
    top: 25px;
    visibility: hidden;
    z-index: 1;
    width: 250px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

nav li:hover ul {
    opacity: 1;
    top: 25px;
    visibility: visible;
}

nav li ul li {
    float: none;
    padding: 5px 0px;
    width: 100%;
}

.cf:after, .cf:before {
    content:"";
    display:table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}

/*common*/
.poiretFont {
    color: #DE312B;
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
    font-size: 40px;
    font-weight: bold;
}
.poiretFont a {
    color: #DE312B;
}
#content a {
    border-bottom: 1px dashed #666666;
    color: #666666;
}

#content li {
    list-style-type: disc;
    padding-left: 10px;
    margin-left: 30px;
}

#content li li {
    margin-left: 50px;
}

.praxis {
    padding-bottom: 20px;
}

.width50 {
    float: left;
    width: 50%;
}

.poiretFont {
    color: #DE312B;
    font-family: PoiretOne-Regular;
    src: url(../fonts/PoiretOne-Regular.ttf);
    font-size: 40px;
    font-weight: bold;
}
.poiretFont a {
    color: #DE312B;
}
#content a {
    border-bottom: 1px dashed #666666;
    color: #666666;
}

/*jobs*/
.jobs input, .jobs textarea {
    color: #666666;
    padding: 5px 10px;
}

.jobs label {
    color: #999999;
    padding-left: 5px;
}
