@font-face { font-family: MyriadPro; src: url(MYRIADPRO-REGULAR.OTF); }
* {
   margin: 0;
   padding: 0;
   /* ect styles */
}
body {
    background: url("images/background.jpg") fixed;
    margin: 0px;
    padding: 0px;
    font-family: arial, verdana, sans-serif;
}

#page{
    width: 1024px;
    margin: 0px auto;
}

#header{
    width: 1024px;
    height: 401px;
    background: url("images/header.png") no-repeat;
}

#menue{
    width: 810px;
    height: 50px;
    margin: 0px auto;
    position: relative;
    top: 340px;
    /*font-family: MyriadPro;*/
    font-size: 22px;
    text-transform: uppercase;
}

#menue ul{
    margin: 0px;
}

#menue li{
	padding-right:20px;
	padding-left:20px;
    text-align: center;
    padding-top: 13px;
    height: 33px;
    list-style: none;
    float: left;
}

#menue li a{
    color: #ffffff;
    text-decoration: none;
}

#menue li:hover{
    background: url("images/arrow.jpg") no-repeat #828282 50% 40px;
}

#menue li.sub:hover > ul.sub{
    display: block;
}

#menue li.sub:after > ul.sub{
    display: none;
}

#menue li ul{
    margin: 0px;
    padding: 0px;
}

#menue li ul.sub{
    display: none;
    margin-top: 7px;
	width: 163px;
    background: #000000;
    z-index: 100;
}
#menue li.sub:hover{
    padding-left:0px;
	padding-right:0px;
}
#menue li ul.sub a{
    position:relative;
    background: #000000;
	width: 183px;
    padding: 10px 0px 10px 10px;    
    border-bottom: 1px solid #c2bd93; 
    float: left;
    text-align: left;
    -webkit-box-shadow: 2px 2px 7px #666;
    -moz-box-shadow: 2px 2px 7px #666;
    box-shadow: 2px 2px 7px #666;
    z-index: 101;
}

#menue li ul.sub a:hover{
    color: #c2bd93;
}

#content{
    width: 1024px;
    min-height: 400px;
    background: url("images/content.png") repeat-y;
}

#text{
    width: 930px; /* 960 breit */
    margin: 0px auto;
    padding-top: 20px;
    /*font-family: MyriadPro;*/
    font-size: 13px;
}
#text a{
    color: #000;
    font-size: 14px;
    text-decoration: none;
}
#text a:hover{
    color: #847c5c;
}
     
#footer{
    width: 1024px;
}

#footer_header{
    width: 1024px;
    height: 39px;
    background: url("images/footer_header.png") no-repeat;
}

#footer_content{
    width: 966px;
    margin: 0px auto;
    color: #605e5e;
    background: #c2bd93;
}

#footer_jump{
    width: 86px;
    height: 51px;
    margin: -18px auto;
    background: url("images/footer_jump.png") no-repeat;
}