* {
        margin: 0;
        padding: 0;
}

html,
body {
        background: #DDD;
        height: 100%;
        margin-bottom: 1px; /* Scrollbalken FF */
        color: #002F67;
        font-size:100.1%;
}

img {
        border: 0;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
        cursor: pointer;
}

.skiplinks {
        position: absolute;
        left: -1000px;
        top: -1000px;
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline;
}

.orange {
        color: #EB6B0A;
}

#center {
        width: 968px;
        min-height: 100%;
        margin: 0 auto;
        background: #FFF url(../images/bg_body.gif) top center repeat-y;
        font: 0.82em Arial,sans-serif;
}

#header,
#wrap,
#footer {
        clear: both;
        width: 940px;
        margin: 0 14px;
}

#header {
        background: #FFF url(../images/bg_header.gif) top left repeat-x;
        border-top: 10px solid #FFF;
}

/*** Header: Logo *********************************************************************************/

#header #top {
        height: 90px;
        background: transparent url(../images/bg_top.jpg) top right no-repeat;
}

#header #logo {
        float: left;
        width: 180px;
        height: 57px;
        margin: 18px 420px 15px 20px;
}

/*** Header: Top-Navigation ***********************************************************************/

#header ul#topNav {
        float: right;
        width: 300px;
        padding: 7px 0 5px 0;
        background: #03437C url(../images/bg_topNav.gif) top left repeat-x;
        border-bottom: 1px solid #FECB09;
}

#header ul#topNav li {
        float: left;
        list-style: none;
        width: 90px;
        height: 1.4em;
        border-left: 1px solid #80A1BD;
        text-align: center;
}

#header ul#topNav li.first {
        border-left: none;
}

#header ul#topNav li.last {
        width: 118px;
}

/* Typo: Header Top-Navigation */

#header ul#topNav li a {
        display: block;
        font: normal 1.0em/1.37em Arial,sans-serif;
        color: #FFF;
        text-decoration: none;
}

#header ul#topNav li a:hover,
#header ul#topNav li a.active,
#header ul#topNav li a.active:hover {
        background: #03437C url(../images/bg_topNav.gif) 0px -44px repeat-x;
}

/*** Header: Navigation ***************************************************************************/

#header ul#mainNav {
        display: inline; /* IE6 */
        float: left;
        width: 600px;
        height: 47px;
        margin: 0 0 11px 19px;
        padding: 0 0 0 2px;
        background: transparent url(../images/bg_mainNav.gif) bottom left no-repeat;
}

#header ul#mainNav li {
        float: left;
        list-style: none;
        background: transparent url(../images/bg_mainNav.gif) bottom right no-repeat;
}

#header ul#mainNav li a {
        display: block;
        margin: 0 6px 0 4px;
        padding: 20px 14px 17px 14px;
        text-align: center;
}

#fr #header ul#mainNav li a {
        padding: 20px 6px 17px 6px;
}

/* Typo: Header Navigation */

#header ul#mainNav li a {
        font: normal 1.0em/10px Arial,sans-serif;
        color: #FFF;
        text-decoration: none;
}

#header ul#mainNav li a:hover {
        color: #FFF;
        background: transparent url(../images/bg_mainNav.gif) 0px -47px repeat-x;
}

#header ul#mainNav li a.active,
#header ul#mainNav li a.active:hover {
        color: #00224D;
        background: transparent url(../images/bg_mainNav.gif) 0px 0px repeat-x;
}

/*** Header: Sprachauswahl ************************************************************************/

#header #language {
        float: right;
        height: 24px;
        margin: 13px 10px 0 0;
}
* html #header #language {
        width: 270px; /* IE6 */
}

#header #language p {
        float: left;
        height: 12px;
        padding: 4px 8px 4px 0;
        /*background: transparent url(../images/bg_mainNav.gif) 0px -110px no-repeat;*/
}

#header #language ul {
        float: left;
        width: 115px;
        background: #23B9FA;
        border: 1px solid #80D9FF;
        border-bottom: none;
        position: relative;
        z-index: 10;
}
* html #header #language ul {
        position: absolute; /* IE6 */
}

#header #language ul li {
        list-style: none;
        background: #01A6EB;
        border-bottom: 1px solid #80D9FF;
}

#header #language ul li#active {
        display: block;
        list-style: none;
        background: #23B9FA url(../images/bg_ul_language.gif) 97px 6px no-repeat;
}

#header #language ul li a {
        display: block;
        padding: 3px 10px 4px 10px;
}

/* Typo: Header Navigation */

#header #language p {
        font: normal 1.0em/1.2em Arial,sans-serif;
        color: #FFF;
}

#header #language ul li a {
        font: normal 1.0em/1.2em Arial,sans-serif;
        color: #FFF;
        text-decoration: none;
}

#header #language ul li a:hover {
        color: #FFF;
        font-weight: bold;
}

#header #language ul li a:focus {
        outline: none;
}

#header #language ul li#active a,
#header #language ul li#active a:hover {
        font-weight: normal;
}

/*** Header: Image-Bereich **************************************/

#header #image {
        clear: both;
        width: 940px;
        height: 156px;
        margin: 0 0 35px 0;
        background: transparent url(../images/bg_header_image.jpg) 378px 0px no-repeat;
}

#header #image img {
        float: right;
        border-left: 10px solid #FFF;
}

#header #image h1 {
        float: left;
        width: 660px;
        height: 56px;
        margin: 12px 0 0 20px;
        font: normal 1.3em/1.20em Arial,sans-serif;
}

#header #image h1 .small {
        font: normal 0.8em/1.20em Arial,sans-serif;
}

#header #image h1 .big {
        font: normal 1.17em/1.20em Arial,sans-serif;
}

#header #image h1 #second_row {
        padding-left: 15px;
}

#header #image ul {
        float: left;
        list-style: none;
        margin: 2px 0 0 20px;
}

#header #image ul li {
        margin: 4px 0 0 0;
        padding: 0 0 0 15px;
        font: normal 1.0em/1.2em Arial,sans-serif;
        background: transparent url(../images/bg_square_blue.gif) 0px 4px no-repeat;
}

#header #image ul li.second { background: transparent url(../images/bg_square_yellow.gif) 0px 5px no-repeat; }
#header #image ul li.third  { background: transparent url(../images/bg_square_grey.gif) 0px 5px no-repeat; }

/*** Unter-Navigation *****************************************************************************/

#uNav {
        float: right;
        width: 230px;
        margin: 1.9em 0 30px 0;
        padding: 1px 0 3px 0;
        border-top: 1px solid #FECB09;
        border-bottom: 1px solid #80D9FF;
        list-style: none;
}

#uNav li a  {
        display: block;
        width: 158px;
        padding: 9px 25px 8px 45px;
        background: transparent url(../images/bg_uNav.gif) -192px 14px no-repeat;
        border: 1px solid #E3F1FA;
        border-top: none;
}

#uNav li a:hover {
        width: 159px;
        padding: 9px 10px 8px 45px;
        background: transparent url(../images/bg_uNav.gif) 30px 14px no-repeat;
        border-right: 15px solid #E3F1FA;
}

#uNav li a.active,
#uNav li a.active:hover {
        width: 159px;
        padding: 9px 10px 8px 45px;
        background: transparent url(../images/bg_uNav.gif) 30px 14px no-repeat;
        border-left: 1px solid #FFF;
        border-right: 15px solid #FBC100;
        border-bottom: 1px solid #FBC100;
}

#uNav li.first a  {
        width: 173px;
        padding: 9px 25px 8px 30px;
        background: transparent url(../images/bg_uNav.gif) -207px 14px no-repeat;
}

#uNav li.first a:hover {
        width: 174px;
        padding: 9px 10px 8px 30px;
        background: transparent url(../images/bg_uNav.gif) 15px 14px no-repeat;
}

#uNav li.first a.active,
#uNav li.first a.active:hover {
        width: 174px;
        padding: 9px 10px 8px 30px;
        background: transparent url(../images/bg_uNav.gif) 15px 14px no-repeat;
}

#uNav li.level2 a  {
        width: 143px;
        padding: 9px 25px 8px 60px;
        background: transparent url(../images/bg_uNav.gif) -177px 14px no-repeat;
}

#uNav li.level2 a:hover {
        width: 144px;
        padding: 9px 10px 8px 60px;
        background: transparent url(../images/bg_uNav.gif) 45px 14px no-repeat;
}

#uNav li.level2 a.active,
#uNav li.level2 a.active:hover {
        width: 144px;
        padding: 9px 10px 8px 60px;
        background: transparent url(../images/bg_uNav.gif) 45px 14px no-repeat;
}

/* Typo: Unter-Navigation */

#uNav li a {
        font: normal 1.0em/1.45em Arial,sans-serif;
        color: #002F67;
        text-decoration: none;
}

/* Banner-Link */

a#banner {
        margin: 0 0 0 60px;
}

/*** Content: Inhaltsbereich **********************************************************************/
/*** Raster mit 14 Einheiten ***********/
/*** Contentbereich hat 11 Einheiten ***/
/*** 1 Einheit = 62px + 7px margin *****/

#content {
        float: left;
        display: inline; /* IE6 */
        width: 690px;
        margin: 0 0 0 20px;
        padding: 0 0 35px 0;
}

#content img.left {
        float: left;
        padding: 17px 20px 13px 0;
}

#content img.right {
        float: right;
        padding: 15px 90px 15px 15px;
}

#content ul {
        list-style-type: square;
        margin: 0;
        padding: 12px 90px 0 0;
}

#content li {
        margin: 0 25px;
        padding: 2px 0 0 0;
}

#content ul.links,
#content ul.links ul {
        list-style: none;
        margin: 0;
}

#content ul.links li {
        margin: 0;
}

#content .sitemap {
        list-style: none;
        margin: 0 10px;
        padding: 8px 90px 0 0;
}

#content .sitemap ul {
        list-style: none;
        margin: 0 10px;
        padding: 0;
}

#content .sitemap li {
        padding: 6px 0 0 0;
}

#content table {
        margin: 16px 90px 2px 0;
        border-left: 5px solid #E6E6E6;
}

#content table th {
        text-align: left;
        vertical-align: top;
        padding: 0 0 0 10px;
}

#content table td {
        padding: 0 0 0 15px;
}

#content input,
#content select,
#content textarea {
        width: 300px;
        padding: 3px;
        border: 1px solid #BBB;
}

#content input:focus,
#content select:focus,
#content textarea:focus {
        background: #FDF8F0;
}

#content input#submit {
        width: 200px;
        background: #FFF url(../images/bg_link_uNav.gif) -190px 55% no-repeat;
}

#content input#submit:hover {
        background: #FDF8F0 url(../images/bg_link_uNav.gif) 10px 55% no-repeat;
}

/* Typo: Content */

h2 {
        font: normal 1.5em/1.2em Arial,sans-serif;
        padding: 0 90px 0.05em 15px;
        background: transparent url(../images/bg_square_blue.gif) 0 11px no-repeat;
        border-bottom: 1px solid #FECB09;
}

h2#shop {
        margin: 0 0 20px 0;
        padding: 0 0 5px 35px;
        background: transparent url(../images/bg_square_blue.gif) 20px 11px no-repeat;
}

h3 {
        font: normal 1.2em Arial,sans-serif;
        padding: 10px 90px 6px 0;
}

h4 {
        clear: left;
        font: bold 1.0em/1.52em Arial,sans-serif;
        padding: 21px 90px 0 0;
}

#content p {
        line-height: 1.52em;
        padding: 14px 90px 0 0;
}

#content li {
        line-height: 1.52em;
}

#content table th,
#content table td {
        font-weight: normal;
        line-height: 1.52em;
}

#content a {
        color: #002F67;
        text-decoration: underline;
        display: inline-block; /* IE (bei Zeilenumbruch)*/
        margin: 0 0 0 5px;
        padding: 0 0 0 14px;
        background: transparent url(../images/bg_link.gif) 0 50% no-repeat;
}

#content a:hover {
        text-decoration: none;
}

#content p#sprachtestNav a {
        margin: 0 15px 10px 0;
        padding: 5px 10px 5px 24px;
        background: transparent url(../images/bg_uNav.gif) -212px 50% no-repeat;
        border: 1px solid #E3F1FA;
        text-decoration: none;
}

#content p#sprachtestNav a:hover,
#content p#sprachtestNav a.active {
        background: transparent url(../images/bg_link.gif) 10px 50% no-repeat;
        border: 1px solid #FBC100;
}

#content input,
#content select,
#content textarea {
        color: #002F67;
        font: normal 1.0em Arial,sans-serif;
}

#content input#submit {
        font: normal 1.1em Arial,sans-serif;
}

#content .fehler {
        color: #F00;
        font-weight: bold;
}

/*** Footer ***************************************************************************************/

#footer {
        clear: both;
        margin: 0 14px;
        padding: 5px 0 0 0;
        border-top: 1px solid #00A6EB;
        border-bottom: 20px solid #FFF;
}

#footer p {
        margin: 0 20px;
        padding: 3px 0;
        font: normal 0.9em/1.2em Arial,sans-serif;

}

 #footer p.small {
        padding: 8px 0 0 0;
        font: normal 0.70em Arial,sans-serif;
        color: #777782;
}




#footer p span {
        padding: 0 6px;
}

#footer span#facebook {
        display: block;
        margin: 0 20px;
        padding: 8px 0 0 0;
}

#footer a {
        color: #002F67;
        text-decoration: underline;
        padding: 0 0 0 14px;
        background: transparent url(../images/bg_link_footer.gif) 0 50% no-repeat;
}

#footer a:hover {
        text-decoration: none;
}
