/*top right bottom left*/

html{
	font-family: Calibri, verdana;
	font-size:12px;
}

body {
	background-image: url(images/BottomBar.jpg);
	background-color: #221e1f;
	background-repeat: repeat-x;
	margin: 0 auto;
	width:910px;
}

.printlogo {
	display:none;
}

#topHome {
	background-image: url(images/Top.jpg);
	background-position:top;	
	background-repeat:no-repeat;
	width: 910px;
	height: 286px;
	margin-bottom:-210px;
}

#bottom {
	background-image: url(images/Bottom.jpg);
	background-position:bottom;	
	background-repeat:no-repeat;
	width: 910px;
	height: 128px;
}

#content {
	background-image: url(images/Middle.jpg);
	width: 910px;
}

/*Lijsten*/
.numberlist{
	list-style-type:decimal;
	margin-top:0;
}

.normallist{
	list-style-type:disc;
	margin-top:0;
	margin-bottom:0;
}

/*Menu*/

#tabs {
	float:right;
	padding-right:110px;
	font-weight:bold;
	width:140px;
	text-align:center;
}

#tabs ul{
	margin:5px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	list-style-type:none;
	padding:0px;
}

#tabs li {
	margin:5px;
	padding:0px;
}

#tabs A {
	color:#000000;
	text-decoration: none;
	font-size:13px;
}

#tabs A:hover{
	color:#e84340;
}

#tabs li A.current {
	color:#462e19;
	font-size:14px;
	
}

.smallMenu {
	font-size:12px;
}

/*Content tekst*/
.contentTitle {
	margin-bottom:10px;
	font-size:50px;
	color:#462e19;
	text-align:center;
}

.contentTitle .firstLetter {
	font-size:60px;
	color:#9a7f52;
}

.contentText {
	margin-left:130px;
	width:480px;
	text-align:justify;
}

.contentText a{
	color:black;
}

.contentText .left{
	width:225px;
	margin-right:10px;
	float:left;
}

.contentText .right{
	margin-left:10px;
	width:225px;
	float:right;
}

.contentText .image {
	text-align:right;
}

.flash {
	border:1px solid #dddddd;
	width:160px;
}

.readmore {
	margin-top:5px;
	text-align:right;
}

.readmore a {
	color:#8e6e50;
	text-decoration:none;
}

.logo {
	text-align:center;
	border:3px solid #8e6e50;
	margin-top:7px;
	margin-bottom:3px;
}

.image {
	text-align:center;
	width:220px;
	border:3px solid #8e6e50;
	margin-top:7px;
	margin-bottom:3px;
}

.mini {
	text-align:center;
	width:110px;
	float:left;
	display:block;
	margin-right:10px;
}

.mini .image {
	text-align:center;
	width:110px;
	border:3px solid #8e6e50;
	
}

.sponsor {
	border:3px solid #8e6e50;
	width:200px
}

.subTitle {
	font-style:italic;
	text-align:center;
	margin-bottom:7px;
}

.contentText .smallTitle {
	padding-top:15px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	color:#9a7f52;
}

.contentText .tableTitle {
	font-size:12px;
	font-weight:bold;
	color:#9a7f52;
	text-transform:lowercase;
	text-transform:capitalize;
}

.contentText .announcement{
	text-align:center;
	padding-top:15px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
	color:#9a7f52;
}

.footer{
	padding-top:80px;
	color:#aaaaaa;
	font-size:12px;
	text-align:center;
	margin-right:135px;
}

.split {
    clear:both;
}

/*Formulier*/
.inputtext{
	width:250px;
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	font-size:12px;
}

select{
	width:250px;
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	font-size:12px;
}

textarea {
	color            : #000000;
	background-color : #FEFEFE;
	border           : 1px solid #C2C2C2;
	width:250px;
	height:200px;
	font-size:12px;
}

.button {
	color            : #000000;
	background-color : #FFFFFF;
	border           : 1px solid #C2C2C2;
	width:100px;
	font-size:12px;
}

.buttonRow{
	text-align:left;
}

.dot{
	color:#462e19;
	margin-left:2px;
}

table {
	width:100%;
}

ol {
margin-left:0;
padding-left:0;
}

.facultyTable {
	border-top: 1px solid #9a7f52;
	border-bottom: 1px solid #9a7f52;
}

.flyerTitle{
	font-size:28px;
	color:#000000;
	border-top:3px solid #9a7f52;
	border-bottom:3px solid #9a7f52;
	text-align:center;
	margin:40px;
}

.flyerIntro{
	font-size:20px;
	text-align:center;
	margin-top:30px;
}

.flyerSubTitle{
	font-size:18px;
	color:#9a7f52;
	text-align:left;
	margin-top:30px;
	margin-left:30px;
	font-weight:bold;
}

.flyerParagraph{
	font-size:12px;
	color:black;
	text-align:left;
	margin-top:10px;
	margin-left:30px;
}

.super {
	font-size:46px;
}

