@import url(reset.css);

body {
	background-color: #dde9ff;
	color: #555555;
	font-family: 'Gill Sans', 'Gill Sans MT', Verdana, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #fff;
}

#container {
	width:700px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	background-color: #e5e7f0;
}

#content {
	clear: both;
	background-color: #e5e7f0;
	width: 700px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

#menu{
	float: left;
	width: auto;
	padding: 0;
	margin: 0 0 0 5px;

			/*
	background-color: #5365a0;
	*/
	
	font-family: 'Gill Sans', 'Gill Sans MT', Helvetica, Arial, sans-serif;
	font-size: small;
	list-style-type: none;
}

#menu li {
	display: inline;
	float:left;
	margin: 0 1px 0 0;
	padding: 0;

	color: #fff;
	background: #5262a0 url(/media/corner_left.gif) no-repeat bottom left;
}

#menu a {
	float: left;
	width: auto;
	padding: 0 10px;
	margin:0;

	text-align: center;
	line-height: 1.8;
	
	color: #fff;
	background: url(/media/corner_right.gif) no-repeat bottom right;
}

#menu #menu_help {
	margin: 0;
	border: none;
}

#menu a:hover {
	/*
	background-color: #b5c0e6;
	*/
	color: #ffad4c;
	text-decoration: none;
}

#languages {
	float: right;
	width: auto;
	background-color: #e5e7f0;
	padding: 0;
	margin: 0 5px 0 0;
}

#breadcrumbs{
	clear:both;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	background-color: #e5e7f0;
	
	font-size: small;
}

#footer {
	clear: both;
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #fff;
	margin-bottom: 0;
	
	background-color: #5262a0;
	color: #fff;
}

#footer h1 {
	margin: 5px 0px 5px 0px;
	font-size: x-large;
	color: #fff;
}

#footer p {
	line-height:1.2em;
	font-size: small;
	color: #c3d0f6;
}

p {
	margin: 1.4em 15px;
}

a img {
	border: 0px;
}

h1, h2, h3, h4 {
	padding-left: 15px;
	margin-top: 0.8em;
	margin-bottom: 0.8em;

	font-weight: normal;
	line-height: 1.2em;

	color: #3471df;
}

h1 {
	margin-top: 0.1em;
	font-size: 240%;
}

h2 {
	font-size: 160%;
	color: #3471df;
	margin: 15px 0px 15px 0px;
}

h3 {
	font-size: large;
}

h4 {
	font-weight: bold;
	color: #555555;
}

ul {
	margin-left: 15px;
	padding-left: 15px;
	list-style-type: square;
}

ol {
	padding-left: 20px;
	margin-left: 15px;
}

th {
	font-weight: bold;
	font-size: larger;
}
/* INLINE TEXT STUFF */

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-size: larger;
}

cite {
	font-style: italic;
}

span.title {
	font-style: italic;
	font-weight: bolder;
}

a:link {
	color: #3471df;
	text-decoration: none;
}
a:visited {
	color: #5262a0;
	text-decoration: none;
}
a:hover {
	color: #3471df;
	text-decoration: underline;
}
a:hover:visited {
	color: #5262a0;
}

hr {
	margin: 15px 15px;
}

.warning_box {
	padding: 5px 10px;
	border: 1px dashed;
	margin: 0;
	
	background-color: #ff99cc;
}


/* FORM STUFF */

input.text {
	border-color: #FFFFFF;
	border-style: none;
	font-weight: bold;
}

label {
	font-weight: bold;
}

/*
.button {
  border-top: #0000ee;
  border-right: 1px solid #00008b;
  border-bottom: 1px solid #00008b;
  border-left: #0000ee;

  font-size: larger;

  background: #C8D8FF;
  cursor: pointer;
}
  */



/* Honor roll stuff (incl. home page teaser) */

.honor_roll_name{
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold;
 font-size: smaller;
 color: #5262A0;
}

.honor_roll_course{
 font-family: Verdana, Helvetica, sans-serif;
 font-size: smaller;
 color: #3471df;
}

.honor_roll_name_teaser{
display:block;
margin-left:15px;
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: bold;
 font-size: x-small;
 color: #6474ad;
}

.honor_roll_nationality_teaser {
display:inline;
	font-weight: normal;
}

.honor_roll_course_teaser{
display: inline;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: x-small;
 color: #AEB7D9;
}


