@charset "UTF-8";

/*--------------------------Generell-----------------------------*/
* :not(li, ul) { padding:0px; margin:0px; }

body {
    background-color: #FFFFFF;
    font-size: 12px;
    font-family: Arial,Helvetica,Sans-Serif;
}
:focus {outline: 0 none;}
.clear { clear: both; }
img { border: 0 }
a { font-weight: normal; text-decoration: underline; }
a:hover { font-weight: normal; text-decoration: none; }
#page {
	width: 960px;
    margin: 50px auto;
	padding: 0px;
	background-color: transparent;
}

h1, h2, h3 { font-weight: normal; }

li {
  margin-bottom: 10px;
  font-size: 14px;
}


/*--------------------------Generell-Ende------------------------*/

div#page div#frame {
    background-color: #DBE4E1;
    height: 500px;
   /* position: relative;*/
}
div#page div#corner {
/*     position: relative;
    top: 0px;
    left: 0px; */
    float: left;
    width: 180px;
    height: 602px;
    border-right: 2px solid #fff;
    background: transparent;

    /*background: url(corner_tl.png) no-repeat center #DBE4E1;
    width: 200px;
    height: 200px; */
}
div#page div#frame div#container {
    float: left;
    margin-left: 250px;
    margin-top: 140px;
    width: 240px;
    height: auto;
    background: transparent;
}
div#container h3{
  padding-top: 150px;
}
div#page div#frame div#info {
    float: left;
}
div#page div#frame div#impressum {
    position: relative;
    left: 140px;
    top: 40px;
    width: 566px;
    overflow: show;
    height: 460px;
    background: transparent;
    overflow: auto;
}
div#page div#frame div#container div#info h1,
div#page div#frame div#container div#info h2 {
    width: inherited;
    padding: 0 0 12px 0;
    color: #000;
    font-size: 23px;

}
div#page div#frame div#logo {
    margin-top: -95px;
    margin-right: 10px;
    float: right;
}

div#page div#frame div#impressum p {
    padding-bottom: 13px;
    font-size: 14px;
}
div#page div#frame div#container h3 {
    font-size: 18px;
}
div#page div#frame h1#date {
    margin-top: 100px;
    width: 500px;
}
div#page div#bottom {
    height: 100px;
    width: 960px;
    background-color: #DBE4E1;
    margin-top: 2px;
    padding: 0 0;
}
div#page div#bottom h2#addr {
    position: relative;
    left: 270px;
    font-size: 18px;
    bottom: 8px;
}
div#page div#bottom h2#addr .maillink {
    position: relative;
    top: 0;
    left: 5px;
    font-size: 18px;
}

div#page div#bottom a {
    position: relative;
    top: 35px;
    left: -165px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}
div#page div#frame div#datenschutz {
    position: relative;
    left: 140px;
    top: 40px;
    width: 566px;
    overflow: show;
    height: 460px;
    background: transparent;
    overflow: auto;
}
div#page div#frame div#datenschutz p {
    padding-bottom: 13px;
    font-size: 14px;
    padding-right: 15px;
}
div#page div#frame div#datenschutz li {
  padding-right: 15px;
}
.no-list-style{
  list-style-type: none;
}
