@font-face {
    font-family: 'oxygenregular';
    src: url('oxygen-webfont.eot');
    src: url('oxygen-webfont.eot?#iefix') format('embedded-opentype'),
         url('oxygen-webfont.woff2') format('woff2'),
         url('oxygen-webfont.woff') format('woff'),
         url('oxygen-webfont.ttf') format('truetype'),
         url('oxygen-webfont.svg#oxygenregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	min-width: 1300px;
	margin: 0;
	padding: 0;
	background-color: #f7f2dd;
	font-family: 'oxygenregular';
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

.generalpadding {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
}

.padding {
	width: auto;
	height: 10px;
	margin: 0;
	padding: 0;
}

.biggerpadding {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 0;
}

.paddingwhite {
	float: left;
	width: 250px;
	height: inherit;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	-webkit-box-shadow: 5px 0px 2px 0px rgba(50, 50, 50, 0.19);
	-moz-box-shadow:    5px 0px 2px 0px rgba(50, 50, 50, 0.19);
	box-shadow:         5px 0px 2px 0px rgba(50, 50, 50, 0.19);
}

#headercontainer {
	width: 1300px;
	height: 130px;
	margin: 0;
	padding: 0;
	background-color: #82d0ee;
	color: #fff;
}

#header {
	width: 1300px;
	height: inherit;
	margin: 0;
	padding: 0;
}

#headertitle {
	width: 500px;
	height: inherit;
	margin: 0;
	padding: 0;
	float: left;
}

#headercontact {
	width: 200px;
	height: inherit;
	margin: 0;
	padding: 0;
	float: right;
}

.colorline {
	width: 1300px;
	height: 20px;
	margin: 0;
	padding: 0;
	background-color: #94e7ed;
}

#contentcontainer {
	width: 1300px;
	min-height: 700px;
	margin: 0;
	padding: 0;
}
	
#menu {
	float: left;
	width: 250px;
	min-height: inherit;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #726c6c;
	-webkit-box-shadow: 5px 0px 2px 0px rgba(50, 50, 50, 0.19);
	-moz-box-shadow:    5px 0px 2px 0px rgba(50, 50, 50, 0.19);
	box-shadow:         5px 0px 2px 0px rgba(50, 50, 50, 0.19);
}

#content {
	float: left;
	width: 999px;
	height: 660px;
	background-color: #fff;
	color: #726c6c;
	margin: 20px;
	padding: 0;
}

#textcontent {
	width: 800px;
	height: inherit;
	margin: auto;
	padding: 0;
}

#footer {
	width: 1300px;
	height: 100px;
	margin: 0;
	padding: 0;
	background-color: #82d0ee;
}

#copyright {
	width: 1300px;
	height: 25px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #82d0ee;
}

#copyrightmenu {
	width: 300px;
	height: inherit;
	margin: auto;
	padding: 0;
}

.containerbox {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #fff;
	text-align: center;
}
	

.underbox {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #333;
	position: absolute;
}

.boxblue {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #82d0ee;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
}

.boxgreen {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #94e7ed;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
}

.boxdarkgreen {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #62d3b5;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
}

.boxphoto {
	float: left;
	width: 333px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
}
	
.boxdarkgreen:hover {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.boxgreen:hover {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.boxblue:hover {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}




/* STYLES */

h1 {
	font-size: 250%;
	font-weight: normal;
	margin: 0;
	padding: 0px 15px;
	color: #FFF;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	margin: 0;
	padding: 0 15px;
	color: #FFF;
}

h3 {
	font-size: 200%;
	font-weight: normal;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
}

p {
	margin: 0px 15px;
	padding: 0;
}

hr {
	width: 80%;
	margin: auto;
 	border: 0; 
	height: 1px; 
	background: #333; 
 	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
 	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); 
 	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); 
 	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

#menu h1 {
	font-size: 110%;
	padding: 10px 0px;
	text-align: center;
	text-decoration: underline;
	font-style: normal;
	color: #726c6c;
}

.containerbox h1 {
	font-size: 200%;
	padding: 70px 0px;
	text-align: center;
	font-style: normal;
	color: #fff;
}

.containerbox h2 {
	font-size: 150%;
	padding: 10px;
	text-align: center;
	font-style: normal;
	color: #fff;
}






/* MENUS */

#header a:link {
	color: #fff;
    text-decoration: none;
}

#header a:visited {
	color: #fff;
    text-decoration: none;
}

#header a:hover {
	color: #fff;
    text-decoration: none;
}

#header a:active {
	color: #fff;
    text-decoration: none;
}

.mainmenuitem {
	margin: 0px 20px;
	padding: 0;
}

.mainmenuitem a:link {
	color: #726c6c;
    text-decoration: none;
}

.mainmenuitem a:visited {
	color: #726c6c;
    text-decoration: none;
}

.mainmenuitem a:hover {
	color: #726c6c;
    text-decoration: none;
	font-style: italic;
}

.mainmenuitem a:active {
	color: #726c6c;
    text-decoration: none;
	font-style: italic;
}

#content a:link {
	color: #726c6c;
    text-decoration: underline;
}

#content a:visited {
	color: #726c6c;
    text-decoration: none;
}

#content a:hover {
	color: #726c6c;
    text-decoration: underline;
	font-style: italic;
}

#content a:active {
	color: #726c6c;
    text-decoration: none;
	font-style: italic;
}

.copyrightitem {
	margin: auto;
	padding: 0px 10px;
	text-align: center;
	float: left;
	font-size: 70%;
}

.copyrightitem a:link {
	color: #fff;
    text-decoration: none;
	text-align: center;
}

.copyrightitem a:visited {
	color: #fff;
    text-decoration: none;
}

.copyrightitem a:hover {
	color: #fff;
    text-decoration: none;
	font-style: italic;
}

.copyrightitem a:active {
	color: #fff;
    text-decoration: none;
	font-style: italic;
}