/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: url(../img/bg.gif) repeat-x #FFF;
	color: #505050;
	font-size: 100%; 
	font-family: Arial; 
	line-height: 1.3em;
}

h1, h2 { 
	font-size: 1.3em;
	color: #EF4136;
	font-weight: bold;
}

h3 { 
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	background: #EF4136;
	padding: 5px;
}

h4, h5, h6 { 
	font-size: 1em; 
	text-transform: uppercase;
	color: #005496;
}


h1, h2, h3, h4, h5, h6 { 
	font-family: Arial;
	margin-bottom: 1em;
}

p, .csc-textpic-caption { 
	font-size: 0.9em;
	margin-bottom: 1.3em;
} 

a { 
	color: #ef4136;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

hr {
	clear:both;
	background: #EF4136;
	border: 0;
	height: 1px;
	margin-bottom: 10px;
}

ol, ul { 
	list-style: disc;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
	font-size: 0.9em;
}

ol { list-style: decimal;}

/*p + p { font-style: italic;}*/
/*p + p + p { font-style: normal;}*/

.hidden { display: none;}
.unhidden { display: block;}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#logo {
	background: url(../img/logo-mba.gif) no-repeat top;
	height: 135px;
	width: 375px;
	left: 0;
	top: 22px;
	position: absolute;
}

#logo a {
	display: block;
	height: 135px;
	width: 375px;
	cursor: pointer;
}

#logo span { display:none; }

#header {
	background: url(../img/bg-header.jpg) no-repeat top right;
}

#copyright {
	font-family: arial;
	font-size: 9px;
	color: #979696;
	padding: 5px;
}

#right {
	background: url(../img/buy.gif) no-repeat top left;
}

.introductie {
	border: 1px solid #EF4136;
	padding: 10px;
}

.introductie h1, .introductie h2, .introductie h3, .introductie h4, .introductie h5, .introductie h6 {
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
}

.introductie p {
	margin-bottom: 10px;
	color: #EF4136;
}

#right a {
	background: #EF4136 url(../img/arrow.gif) no-repeat left top;
	padding: 14px 14px 14px 30px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	margin: 10px 0px 10px -20px;
}

#right a:hover {
	text-decoration: none;
	background: #FFBA00 url(../img/arrow.gif) no-repeat left top;
}

#right .introductie a {
	margin: 10px 0px 10px -10px;
}
