html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	color: #666;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  overflow-y: scroll;
  background-color: #ffffff;
  font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	color: #666666;
	background-color: #CFE1FF;
}
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #004B95;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	-moz-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
}
h1 {
  margin-bottom: 0.75em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}
h2 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}
h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
h6 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
p,
ol,
ul,
dl,
address {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
	color: #666;
}
p {
	hyphens: none;
	text-align: justify;
	line-height: 1.5em;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	-moz-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	font-size: 16px;
}
ul, ol {
  margin: 1.5em;
  padding: 0 0 0 1.5em;
}
ul li, ol li {
	line-height: 1.5em;
	padding-bottom: 0.6em;
	font-size: 16px;
}
dl, dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: normal;
}
blockquote {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin: 1.5em;
  line-height: 1.5em;
  font-style: italic;
  color: #808080;
}
blockquote:before, q:before {
  display: inline-block;
  position: absolute;
  content: '“';
  font-size: 42px;
  font-size: 4.2rem;
  color: #bfbfbf;
  margin-top: 0.25em;
  margin-left: -0.6666666666666666em;
}
blockquote:after, q:after {
  content: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b, strong {
	font-weight: bold;
	font-size: 16px;
}
hr {
	display: block;
	padding: 0;
	height: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbfbf;
	border-bottom-color: #ffffff;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
em {
  font-style: italic;
}
a {
  color: #00aaee;
}
a:visited {
  color: #0086bb;
}
a:hover {
  color: #0086bb;
}
a:focus {
  outline: thin dotted;
  color: #0086bb;
}
a:hover, a:active {
  outline: 0;
}
figure {
  margin-bottom: 1.5em;
}
figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}
figcaption {
  display: block;
  font-weight: normal;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}

caption {
  background-color: transparent;
}

form {
  margin: 0;
  padding: 1.5em;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
fieldset {
  margin-bottom: 0.75em;
  padding: 0;
  border-width: 0;
}
legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}
label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding: 0 !important;
}
label.left, label.right {
  float: none;
}
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
  padding: 6px;
}
input[type="text"], input[type="password"], textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  color: #808080;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: solid 1px #0088dd;
  border-left: solid 1px #0088dd;
  border-right: solid 1px #0088dd;
  border-bottom: solid 1px #0088dd;
  background: #00aaee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0099ee), color-stop(1, #00bbff));
  background: -moz-linear-gradient(center bottom, #0099ee 0%, #00bbff 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #ffffff;
  font-weight: bold;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #00aaee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0077dd), color-stop(1, #00bbff));
  background: -moz-linear-gradient(center bottom, #0077dd 0%, #00bbff 100%);
}
/* .button class for link buttons */
.button {
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: solid 1px #0088dd;
  border-left: solid 1px #0088dd;
  border-right: solid 1px #0088dd;
  border-bottom: solid 1px #0088dd;
  background: #00aaee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0099ee), color-stop(1, #00bbff));
  background: -moz-linear-gradient(center bottom, #0099ee 0%, #00bbff 100%);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
  padding: 10px;
}
.button:hover {
  color: #ffffff;
  background: #00aaee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0077dd), color-stop(1, #00bbff));
  background: -moz-linear-gradient(center bottom, #0077dd 0%, #00bbff 100%);
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

#header {
	background-color: #FFFFFF;
	padding: 30px 0 20px;
}
#inner-header {
  position: relative;
  width: 90%;
  height: 70px;
  max-width: 940px;
  margin: 0 auto;
  background-image:url(logo-erasmus.png);
  background-repeat:no-repeat;
}
#inner-header:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	top: -35px;
	background-color: #0055A5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
#inner-header h1 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0.15em;
	-webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	-moz-text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	text-shadow: 0 0 0 rgba(255, 255, 255, 0);
	text-align: center;
	color: #808080;
}
#inner-header h1 a {
  color: #000000;
  text-decoration: none;
}
#inner-header p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
  margin: 0;
}

#content {
  width: 90%;
  max-width: 940px;
  margin: 1.5em auto 3em auto;
}
/* Headings */
/* Images */
.post-content img {
  width: 100% !important;
  max-width: 252px;
  height: auto;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
}

/* Footer */
#footer {
	padding-top: 1em;
	background-color: #FFFFFF;
}
#inner-footer {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
#inner-footer p {
  -webkit-text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  -moz-text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}


html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #55ceff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-webkit-selection {
  background: #e6e6e6;
  color: #fafafa;
  text-shadow: none;
}
::-moz-selection {
  background: #00aaee;
  color: #ee4400;
  text-shadow: none;
}
::selection {
  background: #00aaee;
  color: #ee4400;
  text-shadow: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}
.presse {
	background-image: url(presse_bg.gif);
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 14px;
	}
.foot {
	font-size: 12px;
	color: #999;			
		}
.picbox {
	background-color: #004B95;
	padding: 5px;
	text-align: center;	
	}
	.handy {
	visibility: hidden;
		}
		.nohandy {
	visibility: visible;
		}
.news{
	padding-left: 50px;
			}
.news p {
	text-align: left;
	}			
.nav {
	background-color: #0055A5;
	color: #CFE0FF;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.innernav {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:18px;
	font-size: 1.8rem;
				}
.innernav a {
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-decoration: none;
					}					
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  body {
	color: #2A9FFF;
	background-image: none;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre, blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a, a:visited {
    color: #000000 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  #search-wrapper {
    display: none;
  }
  #header {
    background-image: none;
  }
  #inner-header:before {
    display: none;
  }
  #navigation {
    display: none;
  }
  #BlogContent {
    margin-right: 0;
  }
  #footer {
	background-image: none;
	background-color: #FFFFFF;
  }
  #Sidebar {
    display: none;
  }
  .ir a:after {
    content: "";
  }
}
@media only screen and (min-width: 480px) {
  /* Images */
  .post-content img, .captionImage {
    width: 100% !important;
    max-width: 432px;
  }
}
@media only screen and (min-width: 600px) {
  #inner-header {
	background-image: url(logo_erasmus.png);
	background-repeat: no-repeat;
  }
  #inner-header h1 {
	font-size: 30px;
	font-size: 3rem;
	text-indent: 180px;
  }
  #inner-header p {
    font-size: 16px;
    font-size: 1.6rem;
	text-indent: 180px;
  }
  #navigation {
    position: relative;
    width: 90%;
    margin: 1.5em auto 0;
  }
  #navigation ul.level-one {
    height: 40px;
  }
  #navigation ul.level-two {
    height: 80px;
  }
  #navigation ul.level-three {
    height: 120px;
  }
  #navigation ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation ul li {
    float: left;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    border-bottom: none;
  }
  #navigation ul li:first-child {
    border-top: none;
  }
  #navigation ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #808080;
    text-decoration: none;
    margin-right: 22px;
    padding: 0;
  }
  #navigation ul li a:hover {
    color: #000000;
  }
  #navigation ul li a.current {
    color: #00aaee;
    font-weight: bold;
  }
  #navigation ul li a.parent {
    background: url(../img/icon-arrow-menu-parent.gif) no-repeat right center;
    padding-right: 15px;
  }
  #navigation ul li a.parent:hover {
    background: url(../img/icon-arrow-menu-parent-hover.gif) no-repeat right center;
  }
  #navigation ul li ul {
    position: absolute;
    left: 0;
    background: url(../img/bg-sub-nav-top.gif) repeat-x left top;
  }
  #navigation ul li ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #navigation ul li ul li:first-child {
    border-top: none;
    background-image: none;
    padding-top: 0;
  }
  #navigation ul li ul li:last-child {
    background-image: none;
    padding-bottom: 0;
  }
  #navigation ul li ul li ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #navigation ul li ul li ul li:last-child {
    border-bottom: none;
  }
  #navigation ul li ul li a {
    padding-left: 0;
  }
  #navigation ul li ul li ul li a {
    padding-left: 0;
  }
  .handy {
	visibility: visible;
		}
.nohandy {
	visibility: hidden;
			}
img.left {
	float: left;
	padding-right: 5px;	
	}
img.right {
	float: right;
	padding-left: 5px;	
	}
}

/* #Base 1-2-3 Grid*/
    .container, .innernav {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
    .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .container .three.columns { width: 300px; }
	.container .three2.columns { width: 620px; }
    .container .two.columns { width: 460px; }
    .container .one.columns { width: 940px; }

/* #Tablet (Portrait) - Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container, .innernav { width: 768px; }
        .container .columns { margin-left: 10px; margin-right: 10px;  }
        .container .three.columns { width: 236px; }
		.container .three2.columns { width: 492px; }
        .container .two.columns { width: 364px; }
        .container .one.columns { width: 748px; }
    }
/*  #Mobile (Portrait) - Design for a width of 320px */
    @media only screen and (max-width: 767px) {
        .container, .innernav { width: 300px; }
        .container .columns { margin: 0; }
        .container .three.columns,
		.container .three2.columns,
        .container .two.columns,
        .container .one.columns  { width: 300px; }
    }

/* #Mobile (Landscape) - Design for a width of 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container, .innernav { width: 420px; }
        .container .columns { margin: 0; }
        .container .three.columns,
		.container .three2.columns,
        .container .two.columns,
        .container .one.columns { width: 420px; }
    }

/* #Clearing - You can use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }
