@charset "UTF-8";
/** Opmaak WinnWinn communicatie**/
body {
	margin:0px;
	padding:0px;
	background-color:#FFF;
}

#background-img {
	width: 100%;
	position: absolute;
        z-index: -99;
	top: 0;
	left: 0;
}
img.bg {width:100%;}


/** Layout DIVs **/

#container {
	top :100px;
	width :890px;
	margin :auto;
	position :relative;
	
}

#left-column {
	float:left;
	}

#foto {
	background-image:url(../images/Walter_Kort_foto_bureau.png);
	background-repeat:no-repeat;
	background-position: -10px -6px;
	width:190px;
	height: 200px;
	}
#button_workshop_prezi {
	padding-left: 8px;
	margin-top: 50px;
	margin-left: -60px;
	}

#content-links {
	width :510px;
	float:left;
	margin :auto;
}

#header {
	background:url(../images/content_top.png) center bottom no-repeat;
	width: 510px;
	height: 50px;
}

#content-tekst {
	width :430px;
	padding-left:40px;
	padding-right:40px;
	position:relative;
	

background:url(../images/content_middle.png) center;
background-repeat: repeat-y;
}

#footer {
	background:url(../images/content_bottom.png) center bottom;
	background-repeat: no-repeat;
	height :185px;
	width :510px;
	position :relative;
	margin :auto;
	margin-top :-141px
	
}

#footer_elements {
	background:url(../images/footer_elements.png) center bottom;
	background-repeat: no-repeat;
	height :185px;
	width :510px;
	position :relative;
	margin :auto;
	
}


#right-column {
	float: left;
	
}

#logo {
	background:url(../images/logo_WinnWinn-communicatie.png) no-repeat;
	background-position: -10px -6px;
	width: 190px;
	height: 200px;
	}
#social-media-paneel {
	padding-left: 8px;
	}
	
#social-media-paneel img{
margin: 5px;	
	}
	
.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

#naw {
	/**border-style:	dashed;
	border-width:	1px;**/

	bottom :20px;
	width :450px;
	height :20px;
	position :absolute;
	color :#660066;
	text-align :center;
	font-size :10px;
	padding-left:30px;
	padding-right:30px;
}
/** Opmaak Tekst**/

p {
	margin-top: 0.2em;
	line-height:1.4em;
}

body {
	font-size :12px;
	color :#666666;
	font-family :Arial;
}
t1 {
	font-size :9px;
	color :#666666;
	font-family :Arial;
}
h1 {
	font-family :Arial;
	font-style :italic;
	font-size :19px;
	color :#660066;
	margin-top:0px;
	padding-top:0px;
}
h2 {
	font-family :Arial;
	font-size :14px;
	color :#660066;
}
h3 {
	font-family :Arial;
	font-size :105%;
	color :#660066;
}
ul.winwinnbullet {
	list-style-image: url(../images/WinnWinnBullet.png);
}
/** Afbeeldingen **/
img {
	border :0px;
}
img.ad_homepage {
	margin:20px 20px 0 20px;
}
/** Hyperlinks **/ 
a {
	text-decoration:none;
	font-size:12px;
}
a.klein {
	font-size:10px;
}
a:link {
	color: #660066;
}
a:visited {
	color: #660066;
}
a:active {
	color: #666666;
}
a:hover {
	color: #666666;
}
/**Menu**/
ul.menu li a {
	font-size:19px;
	color:#ffffff;
}
/**Tabellen**/

table.partners {
	border:1px;
}
.small {
	font-size: 10px;
	font-style: italic;
}