/* ---------------------------------------------------------- *\
+--------------------------------------------------------------+
| @Project:           Praxisgemeinschaft                       |
                      Dr. med. Pape-G�res                      |
                      Dr. med. Mysliwietz                      |
| @ProjektURL:                                                 |
|                                                              |
| @Author:            Alexander Modlinski                      |
| @AuthorE-Mail:      modlinski@serviceconnect.de              |
| @AuthorURL:         http://www.serviceconnect.de/            |
|                                                              |
| @Copyright:         ServiceConnect                           |
| @Version:           1.0.0                                    |
| @latest update:     14/10/2011                               |
+--------------------------------------------------------------+
\* ---------------------------------------------------------- */

/* ----------------------------------------------------------- *\
|* contents -------------------------------------------------- *|
|* ----------------------------------------------------------- *|
|* -------- reset -------------------------------------------- *|
|* -------- clearfix ----------------------------------------- *|
|* -------- columns ------------------------------------------ *|
|* -------- logo --------------------------------------------- *|
\* ----------------------------------------------------------- */

/* ----------------------------------------------------------- *\
|* reset ----------------------------------------------------- *|
\* ----------------------------------------------------------- */
*,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
small,
section,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  height: auto;
  outline: 0 none;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  width: auto;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus,
:active {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----------------------------------------------------------- *\
|* clearfix -------------------------------------------------- *|
\* ----------------------------------------------------------- */
.clearfix {
  clear: both;
  height: 0;
  line-height: 0;
  width: 100%;
}

/* ----------------------------------------------------------- *\
|* miscellaneous --------------------------------------------- *|
\* ----------------------------------------------------------- */
body {
  background: url("../img/background.png") repeat-x scroll center top #ffffff;
  font: normal 12px/22px Arial, VerdAna;
  color: #005a6e;
}
#wrapper {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1000px;
}
#content {
  padding: 280px 0 0;
  width: 100%;
}
.br28 {
  height: 28px;
}
.br50 {
  height: 50px;
}
dt {
  display: block;
  float: left;
  width: 85px;
}
#datenschutzerklaerung #content h1,
#datenschutzerklaerung #content h2,
#datenschutzerklaerung #content h3,
#datenschutzerklaerung #content h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}
#datenschutzerklaerung #content p {
  margin-bottom: 1em;
}
#datenschutzerklaerung #content a {
  color: #005a6e;
  text-decoration: none;
}
.center {
  margin: 20px auto 60px;
}

.center p {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.underline {
  text-decoration: underline;
}
.content--list {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  align-items: center;
}
.content--list.disc {
  list-style-type: disc;
}
.content--list li {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
/* ----------------------------------------------------------- *\
|* columns --------------------------------------------------- *|
\* ----------------------------------------------------------- */
.column-left {
  float: left;
  padding: 0 0 0 120px;
  width: 230px;
}
#doctors {
  float: right;
  padding: 0 90px 0 0;
}
.column-middle {
  float: left;
  padding: 0 30px 0 0;
  width: 230px;
}
.column-right {
  float: right;
  width: 230px;
}

/* ----------------------------------------------------------- *\
|* logo ------------------------------------------------------ *|
\* ----------------------------------------------------------- */
#logo {
  height: 259px;
  left: 50%;
  margin: 0 0 0 -210px;
  position: absolute;
  top: 0;
  width: 420px;
}
#logo a {
  background: url("../img/logo-2024.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 259px;
  text-indent: -9999px;
  width: 420px;
}

/* ----------------------------------------------------------- *\
|* footer ---------------------------------------------------- *|
\* ----------------------------------------------------------- */
#footer {
  border-top: 1px solid #005a6e;
  margin-top: 40px;
  margin-bottom: 20px;
}
.footer--menu li {
  display: inline;
  margin-right: 15px;
}
.footer--menu a {
  color: #005a6e;
  text-decoration: none;
}
