/* Brabant - Main style document */

* {
  margin: 0;
  padding: 0; 
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #002154;
	text-align: center;
	line-height: 1.5em;
}

a {
	font-size: 1em;
	color: #7f286d;
	text-decoration: none;	
}


p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 17px;
}

img {
	border: none;
}

.intro {
	font-size: 1.3em;
}

.purple {
	color: #7b0f70;
}

.title {
	font-size: 400%;
	padding-top: 25px;
}

h1 {
	margin-bottom: 20px;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	min-width: 973px;
	position: relative;	
	text-align: left;
	
}


#header {
	width: 100%;
	margin: 0 auto;
	background-image: url('../img/gradient.gif');
	background-repeat: repeat-x;
}

#header #logo {
	width: 950px;
	height: 81px;
	padding-top: 13px;
	margin: 0 auto;	
	position: relative;	
}

#header #logo #language {
	position: absolute;
	top: 40px;
	right: 0px;
}

#header #visual {
	width: 100%;
	height: 300px;

	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;	
}

#content {
	width: 950px;
	margin: 0 auto;
}

#content #column-left, 
#content #column-right {
	width: 230px;
	float: left;
}

#content #column-middle {
	margin: 0 10px 0 10px;
	width: 470px;
	float: left;
}

#content #column-left, 
#content #column-right,
#content #column-middle #title {
	height: 70px;
	border-width: 2px 0 2px 0;
	border-style: solid;
	border-color: #ededed;	
}

#content #column-middle #title {
	margin-bottom: 20px;
}

#links {
	border-top: 2px #e1e1e1 solid;
	margin-bottom: 50px;
}

#links .item {
	padding: 6px 0 6px 0;
	border-bottom: 1px #e1e1e1 dotted;
}

#links .item .description {
	font-size: 1.2em;
	width: 305px;
	margin-right: 5px;
	float: left;	
}

#links .item .link {
	width: 160px;
	float: left;
}
