@import url(//cdn.website-start.de/s/css/templates/Abel.css);
/* LAYOUT SETTINGS */

.body .diyw
{
 font-family: 'Abel';
}


body
{
 margin: 0;
 padding: 0;
 background: url(backgrounds/bg1.png) repeat;
    /*bugfix DHDIY-17796*/
    background-size: auto !important;
}

.diyw #diywebWrapper {
 margin: 0;
 position: relative;
}
.diyw #diywebAllContent {
 position: relative;
 margin: 55px auto;
 width: 960px;
 background-color: #FFF;
}
.diyw #diywebNavigation {
 display: block;
 width: 940px;
 padding: 10px;
}
.diyw #diywebHeader {
 position: relative;
 overflow: hidden;
 display: block;
 width: 940px;
 margin: 0 10px 10px 10px;
}
.diyw #diywebContentWrapper {
 position: relative;
 float: left;
 width: 940px;
 margin: 0 10px 10px 10px;
}
.diyw #diywebSubNavigation {
 float: left;
 width: 200px;
 min-width: 200px;
 min-height: 1px;
 font-family: 'Abel';
 margin-bottom: 50px;
}
.diyw #diywebMainContent {
 float: left;
 width: 480px;
 font: 14px 'Abel';
 color: #686868;
 padding: 0 30px;
 margin-bottom: 50px;
}
.diyw #diywebMainContent h1 {
 font: 32px 'Abel';
 color: #00b3ff;
 font-weight: normal;
 text-transform: uppercase;
}
.diyw #diywebMainContent h2 {
 font: 18px 'Abel';
 color: #00b3ff;
 font-weight: normal;
 text-transform: uppercase;
}
.diyw #diywebMainContent a, .diyw #diywebSubContent a {
 font: 14px 'Abel';
 color: #ff9933;
 text-decoration: none;
}
.diyw #diywebSubContent {
 float: left;
 width: 200px;
 min-width: 200px;
 min-height: 1px;
 font: 14px 'Abel';
 color: #686868;
 margin-bottom: 50px;
}
.diyw #diywebSubContent h1, .diyw #diywebSubContent h2 {
 font: 18px 'Abel';
 font-weight: normal;
 background: #ffe500;
 padding: 7px 10px;
 margin-bottom: 10px;
}
.diyw #diywebFooter {
 clear: both;
 display: block;
 position: relative;
 width: 930px;
 padding: 20px 15px 30px;
 color: #929292;
 font: 12px 'Abel';
 background: url(https://www.ergotherapie-der-zukunft.de/s/img/bg_footer.png) repeat;
}
.diyw #diywebFooter a {
 color: #929292;
 text-decoration: none;
}

/* NAVIGATION SETTINGS */

.diyw #mainNav1,
.diyw #mainNav2,
.diyw #mainNav3 {
 list-style: none;
 margin: 0;
 padding: 0;
 font: 'Abel';
 white-space: normal;
 word-wrap: break-word;
}
.diyw #mainNav1 {
 background: #ff9100;
}
.diyw #mainNav1 li {
 display: inline;
}
.diyw #mainNav1 a,
.diyw #mainNav1 a:link,
.diyw #mainNav1 a:visited {
 max-width: 908px;
 position: relative;
 display: block;
 float: left;
 font: 16px 'Abel';
 color: #FFF;
 text-decoration: none;
 text-transform: uppercase;
 padding: 7px 15px;
 background: #ff9100;
 border-left: 1px solid #ff9100;
 border-right: 1px solid #ff9100;
 border-bottom: 1px solid #ff9100;
}
.diyw #mainNav1 a.parent, .diyw #mainNav1 a.parent:hover,
.diyw #mainNav1 a.current, .diyw #mainNav1 a.current:hover {
 text-decoration: underline;
 background: #00b3ff;
 border-left: 1px solid #FFF;
 border-right: 1px solid #FFF;
 border-bottom: 1px solid #FFF;
}
.diyw #mainNav1 a:hover,
.diyw #mainNav1 a:active,
.diyw #mainNav1 a:focus {
 text-decoration: underline;
}
.diyw #mainNav2 a,
.diyw #mainNav2 a:link,
.diyw #mainNav2 a:visited {
 position: relative;
 display: block;
 font: 18px 'Abel';
 color: #000;
 text-transform: uppercase;
 text-decoration: none;
 padding: 7px 20px;
}
.diyw #mainNav2 a.parent, .diyw #mainNav2 a.parent:hover,
.diyw #mainNav2 a.current, .diyw #mainNav2 a.current:hover {
 color: #FFF;
 background: #00b3ff;
}
.diyw #mainNav2 a:hover,
.diyw #mainNav2 a:active,
.diyw #mainNav2 a:focus {
 text-decoration: underline;
}
.diyw #mainNav3 {
 margin: 5px 0 15px;
}
.diyw #mainNav3 a,
.diyw #mainNav3 a:link,
.diyw #mainNav3 a:visited {
 padding: 5px 20px 5px 30px;
 text-transform: none;
 font-size: 14px;
}
.diyw #mainNav3 a.current, .diyw #mainNav3 a.current:hover {
 color: #00b3ff;
 background: none;
 text-decoration: none;
}
.diyw #mainNav3 a:hover,
.diyw #mainNav3 a:active,
.diyw #mainNav3 a:focus {
 color: #000;
 text-decoration: underline;
}

/* CLEARFIX */

.diyw #diywebAllContent:before,
.diyw #diywebAllContent:after,
.diyw #mainNav1:before,
.diyw #mainNav1:after,
.diyw #mainNav2:before,
.diyw #mainNav2:after,
.diyw #mainNav3:before,
.diyw #mainNav4:after,
.diyw .thumbElement {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.diyw #mainNav1:after, .diyw #mainNav2:after, .diyw #mainNav3:after, .diyw #diywebAllContent:after, .diyw .thumbElement  {
 clear: both;
}

.diyw #mainNav1, .diyw #mainNav2, .diyw #mainNav3, .diyw #diywebAllContent, .diyw .thumbElement {
 zoom: 1;
}
