div {
    box-sizing: border-box;
}

html, body {
	background-image: url("/assets/blur03.jpg");
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #777777;
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
}

p {
	margin-left: 12px;
	margin-right: 12px;
}

h1, h2, h3, h4 {
	margin-left: 12px;
	margin-right: 12px;
}

#wrapper{
	width: 1000px;
    max-width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#header {
	background-color: #ffffff;
	background-image: url("/assets/header3.jpg");
	background-position: right;
	background-repeat: no-repeat;
	border: solid 5px #B9BF17;
	border-top-left-radius:2em;
	border-top-right-radius:2em;
	width: 100%;
	height: 240px;
}

#menu {
	width: 100%;
    height: 26px;
}

.menulist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.menulist > li {
	float: left;
	position: relative;
}

li > ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}

li:hover > ul {
	display: block;
}


#menu > ul > li > ul > li > a {
	padding: 10px 4px;
}

.linkbtn:link, .linkbtn:visited {
    background-color: #B9BF17; 
    color: #FFFFFF;
    font-weight: bold;	
	
	text-align: center;	
    text-decoration: none;
    text-transform: uppercase;	

    padding: 4px;

  	display: block;
      width: 242px;
}

.linkbtn:hover, .linkbtn:active, a:active {
    background-color: #D0D95C;
}

a {
	color: #B9BF17;
	text-decoration: none;
}

a:hover {
	color: #D0D95C;
}
	
#main {
	background-color: rgba(255,255,255,0.4);
	color: #334200;	
	width: 100%;
}

#footer {
	background-color: rgba(255,255,255,0.4);
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	
	border-top: solid 5px #B9BF17;
	
	border-bottom-right-radius:2em;
	border-bottom-left-radius:2em;
	
	width: 100%;
	height: 70px;
}

#footerbox {
	width: 100%;
	height: 40px;

	padding-top: 5px;
	
	text-align: center;
}

table {	
	width: 430px;
	height: 480px;
}

table tr td {
	border-bottom: 2px dotted #334200;
	
}

table tr th {
	border-bottom: 2px solid #B9BF17;
	height: 30px;
}

#editarea {
	background-color: white;
}

.MsoNormal {
	margin-top: 12px;
	margin-bottom: 12px;

}

@media only screen and (max-width: 1000px) {
    #header {
        background-image: url("/assets/header3_cut.jpg");
        background-repeat: space;
        background-color: inherit;
        background-position: left;
    }
    #menu {
        height: 180px;
    }
    .menulist {
        width: 100%;
    }
    .menulist > li {
        width: 100%;
    }
    .linkbtn:link, .linkbtn:visited {
        width: 100%;
    }
    li > ul, li:hover > ul {
        display: contents;
    }
	.linkbtn:link, .linkbtn:visited {
		padding: 4px 0px;
	}
	#menu > ul > li > ul > li > a {
		padding: 10px 0px;
	}
	#footer {
		background-color: #B9BF17;
		border-bottom-left-radius: 0px;
    	border-bottom-right-radius: 0px;
	}
}
@media only screen and (max-width: 580px) {
	html, body {
		background-image: url("/assets/blur03m.jpg");
		background-repeat: round;
	}
}
@media only screen and (max-width: 556px) {
    #header {
        background-image: url("/assets/header3_cut.jpg");
        background-repeat: round;
        background-color: none;
    }
	#main {
		padding-top: 10px;
	}
}