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

* {
	padding: 0;
	margin: 0;
	border: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 100%;
	margin-top: 0;
	color:#333333;
	background-image: url(http://www.smi-aalst.be/images/bg_line.gif);
	background-repeat: repeat-x;
background-color: #E2E2E2;
}

.uppercase {
	text-transform: uppercase;
	font-size: 1.8em;
}

p {
	margin-top: 15px;
	font-size: 0.7em;
	line-height: 140%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
}

.noborder {
border: 0px;
}


td {
padding: 5px;
}

#top {
	width: 960px;
	margin: 15px auto 0 auto;	
}

#group {
	width: 650px;
	float: left;
	margin-bottom: 15px;
}

#home {
	width: 50px;
	float: right;
}

#wrapper {
 width: 990px;
	margin: 15px auto 0 auto;
background-color: #FFF;
padding-top: 5px;
margin-bottom: 25px;
}

#webnology {
width: 250px;
margin: 0 auto 15px auto;
color: #333;

}

#container {
	width: 960px;
	margin: 0 auto 0 auto;

background-color: #FFF;
}

#header {
}

#h_left {
	width: 640px;
	height: 213px;
	float: left;
	background-image: url(http://www.smi-aalst.be/images/bg_header_front.gif);
	background-repeat: no-repeat;	
}

#h_right {
	width: 320px;
	height: 213px;
	float: right;
}

#nav {
	width: 100%;
	height: 28px;
	background-color: #333;		
	clear: both;
}

#line {
	width: 100%;
	height: 30px;
	background-image: url(http://www.smi-aalst.be/images/bg_line.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}

#content {
clear: both;
display:block;
min-height: 100%;
}

#content img {
padding:5px;
}

#c_left {
	width: 620px;
	float: left;
}

.nieuws {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
}

.nieuws_date {
	width: 70px;
	float: left;
	background-image: url(http://www.smi-aalst.be/images/bg_date.gif);
	background-repeat: no-repeat;
	height: 85px;
}

.nieuws_text {
	width: 520px;
	float: right;
	background-image: url(http://www.smi-aalst.be/images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.nieuws_text img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #333;
}

.nieuws_text img.noborder {
border: 0px;
}

#c_right {
	width: 320px;
	float: right;
}

#flashnews {
	width: 300px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #FE0000;	
}

#flashnews a {
	color: #FFF;
	text-decoration: underline;
}

#news {
	width: 326px;
	margin-top: 15px;
	padding: 10px;
	color: #FFFFFF;
	background-image: url(http://www.smi-aalst.be/images/bg_nieuws.jpg);
	background-repeat: no-repeat;
	height: 224px;
}

#activiteiten {
	width: 326px;
	margin-top: 5px;
	padding: 10px;
	color: #FFFFFF;
	background-image: url(http://www.smi-aalst.be/images/bg_activiteiten.jpg);
	background-repeat: no-repeat;
	height: 224px;
}

#footer {
	width: 960px;
	clear: both;
	background-color: #333;
	padding: 15px;
color: #FFF;
margin-top: 15px;

}

input, textarea {
	padding: 5px;
	border: 1px solid #FE0000;
	background-color: #FEFDFA;
clear: left;

}

label.error { width: 100%; display: block; float: left; color: red; clear:both; margin-bottom: 10px;}

input.button {
	padding: 5px;
	color:#FFF;
	background-color: #FE0000;
}

