/* 
 * Style sheet for modlab gecco tools
 */

/* body tag */
body {
  padding-top: 20px;
}

/* main title */
h1 {
	text-align: center;
}

/* global wrapper including all HTML */
#globalwrapper {
	text-align: center; /* workaround for IE 5 */
}

/* the header */
#header {
	margin: 0 auto;
	padding-bottom: 50px; /* margin-bottom doesn't work with Opera */
}

/* the content */
#content {
	clear: both;
	width: 45em;
	text-align: left;
	margin: 0 auto;
}

/* no border for images */
img {
	border: 0;
}

/* title of the page, e.g. Home */
.pagetitle {
	font-weight: bold;
}

/* images of the navigation */
#navigation img {
	margin: 0px auto;
	text-algin: center;
}

/* navigation list */
#navigation {
  margin: 0px auto;
  width: 31em; /* Width of the navigation bar, important for centering. */
               /* Use 37em for 6 menu items and 31em for 5 menu items.  */
  padding: 0;
}

/* menu entries of the navigation */
#navigation li {
  display: inline; /* display entries side by side in a line */
  list-style-type: none ; /* remove bullet points */
  padding: 0 10px 0 15px;
  float: left;
  text-align: center;
}

/* main headline */
#content h1 {
	margin-bottom: 30px;
}

/* produces a vertical space (line breaks) */
.breakL {
	margin-bottom: 50px;
}

/* produces a vertical space (line breaks) */
.breakXL {
	margin-bottom: 80px;
}

/* crearing hack for floats */
.clearer {
	clear: both;
}

/* forms */
form {
	display: inline;
}

/* center */
#center {
	text-align: center;
}
