/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* PLAIN CSS */

body {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	text-align: center;
	background-color: #fff;
}

a, img {
	border: none;
}

ul {
	list-style: none;
}

h3 {
	color: #000000;
}

.text {
	border: none;
	border-bottom: solid 1px #bbb;
	color: #555;
}

.text1 {
	border: none;
	border-right: solid 1px #bbb;
	font-size: 14px;
	font-variant: small-caps;
	color: #555;
	padding: 5px;
}

.text2 {
	border: solid 1px #bbb;
	color: #555;
	font-variant: small-caps;
}

.text3 {
	padding-left: 20px;
	float: left;
	color: #555;
	text-align: left;
}

#wrapper {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	width: 1100px;
	height: 600px;
	background-image: url('images/back.png');
}

#header {
	margin-top:00px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	height: 150px;
	width: 800px;
}

.wall {
	background-image: url(images/peace.png);
	height: 300px;
	padding-right: 30px;
}

.wall2 {
	background-image: url(images/peace2.png);
	text-align: center;
	height: 300px;
	padding-right: 30px;
	padding-left: 30px;
}

.werkwijze {
	background-image: url(images/werkwijze.png);
	height: 300px;
	padding-right: 30px;
	text-align: left;
	padding-top: 50px;
	padding-left: 30px;
	
}

.portfolio {
	background-image: url(images/werkwijze.png);
	height: 300px;
	padding-right: 30px;
	text-align: center;
	padding-top: 50px;
	padding-left: 30px;
	
}

.twitter {
	background-image: url(images/twitter.png);
	height: 330px;
	padding-right: 30px;
	text-align: left;
	padding-top: 40px;
	padding-left: 30px;
	
}

div.portfolio a:link {
	
	color: #666;
}

div.portfolio a:visited {
	
	color: #666;
}

div.portfolio a:hover {
	text-decoration: none;
	color: #169DF3;
	
}

.portfolio strong{
	color: 	#169DF3;
	font-weight: normal;
}

div.werkwijze a:link {
	
	color: #666;
}

div.werkwijze a:visited {
	
	color: #666;
}

div.werkwijze a:hover {
	text-decoration: none;
	color: #169DF3;
	
}

.werkwijze b{
	color: 	#169DF3;
	font-weight: normal;
}

.diensten {
	background-image: url(images/diensten.png);
	height: 300px;
	padding-right: 30px;
	text-align: left;
	padding-top: 50px;
	padding-left: 30px;
	
}

div.diensten a:link {
	
	color: #666;
}

div.diensten a:visited {
	
	color: #666;
}

div.diensten a:hover {
	text-decoration: none;
	color: #169DF3;
	
}

.diensten b{
	color: 	#169DF3;
	font-weight: normal;
}



/*GALLERY CSS*/

#gallery {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	width: 800px;
	height: 350px;
	display: block;
}

#mygallery {
	display: block;
	float: left;
	margin-left: 47px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	margin-top: 0px;
	text-align: right;
	color: #555;
	overflow: hidden;
	width: 400px; /*Width of Carousel Viewer itself*/
	height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-right: 0px; /*margin around each panel*/
	width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}



/*MENU CSS*/

div#menu p {
	padding-top: 3px; 
	font-size:14px;
	text-decoration: none;
	float: left;
	color: #555;
	margin-bottom: auto;
	margin-top: 170px;
	margin-left: auto;
	margin-right: auto;
	font-variant: small-caps;
	width: 90px;
	text-align: right;
}

div#menu a {
	font-family: Trebuchet MS, Helvetica, Arial, Sans-serif;
	text-decoration: none;
}

div#menu a:visited.selected{
	margin: 0px; padding: 1px; border: 0px;
	color: #169DF3;
}

.selected{
	margin: 0px; padding: 1px; border: 0px;
	font-weight: bold;
}

div#menu a:link {
	margin: 0px; padding: 1px; border: 0px;
	color: #666;
}

div#menu a:visited {
	margin: 0px; padding: 1px; border: 0px;
	color: #666;
}

div#menu a:hover {
	margin: 0px; padding: 1px; border: 0px;
	color: #169DF3;
	
}

#footer {
	margin-top: 69px;
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	font-variant: small-caps;
	height: 20px;
	width: 800px;
}

div#footer p{
	display: inline;
}

#footer a {
	font-family: Trebuchet MS, Helvetica, Arial, Sans-serif;
	text-decoration: none;
}

#footer a:link {
	margin: 0px; padding: 1px; border: 0px;
	padding-left: 8px;
	padding-right: 8px;
	color: #999;
}

#footer a:visited {
	margin: 0px; padding: 1px; border: 0px;
	padding-left: 8px;
	padding-right: 8px;
	color: #999;
}

#footer a:hover {
	margin: 0px; padding: 1px; border: 0px;
	padding-left: 8px;
	padding-right: 8px;
	color: #169DF3;
}


/*HOVER CSS*/

/* 

@import url(http://www.google.com/cse/api/branding.css);

#info p {margin-left:15px; margin-right:20px;}
#info {height:300px;}

a.screen, a.screen:visited {
	color:#c00; 
	position:relative; 
	z-index:1;
	cursor: default;
}

a.screen b {
	position:absolute;
	visibility:hidden;
	width:200px; 
	height:0; 
	left:0; 
	top:-240px;
	cursor: default;
}

a.screen:hover {
	text-decoration:none; 
	border:0; 
	z-index:1000;
	cursor: default;
}

a.screen:hover b {
	visibility:visible; 
	height:150px; 
	cursor:pointer; 
	z-index:500; 
	cursor: default;
}

a.screen:hover b img {
	border:0; 
	cursor: default;
}*/

.balloon ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.balloon ul li {
	float:left;
	margin:0px;
}

.balloon ul li a, .balloon ul li a:visited {
	display:block;
	cursor:default;
	text-decoration:none; 
}

.balloon ul li dl {
	visibility:hidden;
	position:absolute;
}

table {
	margin:0px;
	padding:0;
}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */

.balloon ul li:hover,
.balloon ul li a:hover {
	position:relative;
	cursor:default;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
	visibility:visible;
	top:75px;
	left:30px;
	cursor:default;
}
#twitter_update_list{
	list-style: none;
}
