/* reset */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }

/* own css */

body {
    background-color: #e6e6e6;
    text-align: center;
    font-family: Tahoma;
}

a {
border: 0px none;
text-decoration: none;
outline: none;
}

a img {
border: 0px none;
}

a:visited {
border: 0px none;
text-decoration: none;
outline: none;
}

a:hover {
cursor: pointer;
}

#wrapper_in {
    width: 1280px;
    height: 900px;
    background-color: #ffffff;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    -moz-box-shadow: 4px 4px 8px #333333;
    -webkit-box-shadow: 4px 4px 8px #333333;
    box-shadow: 4px 4px 8px #333333;
}

/* head css */

#head_in {
    width: 1240px;
    height: 100px;
    margin-left: 20px;   
}

#left_in {
    width: 500px;
    height: 100px;
    background-color: #2c3352;
    background-image: url(http://www.carmen-fischer.de/cf_picture/slogan_top_left.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 90px;
    float: left;
}

#right_in {
    width: 740px;
    height: 100px;
    position: relative;
    float: left;
}

#right_in h1 {
    color: #416c85;
    text-align: right;
    text-shadow: 1px 1px 1px #000;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    margin-right: 12px;
    padding-top: 45px;
}

/* section, article & navigation css */

#section_in {
    width: 1240px;
    height: 740px;
    background-image: url(http://www.carmen-fischer.de/cf_picture/paper_bg.jpg);
    overflow: auto;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 90px;
    margin-left: 20px;
    clear: left;
}

#article_in {
    width: 800px;
    height: 190px;
    margin-left: 220px;
    margin-top: 70px;
}

#article_in p {
    font-size: 16px;
    color: #c0bbc2;
    text-align: justify;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

#navigation_in {
    width: 1080px;
    height: 50px;
    margin-left: 160px;
}

#navigation_in p {
    color: #2c3352;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    padding-top: 130px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 80px;
}

#navigation_in a {
    color: #416c85;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

/* footer css */

#footer_in {
    width: 1240px;
    height: 40px;
    background-color: #ffffff;
    margin-left: 20px;
    position: relative;
}

#footer_in p {
    color: #416c85;
    text-align: right;
    font-size: 10px;
    padding-top: 20px;
    margin-right: 5px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 30px;
}

#footer_in a {
    color: #416c85;
}