html, body
{
  background: #f5f7f7;
  font-size: 12px;
  color: #333839;
  /*  line-height: 100%;*/
}

html, body, button
{
  font-family: Arial, Helvetica, sans-serif;
}

body
{
  position: relative;
  margin:0;
}

a {
  color: #333333;
  text-decoration: none;
}
a.button {
  display: inline-block;
}
li {
  list-style: none outside none;
}

h1 {
  font-size:50px;
  color:#F27113;
  font-weight:normal;
  text-align:center;
  margin-bottom:40px;
}
button,
a.button,
#content table.default td a.button,
#content a.button,
#content li a.button,
.actions input[type="submit"]
{
  /*
    background: #ee7613;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39516), color-stop(1, #ea5d11));
    background: -moz-linear-gradient(270deg, #F39516, #ea5d11);
    -pie-background: linear-gradient(270deg, #f39516, #ea5d11);
    background: linear-gradient(270deg, #f39516, #ea5d11);
  */

  background: #ee7613 url(../images/icon-submit.png) no-repeat scroll 9px 50%;
  background: url(../images/icon-submit.png) no-repeat scroll 9px 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0, #f39516), color-stop(1, #ea5d11));
  background: url(../images/icon-submit.png) no-repeat scroll 9px 50%, -moz-linear-gradient(270deg, #f39516, #ea5d11);
  background: url(../images/icon-submit.png) no-repeat scroll 9px 50%, linear-gradient(270deg, #f39516, #ea5d11);

  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  cursor: pointer;
  padding: 5px 10px 5px 20px;

  font-weight: bold;
  font-size: 12px;
}



#page {
  width:998px;
  margin:auto;
}
#head {
  min-height: 66px;
  padding-bottom: 14px;
  position: relative;
  z-index: 100;
}

#head #search-panel > p {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 4px;
}
#head #search-panel form {
  margin:0;
}
#head > #search-panel {
  margin-top:18px;
}
#head #user-panel2
{
  position: absolute;
  top: 0px;
  right: 0;

}

#head .search,
#head #account-panel
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
  margin-left: 18px;
  width: 234px;
}


#head .search label
{
  display:block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 3px;
}

#head .search input[type="image"]
{
  vertical-align: middle;
  margin-left:-28px;
  padding-right: 11px;
}

#head .search input[type="text"]
{
  vertical-align: middle;
  border: 1px solid #CACACA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);

  padding: 7px 37px 6px 9px;
  width: 180px;
}

#head #account-panel p
{
  font-size: 10px;
  margin-bottom: 4px;
  font-weight: bold;
}

#head #account-panel p a
{
  color: #E85612;
  /*float: right;*/
  position: absolute;
  right: 0;
}

#head #account-panel
{
  padding-bottom: 30px;
  margin-bottom: 15px;
}

#head #login
{
  position: absolute;

  padding: 7px 18px;
  width: 198px;
  background: #EAEDEE;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #EEF0F1), color-stop(1, #E4E8E9));
  background: -moz-linear-gradient(270deg, #EEF0F1, #E4E8E9);
  background: linear-gradient(270deg, #EEF0F1, #E4E8E9);

  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#account-panel.user,
div#login:hover
{
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  -pie-box-shadow: 0 1px 2px #666;
}
#head #login > a
{

  padding-left: 22px;
  background: url(../images/icon-submit-emphasized.png) 0px 50% no-repeat;

  font-size: 13px;

}

#login form
{

  margin: 5px 0 11px 0;


  display: none;
}

#login:hover form
{

  display: block;
}

#login form a.pwd-recover
{
  font-size: 11px;
  float: right;

}

#login form div.data-entry
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 159px;
  vertical-align: bottom;
  margin-right: 12px;
}

#login form div.row
{
  padding-top: 13px;
}

#login form label
{
  display: block;
  padding-bottom: 3px;
}

#login form input[type="text"],
#login form input[type="password"]
{

  width:153px;
  border: 1px solid #BDC5C8;
}

#login form input[type="image"]
{
  vertical-align: bottom;
}
label:after, .data-display th:after {
  content: ":";
}

#login form label {
  display: block;
  padding-bottom: 3px;
}
#login form input[type="text"], #login form input[type="password"] {
  border: 1px solid #BDC5C8;
  width: 153px;
}
#login form input[type="image"] {
  vertical-align: bottom;
}
.data-entry .row ~ .row {
  margin-top: 4px;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.data-entry .row label, .data-entry .row input, .data-entry .row select, .data-entry .row textarea {
  margin: 0;
  vertical-align: top;
}

input[type="text"], input[type="password"], textarea {
  padding: 3px;
}

input[type="text"], input[type="password"], textarea, select {
  border-radius: 2px 2px 2px 2px;
  color: #333333;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.data-entry .row label {
  color: #000000;
}

.data-entry .row > label {
  font-weight: bold;
  margin-right: 10px;
  margin-top: 4px;
  width: 156px;
}

.data-entry .row label, .data-entry .row input, .data-entry .row select, .data-entry .row textarea {
  vertical-align: top;
}

#verteiler   {
  margin-bottom:30px;
}

#verteiler > .box {

  width:310px;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
  z-index:2;
  position:relative;
  height:550px;

}

#verteiler > .box ~ .box {
  margin-left:30px;
}

#verteiler > .box > .image {
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  height:330px;
  z-index:2;
  position:absolute;
  background: #EBEFF2;
  overflow: hidden;
}

#verteiler > .box > .image-ev {
  height: 349px;
  overflow: hidden;
}

#verteiler .box .image .imagetext {
  position: absolute;
  top: 235px;
  left: 20px;
  font-size: 13px;
  width: 270px;
}

#verteiler .box .image .imagetext .imagetext-ev {
}

#verteiler .box .image .imagetext .imagetext-mbh {
}

#verteiler >  .box > .box-links {
  background: #ee7613;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f39516), color-stop(1, #ea5d11));
  background: -moz-linear-gradient(270deg, #f39516, #ea5d11);
  background: linear-gradient(270deg, #f39516, #ea5d11);
  border-radius: 8px 8px 8px 8px;
  height:255px;
  width: 100%;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
  margin-top:-20px;
  z-index:1;
  position:absolute;
  bottom:0;

}
#verteiler > .box-links ~ .box-links {
  margin-left:30px;
}
#verteiler >  .box > .box-links > ul {
  margin-top:28px;
  padding:22px;
}

#verteiler >  .box > .box-links > ul li {
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
  width: 100%;
}

#verteiler >  .box > .box-links > ul li + li {
  margin-top:11px;
}

#verteiler > .box > .box-links > ul {
  margin-top: 20px;
}

#verteiler > .box > .image {
  height: 315px;
}

#verteiler .box .image .imagetext {
  top: 234px;
}

ul li.special
{
  position: absolute;
  bottom: 77px;
  left: 22px;
}

#verteiler >  .box > .box-links > ul li a {
  color:#FFF;
  background:url(http://static.dgfp.de/themes/dgfp/images/verteilerseite/arrow-white.png) no-repeat left 2px;
  padding-left:20px;
  font-size:12px;
  display: inline-block;
}

#content {
  border-top:1px solid #D3DADD;
  margin-bottom:40px;
}
#content .one-col {
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
  width:480px;
}

#content .one-col ~ .one-col {
  margin-left:30px;
}
#content .one-col .news {
  margin-top:30px;
  background: url("../images/icon-submit-emphasized.png") no-repeat scroll 0 34px transparent;
}
#content .one-col .news span {
  color:#6D8C94;
  font-style:italic;
  padding-left:20px;
}
#content .one-col .news h2  {
  font-size:18px;
  color:#333;
  /* background:url(../images/verteilerseite/arrow-orange.png) no-repeat left center; */
  padding-left:20px;
  margin:15px 0;
}

#content .one-col .news p  {
  line-height:150%;
  color:#333;
  padding-left:20px;
}
/*************/

footer
{
  position: relative;
  border-top: 1px solid #acacac;
  padding: 36px 0 36px 0;

  background: #495a64;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #495a64), color-stop(1, #46555f));
  background: -moz-linear-gradient(270deg, #495a64 50%, #46555f 100%);
  -pie-background: linear-gradient(270deg, #495a64 50%, #46555f 100%);
  background: linear-gradient(270deg, #495a64 50%, #46555f 100%);
}

footer,
footer a
{
  color: #fff;
}

footer .page
{
  width: 998px;
  margin: 0 auto;

}

footer .page #location,
footer .page #legal,
footer .page #social,
footer .page #opinion
{
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 230px;
}

footer .page #location
{
  margin-right: 36px;
}

footer .page #legal,
footer .page #social
{
  margin-right: 9px;
}

footer .button
{
  background: #EE7914 url(../images/icon-submit.png) 9px 50% no-repeat;
  background:  url(../images/icon-submit.png) 9px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #F39316), color-stop(1, #EA6013));
  background: url(../images/icon-submit.png) 9px 50% no-repeat, -moz-linear-gradient(270deg, #F39316, #EA6013);
  background: url(../images/icon-submit.png) 9px 50% no-repeat, linear-gradient(270deg, #F39316, #EA6013);

  /*-pie-background: url(../images/icon-submit.png) 9px 50% no-repeat, linear-gradient(270deg, #F39316, #EA6013);*/

  font-size: 14px;
  padding-left: 30px;
  font-weight: bold;
}

footer .page #social
{
  /*  width: 274px;*/
}

footer .page #social li a
{
  color: #F9BA21;
}

footer .page #social li
{
  background-repeat: no-repeat;
  padding-left: 36px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 12px;
}

footer .page #social li.twitter
{
  background-image: url(../images/social/icon-twitter-big.png);
}

footer .page #social li.facebook
{
  background-image: url(../images/social/icon-facebook-big.png);
}

footer .page #social li.xing
{
  background-image: url(../images/social/icon-xing-big.png);
}

footer .page #social li.rss
{
  background-image: url(../images/social/icon-rss-big.png);
}

footer .page #social li.google
{
  background-image: url(../images/social/icon-gplus-big.png);
}

footer .page #legal
{
  /*width: 250px;*/
  font-size: 13px;
}

footer .page #legal li
{
  font-weight: bold;
  margin-bottom: 10px;
}

footer .page #location h2
{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

footer .page #location h3
{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

footer .page #location .content
{
  display: inline-block;
  *display: inline;
  zoom:1;
  vertical-align: top;
  margin-right: 15px;
}

footer .page #location ul li
{
  margin: 5px 0;
}

footer .page #location p
{
  font-size: 11px;
}

footer .page #opinion
{
  margin-top: -20px;
  background: url(../images/bg-opinion.png) 0 0 no-repeat;
}

footer .page #opinion a.button
{
  margin: 155px 30px 23px;
}

footer h3 {
  color:#AAD2EA;
  font-size:16px;
  font-weight:bold;
  margin-left:20px;
  margin-bottom:35px;
}
footer #legal li {
  background: url("../images/icon-list-item-3.png") no-repeat scroll 0 50% transparent;
  padding-left: 15px;
}


footer #location li {
  background: url("../images/icon-list-item.png") no-repeat scroll 0 3px transparent;
  padding-left: 15px;
  text-decoration: none;
}

/***************************/

div#dgfp-ev {
  width:615px;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
}
div#dgfp-mbh {
  width:354px;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
  margin-left:24px;
}

div.one-col {
  width:184px;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  zoom:1;
}
div.one-col ~ .one-col {
  margin-left:5px;
}
div#dgfp-mbh div.one-col {
  width:173px;
}
div#navigation-footer
{
  background: #526671;

  -moz-border-radius: 4px;
  border-radius: 4px;

  padding-top: 18px;
  margin-bottom: 45px;
  min-height: 430px;
  position:relative;

  padding-bottom: 20px;
}

div#navigation-footer div#footer-buttons {
  text-align: center;
  margin-bottom: 40px;
}

div#navigation-footer div#footer-buttons span {
  cursor: pointer;
}

div#navigation-footer div#footer-buttons ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 10px;
  border: 1px solid #698290;
  border-radius: 5px;
  padding: 11px 15px 9px 15px;
}
div#navigation-footer div#footer-buttons ul li a {
  font-weight: bold;
  color: #aad3ea;
}

div#navigation-footer div#footer-buttons ul li.active {
  border-color: #b9aa66;
  background-color: #596e7a;
  color: #ffffff;
}

div#navigation-footer div#footer-buttons ul li.active a {
  color: #ffffff;
}

.navigation-foot > li
{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align:left;
}

.navigation-foot > li
{
  margin: 0 18px;

}

.navigation-foot > li a
{
  display: block;
  color: #fff;
}

.navigation-foot > li > a
{
  font-size: 13px;
  font-weight: bold;
  padding-left: 2px;
}

.navigation-foot > li > ul
{
  margin-top: 15px;
  margin-bottom: 25px;
}

.navigation-foot > li > ul > li
{
  background: url(../images/icon-list-item-2.png) 0 50% no-repeat;
  font-size: 11px;
  margin: 3px 0;
  padding-left: 13px;
}

.navigation-foot > li > ul > li:hover
{
  background: url(../images/icon-list-item.png) 0 50% no-repeat;
}

footer p.imprint {
  font-size: 13px;
  font-weight: bold;
  padding-left: 2px;
  color:#FFF;
  margin-left:20px;
  position:absolute;
  bottom:20px;
}

#search-panel ul.searchresult {
  background: #EBEFF0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDF0F1 ), color-stop(1, #E4E8EA));
  background: -moz-linear-gradient(270deg, #EDF0F1 , #E4E8EA);
  -pie-background: linear-gradient(270deg, #EDF0F1 , #E4E8EA);
  background: linear-gradient(270deg, #EDF0F1 , #E4E8EA);
}

#search-panel ul.searchresult
{
  margin-top: -5px;
  position: absolute;
  top: 50px;
  left: 0;

  border: 2px solid #C1C5C8;
  min-width: 200px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

#search-panel #search-panel:focus ~ ul.searchresult,
#head #search-panel form.search:hover > ul.searchresult
{
  display: block;
}

#search-panel ul.searchresult > li ~ li
{
  border-top: 1px solid #fff;
}

#search-panel ul.searchresult > li
{
  white-space: nowrap;
  padding: 15px;
}

#search-panel ul.searchresult > li.has-results:hover
{
  background: #F5F6F8 url(../images/instant-search-decor.png) 150px 50% no-repeat;
}


#search-panel ul.searchresult > li.searching
{
  background: url(../images/instant-search-searching.gif) 150px 50% no-repeat;
}

#search-panel ul.searchresult > li > span,
#search-panel ul.searchresult > li > ul
{
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#search-panel ul.searchresult > li > span
{
  text-transform: uppercase;
  color: #A2A6A7;
  width: 150px;
  margin-right: 10px;
  white-space: normal;
}

#search-panel ul.searchresult > li > ul:empty:after
{
  content: "Keine Ergebnisse";
  min-height: 45px;
  color: #aaa;
}

#search-panel ul.searchresult > li > ul > li,
#search-panel ul.searchresult > li > a {
  background: url(../images/icon-list-item.png) 0 3px no-repeat;
  padding-left: 15px;
  text-decoration: none;
  display: inline-block;
}

#search-panel form.search > ul.searchresult > li > ul > li
{
  display: block;
}

#account-panel.user {
  background: #EBEFF0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EDF0F1 ), color-stop(1, #E4E8EA));
  background: -moz-linear-gradient(270deg, #EDF0F1 , #E4E8EA);
  -pie-background: linear-gradient(270deg, #EDF0F1 , #E4E8EA);
  background: linear-gradient(270deg, #EDF0F1 , #E4E8EA);
}

#account-panel.user
{
  border: none !important;
  width: 198px;
  padding: 14px 18px 10px !important;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);	
}

#head #account-panel {
  margin-top: 0;	
}

#head #account-panel.user {
  margin-top: -18px;
}

#account-panel.user .name
{
  font-weight: bold;
  padding-left: 10px;
}

#account-panel #logout
{
  background: url(../images/icon-list-item.png) 0 3px no-repeat;
  padding-left: 15px;
  text-decoration: none;
  display: inline-block;
}
