@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	background: url(../images/backgr.png);
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
    position: relative;
    margin: auto;
	width: 1010px;
	background: url(../images/bg_filler.png) repeat-y;
}

    #appstorebutton {
       background: url(../images/button_appstore.png) no-repeat;
       width: 291px;
       height: 119px;
       position: absolute;
       top: 572px;
       right: 40px;
       margin-bottom: 30px;
    }

    #appstorebutton a, a:visited {
     background-position: 0 0 0 0;
    }

    #appstorebutton a:hover {
     background-position: 0 -119px;
    }

        #appstorebtn {
          display: block;
          width: 291px;
          height: 119px;
          background: url(../images/button_appstore.png);
          overflow: hidden;
        }


    #container .tourquiztxt {
      margin-left: 42px;
      width: 900px;
      font-size: 1.1em;
    }

#top_title {
  width: 1010px;
  height: 100px;
  background: url(../images/top_title.png)
}

#top_banner {
  width: 1010px;
  height: 362px;
  background: url(../images/top_banner.jpg);
}

#top_banner_bottom {
  position: relative;
  width: 1010px;
  height: 106px;
  background: url(../images/top_banner_bottom.png);
}

    #top_banner_bottom .titel {
      width: 517px;
      height: 40px;
      position: absolute;
      top: 48px;
      left: 115px;
    }

    #top_banner_bottom h1 {
        font-family; impact, Arial;
        font-size: 1.4em;
        margin: 8px;
    }

 #backstrip {
    width: 1010px;
    height: 60px;
    background: url(../images/back_strip.png) no-repeat;
    margin-top: 30px;
    margin-bottom: 30px;
 }

 #footer_strip {
   width: 1010px;
   height: 7px;
   background: url(../images/footer_divider.png) no-repeat;
   padding-bottom: 10px;
 }

 #footer {
   width: 1010px;
 }

    #footer p {
      font-size: .9em;
    }

    #footer ul li {
      font-size: .9em;
    }

    #itemwrapper {
      width: 970px;
      margin-left: 43px;
      background: red;
    }

        #vragen{
          float: left;
          width: 259px;
        }

            #vragen p { width: 240px;}
            #vragen p img { float: right;}

        #categorien{
          float: left;
          width: 236px;
        }
            #categorien p {width: 200px;}
            #categorien p img {margin-left: 20px;}
            #categorien li {margin-left: -20px;}


        #badges{
          float: left;
          width: 221px;
        }
            #badges p {width: 200px;}
            #badges li {margin-left: -20px;}
            #badges p img { float: right; margin-top: 30px;}

        #facebook{
          float: left;
          width: 241px;
        }

            #facebook p { width: 200px;}
            #facebook .right { float: right;}

 #footer_close {
   height: 49px;
   width: 1010px;
   background: url(../images/botton.jpg);
 }

 #bottom_links {
   position: relative;
   width: 1010px;
   height: 200px;
   margin: auto;
 }


       #link_in10 {
	width: 66px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 31px;
       }

            #link_in10 a, a:visited {
              display: block;
              width: 100%;
              height: 100%;
              background: url(../images/bottom_link_in10.png);
              background-position: 0 0 0 0;
            }

            #link_in10 a:hover {
              background-position: 0 -42px;
            }

       #link_nw {
        width: 88px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 100px;
       }

            #link_nw a, a:visited {
              display: block;
              width: 100%;
              height: 100%;
              background: url(../images/bottom_link_nw.png);
              background-position: 0 0 0 0;
            }

            #link_nw a:hover {
              background-position: 0 -42px;
            }

        #link_cd {
        width: 37px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 10px;
        left: 195px;
       }

            #link_cd a, a:visited {
              display: block;
              width: 100%;
              height: 100%;
              background: url(../images/bottom_link_codingdutch.png);
              background-position: 0 0 0 0;
            }

            #link_cd a:hover {
              background-position: 0 -42px;
            }


        #link_facebook { width: 53px; height: 46px; overflow: hidden; position: absolute; top: 10px; left: 771px; }
            #link_facebook a, a:visited { display: block; width: 100%; height: 100%; background: url(../images/bottom_link_facebook.png); background-position: 0 -49px; }
            #link_facebook a:hover { background-position: 0 -3px; }

        #link_twitter { width: 53px; height: 46px; overflow: hidden; position: absolute; top: 10px; left: 848px; }
            #link_twitter a, a:visited { display: block; width: 100%; height: 100%; background: url(../images/bottom_link_twitter.png); background-position: 0 -49px; }
            #link_twitter a:hover { background-position: 0 -3px; }

        #link_mail { width: 53px; height: 46px; overflow: hidden; position: absolute; top: 10px; left: 929px; }
            #link_mail a, a:visited { display: block; width: 100%; height: 100%; background: url(../images/bottom_link_mail.png); background-position: 0 -49px; }
            #link_mail a:hover { background-position: 0 -3px; }

