/*  
Theme Name: ActiveView Connect Groep
Theme URI: http://www.activeview.nl
Description: Template ActiveView Connect Groep
Version: 1.0 (2007)
Author: ActiveView Connections
Author URI:  http://www.activeview.nl
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/bgbody2.gif);
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}

/*container*/
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -340px;
	margin-top: -105px;
	width: 705px;
	overflow: hidden;
	height: 300px;
}


/*kwick*/
#kwick {
	position: relative;
	padding: 0;
}

#kwick .kwicks {
	display: block;
	height: 170px;
}

#kwick li {
	float: left;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 170px;
	width: 170px;
	padding: 0px;
	margin-right: 5px;
}

#kwick .kwick span {
	display: none;
}

#kwick .connectgroep {
	background-image: url(../img/avconnectgroep.gif);
}

#kwick .automatisering {
	background-image: url(../img/avautomatisering.gif);
}

#kwick .connections {
	background-image: url(../img/avconnections.gif);
}

#kwick .solutions {
	background-image:  url(../img/avsolutions.gif);
	border-right: 0;
}

/*heads*/
h1 { 
	margin-top: 20px; 
	color: #fff;
	text-align: center;
	line-height: 2em;
	font-size: 2em;
	font-weight: normal;
}
h2 { 
	color: #fff;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
	font-weight: normal;
}




