/*  
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: #000;
	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 img {
	margin-left: 40px;
}

a {
	color: #fff;
}

/*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;
}




