body { background-color: #ffa00b; }

div.PageContainer { 
  background-color: white; 
  border-radius: 10px; 
  -moz-border-radius: 10px; 
}

div.NavigatorContainer { padding: 0 20px 50px 30px; }

ul.DropMenu a { 
  font-family: arial, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  text-decoration: underline;
  text-transform: uppercase;
  color: black;
  margin-right: 10px;
  padding-right: 10px;
}

ul.DropMenu ul a { 
  text-decoration: none; 
  text-transform: none;
}

div.ContentContainer a { color: #ff7100; font-weight: bold; }

div.dinStudioLink a { color: #ff7100; font-weight: bold; }

div.CopyrightText a { color: #ff7100; font-weight: bold; }

div.ContentContainer h1 { color: #000000; }
div.ContentContainer h2 { color: #000000; }
div.ContentContainer h3 { color: #000000; }
div.ContentContainer h4 { color: #000000; }
div.ContentContainer h5 { color: #000000; }
div.ContentContainer h6 { color: #000000; }

.ResponsiveDesign .TextLayout2 .LeftColumn {
  width: 490px;
}
.ResponsiveDesign .TextLayout2 .RightColumn {
  width: 260px;
}

@media only screen and (max-width: 767px) 
{

body.ResponsiveDesign {
  padding-top: 45px;
}

.ResponsiveDesign .MobileMenuContainer {
  background: #231f20 url('files/bg-top-bar.png') repeat-x;
  padding-bottom: 0;
  height: 40px;
}
.ResponsiveDesign .MobileMenuContainer .show-menu {
  background: url('/resources/functions/images/menu-button.gif') no-repeat 5px 6px;
  color: white;
}

.ResponsiveDesign .ParagraphContainer iframe {
  max-width: 100%;
}

.ResponsiveDesign table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
}

.ResponsiveDesign .HeaderField table td img, 
.ResponsiveDesign .ParagraphContainer table td img {
  max-width: initial !important;
}

.ResponsiveDesign .HeaderField,
.ResponsiveDesign .FooterContainer {
  padding: 10px 5px;
  background: none;
}

.ResponsiveDesign .PageContainer { 
  background-color: white; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  margin: 5px;
}

.ResponsiveDesign .TextLayout2 .LeftColumn {
  width: auto;
}
.ResponsiveDesign .TextLayout2 .RightColumn {
  width: auto;
}

}