blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

html, body, button, input, select, textarea {
    font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 15px;
    color: #333333;
}
body{
background: #f4f6fb;
}

body a{
    cursor: pointer;
    text-decoration: none;
color:#333333;

}
body a:hover{
color:#E99115;}
body #header > div > h1 > a:hover{color:#FFFFFF}

body > div.ge{
    width: 100%;
}
body > div.ge > div{
    /*background-color: aquamarine;*/
    width: 1200px;
    margin: 0 auto;
}

div.head{
    background: #004ea2 url("https://www.faustdick-podcast.com/img/head_bg.png") no-repeat center;
    height: 160px;
}
div.head > div > a{
    float: left;
    margin-top: 38px;
}
div.head > div > a > img{
    float: left;
}
div.head > div > a > h1{
    float: left;
    font-size: 22px;
    border-left: 2px solid #ffffff;
    line-height: 325%;
    margin-left: 16px;
    padding-left: 16px;
    color: #FFFFFF;
    font-weight: 600;
}

div.nav{
    background: #0164CF;
    height: 50px;
    color: #FFFFFF;
    font-size: 16px;
}

@charset "utf-8";
/* CSS Document */
#content { height: 51px; background:url("https://www.faustdick-podcast.com/images/navbg.gif") repeat-x;}
#nav { width:1200px; margin:0 auto;}

#content #nav ul { list-style: none; }
#content #nav ul li { float: left; width: 133px;letter-spacing: 4px; line-height: 51px; position: relative; text-align:center; font-size:18px; font-family:"宋体"; font-weight:bold;background:url("https://www.faustdick-podcast.com/images/fenge.gif") right center no-repeat; }
#content #nav ul li.tops:hover
{
	background:url("https://www.faustdick-podcast.com/images/nav-hover2.png") no-repeat; background-size:100% 100%;
}

#nav div { width:133px; position: absolute; left: 0px; padding-bottom: 0px; float: left; height: 0; overflow: hidden; background:url("https://www.faustdick-podcast.com/images/bb.png") left bottom no-repeat; font-size:16px; font-family:"宋体"; font-weight:normal;}
#nav li.last div{ width:133px; position: absolute; padding-bottom: 0px; float: left; height: 0; overflow: hidden;background:url("https://www.faustdick-podcast.com/images/bb.png") left bottom no-repeat; font-size:16px; font-family:"宋体"; font-weight:normal;}
#content #nav li a { text-decoration: none; color: #FFFFFF;  display: block; }
#nav div a { z-index:1; text-decoration: none; color: #FFFFFF;display: block; line-height: 34px; height:33px;  background:url("https://www.faustdick-podcast.com/images/nav-bottom2.png") no-repeat; position:relative;background-size: 100% }
#nav div a:hover { background:url("https://www.faustdick-podcast.com/images/nav-bottom-hover.png") no-repeat; background-size:100% 100%;}
#content #nav ul li.last 
{
	background:none;
}

#content #nav li div{background-size: 100%}


div.footer{
    background: #004EA2;
    border-top: #E99115 solid 6px;
    height: 50px;
}

div.footer > div > p{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 15px;
}
div.footer > div > p:last-child{
    float: right;
}