@charset "iso-8859-1";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
/*layout*/
body{
	background-color: #CCCCCC;
	color: #333333;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#container{
	height: 700px;
	width: 960px;
	margin: 20px auto 0 auto;
	}
#header{
	float: left;
	height: 160px;
	width: 960px;
	background-image: url(../images/banner1.jpg);
}
#nav{
	height: 25px;
	width: 960px;
	float: left;	
}
#main{
	height: 490px;
	width: 960px;
	float: left;
	background-image: url(../images/main.jpg);
}
#footer{
	float: left;
	height: 25px;
	width: 960px;
	background-image: url(../images/footer.jpg);
}
#logo{
	float: left;
	height: 60px;
	width: 300px;
	margin: 30px 0 0 25px;
} 
#tagline{
	float: right;
	height: 60px;
	width: 300px;
	margin: 40px 30px 0 0;
	color: #CCCCCC;
}
#contentfield{
	float: right;
	height: 450px;
	width: 600px;
	margin: 35px 100px 0 0;
}
#submenu{
	float: left;
	height: 450px;
	width: 175px;
	margin: 35px 0 0 40px;
}
/*tekstopmaak*/
#foottext{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 5px;
	font-size: 1.2em;
}
.redtext{
	color: #CC0000;
}
.textlist{
	font-size: 1.3em;
}
h2{
	font-size: 1.8em;
	padding-bottom: 16px;
}
h3{
	padding: 4px 0 13px 0;
}
h4{
	padding-bottom: 13px;

}
p{
	font-size: 1.3em;
	padding-bottom: 13px;
}
ul{
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 1.2em;
}
.stylea{
	color: #FFFFFF;
}
address{
	font-size: 1.0em;
	font-style: normal;
	display: inline;
}

/*afbeeldingen*/
.screenshots{
	height: 230px;
	width: 500px;
}
/*voor website ontwerp (PS)*/
.progps{
	height: 10px;
	width: 10px;
	padding-left: 275px;
}
/*voor website ontwerp en bouw*/
.progpsdw{
    height: 10px;
	width: 20px;
	padding-left: 198px;
}
/*voor logo ontwerp (IL)*/
.progill{
	height: 10px;
	width: 10px;
	padding-left: 274px;
}
/*voor logo en huisstijl ontwerp (IL)*/
.progillh{
	height: 10px;
	width: 10px;
	padding-left: 212px;
}
/*voor logo, huisstijl en website ontwerp(IL, DW, PS)*/
.programmas{
	height: 10px;
	width: 30px;
	padding-left: 141px;
}
/*CS logo spacer*/
.csspacer{
	border-width: 0 1px 0 0; 
	border-color: #FFFFFF;
	
}
.pas{ padding: 3px 0 0 5px; 
}
.ab{
	padding-top: 16px;
}
/*linkopmaak*/

li a:link{
	text-decoration: underline;
	color: #000000;
}
li a:visited{
	color: #666666;
	text-decoration: none;
}
li a:hover{
	text-decoration: underline;
	color: #000000;
}
li a:active{
	color: #CC0000;
}
p a:link{
	text-decoration: underline;
	color: #000000;
}
p a:visited{
	color: #666666;
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
	color: #000000;
}
p a:active{
	color: #CC0000;
}
#main a{
	padding: 3px 0 3px 0;
}
