
/**
 * Imports
 */
@import url('./css-reset.css');

/**
 * Body
 */
body {
	background: url('../images/background.jpg') repeat-x top center #232323;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.69em;
	color: #FFFFFF;
	text-align: center;
}

/**
 * Structuur
 */
#container {
	
	margin: 0 auto;
	padding: 0 56px 0 56px;
	text-align: left;
	/*width: 1000px;*/
	width: 888px;
}

input.box {
background-color: #5a6063;
height: 15px;
width: 100px;
}
input.checkbox {
background-color: #5a6063;
height: 20px;
width: 60px;
}
#header {
	clear: both;
	height: 200px;
}

#column-container {
	clear: both;
	width: 888px;
}

#left-column {
	float: left;
	margin-right: 5px;
	width: 420px;
}

#right-column {
	float: right;
	width: 420px;
}

#center-column {
	float: center;
    width: 888px;
}

#right-column {
	float: right;
	width: 420px;
}

#center-column {
	float: left;
	width: 888px;
}

#top-column {
	float: center;
	width: 888px;
	height: 41px;
	background: url('../images/nav/nav_top.jpg');
}

#profile-left-column {
	float: left;
	width: 592px;
	margin-right: 6px;
	
}

#profile-right-column {
	float: right;
	width: 290px;
}

#footer {
	background: url('../images/footer_bg.jpg') repeat-x;
	clear: both;
	height: 25px;
	text-align: center;
}

/**
 * Navigation
 */
#navigation {
	background: url('../images/nav_bg.jpg') repeat-x;
	height: 50px;
}

	#navigation li {
		float: left;
		height: 50px;
	}
	
	#navigation a {
		display: block;
		height: 50px;
		overflow: hidden;
	}
	
		/**
		 * Rollover Control
		 */
		#navigation a img {
			display: none;
		}
		
		#navigation a:hover img {
			display: block;
		}
	
	/**
	 * Nav items
	 */
	#nav_1 {
		background: url('../images/nav/nav1.jpg') no-repeat;
		width: 88px;
	}
	
	#nav_2 {
		background: url('../images/nav/nav2.jpg') no-repeat;
		width: 86px;
	}
	
	#nav_3 {
		background: url('../images/nav/nav3.jpg') no-repeat;
		width: 86px;
	}
	
	#nav_4 {
		background: url('../images/nav/nav4.jpg') no-repeat;
		width: 86px;
	}
	
	
/**
 * Boxes
 */
.box {
	border: 0px solid;
}

	.box h2 {
		background: url('../images/head_bg.jpg') repeat-x;
		border-bottom: 0px solid #000000;
		height: 36px;
		text-align: right;
	}
	
		.box h2 strong {
		 	background: url('../images/head_end.jpg') no-repeat;
			display: block;
		}
	
	.box .content {
		background: #000000;
		border: 1px solid #000000;
	}

/**
 * Specific box settings
 */

/* Welcome/Introduction box */
.welcome_box {
	margin-right: 4px;
	width: 292px;
}

/* Left/right column boxes */
#left-column .box, #right-column .box {
	margin: 2px 0 2px 0;
}


/**
 * Text formatting
 */
.content h3, .content p {
	margin: 15px 10px 15px 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.content h3 {
	color: #FFFFFF;
	font-weight: bold;
}

.content h3 cite {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

	.content h3 cite a {
		color: #FFFFFF;
		font-weight: bold;
	}
	
	.content h3 cite a:hover {
		color: #FFFFFF;
	}

#right-column .content ol, #right-column .content ul {
	margin-left: 20px;
}

#right-column .content ol {
	list-style: decimal;
}

#right-column .content ul {
	list-style: disc;
}

/**
 * Hyperlinks
 */
a, a:visited {
	color: #000000;
}

a:hover, a:visited:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

/**
 * Floats
 */
.left {
	float: left;
}

.right {
	float: right;
}
.center {
	float: center;
}