*{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
	height: 100%;	
}


body{
	background: #F2F2F2;
	color: #808080;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
}

#menu_right{
	position: fixed;
	right: 30px;
	z-index: 999;
	bottom: 10%;
	margin-top: 0;
}

#menu_right ul{
	list-style-type: none;
}

#menu_right ul li{
	padding: 5px 0; 
	position: relative;
}

#menu_right ul li a{
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
}

#menu_right ul li a.link01{
	background: #F2F2F2;
}
#menu_right ul li a.link02{
	background: #EFCF48;
}
#menu_right ul li a.link03{
	background: #CC3333;
}
#menu_right ul li a.link04{
	background: #5C85AF;
}
#menu_right ul li a.link05{
	background: #FFFFFF;
}
#menu_right ul li a.link06{
	background: #999999;
}
#menu_right ul li a.link07{
	background: #D35758;
}
#menu_right ul li a.link08{
	background: #FFCC00;
}


#menu_right ul li span{
	display: block;
	position: absolute;
	opacity: 0;
	left: -140px;
	top: -5px;
	font-size: 12px;
	width: 110px;
	height: 20px;
	line-height: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	text-transform: uppercase;
	text-align: center;
	border: #E5E5E5 2px solid;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#menu_right ul li:hover span{
	display: block;
	opacity: .9;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#menu_right ul li span:after{
	content: '';
	position: absolute;
	bottom: 50%;
	margin-bottom: -10px;
	left: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #E5E5E5;
	border-top: 10px solid transparent;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#header{
	width: 100%;
	position: relative;
}

#header a.logo{
	display: block;
	float: left;
	width: 130px;
	height: 55px;
	background: url(img/logo.png) no-repeat center;
	background-size: 130px;
	margin-top: 20px;
	margin-left: 20px;
}

#header form select{
	display: none;
}

#header .menu{
	position: absolute;
	width: 1040px;
	left: 50%;
	top: 31px;
	margin-left: -520px;

}

#header .menu ul{
	list-style-type: none;
}

#header .menu ul li{
	float: left;
	width: 123px;
	margin: 3px;
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0 3px 0 #E6E6E6;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

#header .menu ul li a{
	line-height: 30px;
	font-size: 11px;
	text-transform: uppercase;
	color: #808080;
	text-decoration: none;
	padding: 15px;
}

#header .menu ul li:hover{
	background: #F9F9F9;
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}


.page{
	min-height: 100%;
	position: relative;
}

a.arrow1, a.arrow2, a.arrow3, a.arrow4, a.arrow5{
	display: block;
	margin: 30px auto 30px auto;
	width: 60px;
	height: 27px;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	
}
a.arrow1{
	background: url(img/arrow_white.png) center no-repeat;
	background-size: 55px;
}

a.arrow2{
	background: url(img/arrow_grey.png) center no-repeat;
	background-size: 55px;
}

a.arrow3{
	margin-top: 250px;
	background: url(img/arrow_top.png) center no-repeat;
	background-size: 55px;
}

a.arrow4{
	background: url(img/arrow_darkgrey.png) center no-repeat;
	background-size: 55px;
}

a.arrow5{
	background: url(img/arrow_darkgrey_back.png) center no-repeat;
	width: 30px;
	height: 68px;
	background-size: 30px;
	padding-bottom: 30px;
}

a.arrow1:hover, a.arrow2:hover, a.arrow3:hover, a.arrow4:hover, a.arrow5:hover
{
	opacity: .45; 
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}




.clear{
	clear: both;
	position: relative;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/*
COMMON PROPS
*/
#page01 p.text,
#page02 p.text,
#page03 p.text,
#page04 p.text,
#page05 p.text,
#page06 p.text,
#page07 p.text,
#page08 p.text,
#page08 p.text a{
	text-indent: 20px;
	text-align: justify;
	width: 60%;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 18px;
}

p.title{
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 30px;
}

#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09{
	padding: 20px 10px;
}



/*
PAGE 01
*/
#page01{
	background: #F2F2F2;
}

#page01 .ribbon{
	margin: 30px 0 20px 0;
	width: 100%;
	background: #F16A63;
	text-align: center;
}

#page01 h1{
	font-weight: normal;
}

#page01 h1 span.firstline, 
#page01 h1 span.secondline{
	text-transform: uppercase;
}

#page01 h1 span.firstline{
	line-height: 50px;
	padding: 0 10% 0 10%;
	font-size: 32px;
	color: #B74F4F;
	border-bottom: #FFFFFF 2px dotted;
}

#page01 h1 span.secondline{
	padding: 0 10px 0 10px;
	font-size: 36px;
	color: #FFFFFF;
}

#page01 h1 span.thirdline{
	font-size: 32px;
	color: #B74F4F;
}

#page01 h1 span.thirdline a{
	text-decoration: none;
	color: #B74F4F;
}

#page01 h1 span.thirdline a:hover{
	text-decoration: underline;
}


#page01 .ribbon-h1-ending{
	width: 250px;
	height: 13px;
	margin-bottom: 10px;
}


#page01 p.text a{
	color: #808080;
	text-decoration: underline;
}

#page01 p.text a:hover{
	text-decoration: none;
}
/*
PAGE 02
*/
#page02{
	background: #EFCF48;
}

#page02 p.title, #page02 p{
	color: #444444;
}

#page02 p.title{
	text-align: center;
}

/*
PAGE 03
*/
#page03{
	background: #cc3333;
}

#page03 p, #page03 p.title{
	color: #FFF7E1;
}

#page03 p.title{
	text-align: center;
}

#page03 p.title{
	text-align: center;
}

#page03 table{
	width: 60%;
	max-width: 960px;
	margin: 0 auto;
	font-size: 18px;
	color: #FFF7E1;
}

#page03 table td{
	vertical-align: top;
	padding-bottom: 30px;
}

#page03 table td.first{
	width: 60px;
}


/*
	PAGE 04
*/
#page04{
	background: #5C85AF;
}

#page04 p.text, 
#page04 p.title,
#page04 ul.profs,
#page04 ul.profs li a
{
	color: #E5F1F9;
}

#page04 p.title{
	text-align: center;
}

#page04 ul.profs{
	width: 60%;
	max-width: 960px;
	margin: 0 auto;
	list-style-type: none;
	text-indent: 20px;
	font-size: 18px;
}

#page04 ul.profs li a{
	text-decoration: underline;
	font-weight: bold;
}

#page04 ul.profs li a:hover{
	text-decoration: none;
}

#page04 ul.profs li:after{
	display: inline-block;
	content: "small arrow";
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/small_arrow.png) no-repeat right;
	background-size: 12px;
    width: 12px;
    height: 12px;
}


/*
profs subpages
*/

div.prof{
	position: relative;
	width: 60%;
	max-width: 960px;
	margin: 0 auto;
	padding: 5px;
}

div.prof div.image{
	width: 29%;
	max-width: 220px;
	float: left; 
	padding: 1%;
	background: #FFFFFF;
}

div.prof div.image img{
	width: 100%;
}

div.prof p.title{
	text-align: center;
}

div.prof div.proftextwrap{
	float: left;
	width: 65%;
	margin-left: 10px;
}

div.prof div.proftextwrap p.proftext{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

div.prof p.proftext_long{
	text-indent: 20px;
	text-align: justify;
	width: 100%;
	margin: 30px 0;
	font-size: 18px;
}

div.prof a{
	color: #808080;
	text-decoration: underline;
}

div.prof a:hover{
	text-decoration: none;
}


/*
PAGE 05
*/

#page05{
	background: #FFFFFF;
}

#page05 p.title, #page05 p.text{
	color: #444444;
}

#page05 p.title{
	text-align: center;
}


/*
PAGE 06
*/

#page06{
	background: #999999;
}

#page06 p.title, #page06 p.text, #page06 ul{
	color: #FFFFFF;
}

#page06 p.title{
	text-align: center;
}

#page06 ul{
	width: 56%;
	max-width: 940px;
	margin: -10px auto 10px auto;
	padding-left: 70px;
	font-size: 18px; 
}

#page06 form{
	width: 60%;
	max-width: 960px;
	margin: 30px auto 0 auto;
	border-top: 2px dotted #FFFFFF;
	padding-top: 20px;
}


#page06 label{
	font-size: 22px;
}

#page06 input{
	width: 98%;
	display: block;
	height: 35px;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 1px;
	background: #FFFFFF;
	outline: none;
	margin-bottom: 30px;
	color: #444444;
}

#page06 input[type=submit]{
	cursor: pointer;
	width: 250px;
}

#page06 input:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}


/*
PAGE 07
*/

#page07{
	background: #D35758;
}

#page07 p.title, #page07 p.text, #page07 p.text a{
	color: #FFF7E1;
}

#page07 p.text a:hover{
	text-decoration: none;
}

#page07 p.title{
	text-align: center;
}


/*
PAGE 08
*/

#page08{
	background: #FFCC00;
}

#page08 p.title, #page08 p.text, #page08 p.text a{
	color: #444444;
}

#page08 p.title{
	text-align: center;
}

#page08 p.text a:hover{
	text-decoration: none;
}

#page08 img{
	display: block;
	padding-top: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}


@media screen and (max-width: 1380px) {

#header .menu{
	left: 185px;
	margin-left: 0;
}
}

@media screen and (max-width: 1260px) {

#header .menu{
	display: none;

}

#header form select{
	display: block;
	width: 30%;
	height: 25px;
	float: left;
	margin: 37px 0 0 50px;
	outline: none;
	background: #FFFFFF url(img/arrow_grey_small.png) no-repeat 98%;
	background-size: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px;
}
}


@media screen and (max-width: 480px) {

#menu_right{
	display: none;
}
#page01 p.text,
#page02 p.text,
#page03 p.text,
#page04 p.text,
#page05 p.text,
#page06 p.text,
#page07 p.text,
#page08 p.text,
#page08 p.text a{
	text-indent: 20px;
	text-align: justify;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 16px;
}

#page04 ul.profs{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	font-size: 16px;
}

}
