/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

p {
	line-height: 15px;
}

p.margin {
	margin-top: 12px;
}

a.grey {
	text-decoration: underline;
	color: #58595B;
}

a.grey:hover {
	text-decoration: none;
	color: #DE4E4A;
}

a.red {
	text-decoration: underline;
	color: #DE4E4A;
}

a.red:hover {
	text-decoration: none;
	color: #58595B;
}

a.red p {
	text-decoration: underline;
}

a.red:hover p {
	text-decoration: none;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}

#container {
	position: relative;
	margin: 0 auto;
	padding-top: 141px;
	width: 700px;
}

#msDynPeople {
	position: fixed !important;
	left: auto;
	bottom: 0;
	width: 352px;
	height: 222px;
	background: url("../images/msDynPeople.jpg") no-repeat bottom left;
	z-index: -1;
	margin-left: -152px;
}

#logoContainer {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 61px;
}

#logo {
	width: 127px;
	height: 53px;
	margin-top: 27px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 91px;
	background: #2E296A url("../images/header.jpg") no-repeat center;
	z-index: 111;
}

#headerLine {
	position: fixed;
	top: 91px;
	left: 0;
	width: 100%;
	height: 17px;
	background: #0F062A url("../images/headerLine.jpg") no-repeat center;
	z-index: 111;
}

#menu {
	position: fixed;
	top: 108px;
	left: 0;
	width: 100%;
	height: 27px;
	background: #fff url("../images/menu.jpg") repeat-x;
	text-align: center;
	z-index: 111;
}

#shadowBorder {
	position: fixed;
	top: 135px;
	left: 0;
	width: 100%;
	height: 6px;
	background: transparent url("../images/shadowBorder.png") repeat-x;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background: transparent;
	z-index: 111;
	text-align: right;
}

#content {
	position: relative;
	width: 100%;
}

#leftContent {
	padding-bottom: 20px;
	position: relative;
}

#leftContent p {
	margin-bottom: 12px;
}

#leftContent ul {
	list-style-position: inside;
	list-style-type: square;
	line-height: 15px;
	margin-bottom: 12px;
}

#leftContent li {
	margin-left: 3px;
}

#leftContent a {
	color: #58595B;
	text-decoration: underline;
}

#leftContent a:hover {
	color: #DE4E4A;
	text-decoration: none;
}

#leftContent .sponsorImage {
	float: left;
	border: 4px solid #ccc;
	margin: 5px;
}

#leftContent .sponsorImage a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 130px;
}

#leftContent .sponsorImage a:hover {
	background: #f8f8f8;
}

#leftContent .sponsorImage * {
	vertical-align: middle;
}

/*\*//*/
#leftContent .sponsorImage {
    display: block;
}
#leftContent .sponsorImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#leftContent .whiteBox {
	float: left;
	width: 100%;
}

#rightContent {
	float: right;
	width: 250px;
}

#rightContent .whiteBox {
	float: right;
	width: 200px;
	margin-bottom: 30px;
	text-align: right;
}

.whiteBox h1 {
	font-family: Helvetica, Verdana, Arial sans-serif;
	font-size: 19px;
	text-align: right;
	color: #DE4E4A;
	margin-bottom: 6px;
}

.whiteBox h2 {
	font-family: Verdana, Helvetica, Arial sans-serif;
	font-size: 14px;
	text-align: left;
	color: #DE4E4A;
	margin-bottom: 6px;
}

.whiteBox h3 {
	font-family: Verdana, Helvetica, Arial sans-serif;
	font-size: 12px;
	text-align: left;
	color: #58595B;
	font-weight: bold;
	margin-bottom: 6px;
}

.whiteBar img.sponsors {
	margin: 0 0 6px 10px;
}

.whiteBar {
	color: #58595B;
	padding-top: 10px;
	background: url("../images/lineOnWhite.jpg") repeat-x top left;
}

/*---------------
/ - TESTMODE 
---------------*/

#testmode {
	clear: both;
	width: 420px;
	margin: 10px auto 0px auto;
	padding: 12px 12px 12px 55px;
	border: solid 2px #900;
	background: #fff url("../../cms/images/alert.png") no-repeat 12px center;
}

#testmode p {
	color: #900;
	margin: 0;
}

#testmode form {
	display: inline;
	margin: 0;
	padding: 0;
}

#testmode select, #testmode option {
	margin: 0;
	padding: 0;
	color: #000;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*---------------
/ - NAVIGATION 
---------------*/

#nav {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 26px;
	text-align: left;
	z-index: 99;
}

#nav, #nav ul {
	list-style-type: none;
	list-style-position: outside;
	z-index: 99;
}

/*#nav span {
	display: none;
}*/

/*---------------
/ - IE7 HASLAYOUT 
---------------*/

*:first-child+html #nav {
	height: 1%;
}
*:first-child+html #nav li {
	height: 1%;
} 

/*---------------
/ - FIRST LEVEL 
---------------*/

#nav li ul {
	position: absolute;
	left: -999em;
	width: 166px;
	z-index: 99;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

/*---------------
/ - SECOND LEVEL 
---------------*/

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
	width: 166px;
	z-index: 99;
	margin-bottom: -1px;
}

#nav li li:hover ul,
#nav li li.sfhover ul {
	left: auto;
}

/*---------------
/ - END LEVELS 
---------------*/

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	margin: -21px 0 0 150px;
	z-index: 99;
}

#nav li ul li {
	border-top: 1px solid #3F3B3C;
	border-right: 1px solid #130A0D;
	border-bottom: 1px solid #130A0D;
	border-left: 1px solid #3F3B3C;
}

/*---------------
/ - LINK LAYOUT 
---------------*/

#nav li ul li a,
#nav li.home ul li a,
#nav li.events ul li a,
#nav li.downloads ul li a,
#nav li.sponsors ul li a,
#nav li.faq ul li a,
#nav li.about ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
	width: 153px;
	height: auto;
	padding: 6px;
	background: #2D2A2B;
	text-decoration: none;
}

#nav li ul li a:hover,
#nav li.home ul li a:hover,
#nav li.events ul li a:hover,
#nav li.downloads ul li a:hover,
#nav li.sponsors ul li a:hover,
#nav li.faq ul li a:hover,
#nav li.about ul li a:hover {
	color: #fff;
	display: block;
	width: 153px;
	height: auto;
	padding: 6px;
	background: #1F1C1D;
	text-decoration: none;
}

#nav a:active {
	outline: none;	
}

#nav a:focus {
	-moz-outline-style: none;
}

/*---------------
/ - BUTTONS
---------------*/

#nav li {
	float: left;
	display: inline;
}

#nav li a.rightBorder {
	border-right: 1px solid #fff;
}

#nav li a {
	display: block;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 4px 20px 6px 20px;
	border-left: 1px solid #fff;
}

#nav li a:hover {
	background: #fff url("../images/menuHover.jpg") repeat-x;
}


/*#nav li.home {
	float: left;
	display: inline;
}

#nav li.home a {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/home.jpg") no-repeat top left;
}

#nav li.home a:hover {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/home.jpg") no-repeat bottom left;
}

#nav li.events {
	float: left;
	display: inline;
}

#nav li.events a {
	display: block;
	width: 114px;
	height: 26px;
	background: url("../images/menu/events.jpg") no-repeat top left;
}

#nav li.events a:hover {
	display: block;
	width: 114px;
	height: 26px;
	background: url("../images/menu/events.jpg") no-repeat bottom left;
}

#nav li.downloads {
	float: left;
	display: inline;
}

#nav li.downloads a {
	display: block;
	width: 136px;
	height: 26px;
	background: url("../images/menu/downloads.jpg") no-repeat top left;
}

#nav li.downloads a:hover {
	display: block;
	width: 136px;
	height: 26px;
	background: url("../images/menu/downloads.jpg") no-repeat bottom left;
}

#nav li.sponsors {
	float: left;
	display: inline;
}

#nav li.sponsors a {
	display: block;
	width: 131px;
	height: 26px;
	background: url("../images/menu/sponsors.jpg") no-repeat top left;
}

#nav li.sponsors a:hover {
	display: block;
	width: 131px;
	height: 26px;
	background: url("../images/menu/sponsors.jpg") no-repeat bottom left;
}

#nav li.faq {
	float: left;
	display: inline;
}

#nav li.faq a {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/faq.jpg") no-repeat top left;
}

#nav li.faq a:hover {
	display: block;
	width: 96px;
	height: 26px;
	background: url("../images/menu/faq.jpg") no-repeat bottom left;
}

#nav li.about {
	float: left;
	display: inline;
}

#nav li.about a {
	display: block;
	width: 127px;
	height: 26px;
	background: url("../images/menu/about.jpg") no-repeat top left;
}

#nav li.about a:hover {
	display: block;
	width: 127px;
	height: 26px;
	background: url("../images/menu/about.jpg") no-repeat bottom left;
}*/


/*---------------
/ - GALLERY
---------------*/

.galleryitem
{
	width: 	210px;
	float: left;
	text-align: center;
}
.galleryitem h3
{
	text-align: center;
}

.galleryitem a
{
	display: block;
	text-decoration: none !important;
}
.galleryitem a:hover h3
{
	color: 	#DE4E4A !important;
}

/****************************************************************
	Gallery styling
*****************************************************************/
#gallery_big
{
	width: 502px;
	height: 502px;
	position: relative;
	float: left;
	overflow: hidden;
}

#gallery_slider
{
	width: 150px;
	height: 534px;
	position:relative;
	overflow: hidden;
	float: right;
}

#gallery_slider .thumb img
{
	border: 4px solid white;
	cursor: pointer;
	margin-top: -6px;
}

#gallery_layer2
{
	width: 150px;
	height: 474px;
	margin: 30px 0px;
	overflow: hidden;
}

#gallerypijl_onder, #gallerypijl_boven
{
	width: 150px;
	position: absolute;
	height: 15px;
	text-align: center;
	padding: 3px 0px;
}
#gallerypijl_onder
{
	bottom: 0px;	
}
