@charset "UTF-8";
/* CSS Document */

/*
Theme Name: De Constructie
Theme URI: http://www.deconstructie.com
Description: Samenwerking met internet, video, grfisch design en muziek
Version: 14.10.2008
Author: T. Iamsam-ang
Authors URI: http://www.klabam.com
*/


/* CSS Document */
/*creative commons copyright(s) 2008 KLABAM */
/*written by T.Iamsam-ang*/

/* general CSS template*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
    font-weight: normal;
	color:#333333;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-image: url('images/bg.gif');
}

img { border: none; }
p, h3 { padding-left: 15px; padding-right: 15px; }
.subject { font-size: 13px; font-weight:bold; color: #111;}
.menu-head { font-size: 11px; font-weight:bold; color: #555; }
.hr { height: 3px; width: 645px; background-image: url('images/hr.gif'); background-repeat:repeat-x;  margin-left: 15px; } 

ul { padding-left: 15px; padding-right: 15px; }
li { list-style-type: square; color:#0099CC; list-style-position: inside; }
#content li { list-style-type: square; color:#0099CC; list-style-position: inside; }

#box {
	position: relative;
	margin: 0 auto;
	width: auto;
	overflow: hidden;
	border: 0px solid #000;
}

#content-box {
	position: relative;
	margin: 0 auto;
	width: 900px;
	overflow: hidden;  
	border: 0px solid #000;
}

#colleft {
	position:relative;
	margin: 0 auto;
	float:left;
	width: 211px;
	border: 0px solid #000;
}

#colleft a:link, #colleft a:visited  { color: #0099CC; text-decoration: none; }
#colleft a:hover, #colleft a:active { color: #0099CC; text-decoration: none; }

#colright {
	position:relative;
	margin: 0 auto;
	float: right;
	width: 675px;
	border: 0px solid #000;
}

#colright a:link, #colright a:visited, #colright a:hover, #colright a:active  { color: #0099CC; text-decoration: none; }

.side-bar {
	position:relative;
	margin: 0 auto;
	width: 211px;
	background-image: url('images/bg-sidebar.gif');
	border: 0px solid #000;
}

.sub-sidebar {
	position:relative;
	margin: 0 auto;
	width: 211px;
	height: auto;
	border: 0px solid #000;
}

.sub-content {
	position: relative;
	margin: 0 auto;
	width: 675px;
	height: auto;
	border: 0px solid #000;
}

#content {
	position: relative;
	margin: 0 auto;
	float: right;
	width: 675px;
	background-image: url('images/bg-content.gif');
	border: 0px solid #000;
}
