/**
 * Mediafuison 2010 CSS
 *
 * @package   VI-Platform
 * @version   1.0  2007-07-09-10
 * @author    Cristian Vorstius Kruijff <ivo@ixp.nl>
 * @copyright Copyright (c) 2009, mediafusion (www.mediafusion.nl)
 *
 */
 
* {
    padding:0;
    margin:0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
}
#topmenu {
    position:fixed;
    top:6px;
    margin-left:10px;
    display:block;
    line-height:18px;
    font-size:12px;
	width: 25 px;
	left:0;
}
/*hoekjes*/
#payoff {
	position:fixed;
	top:6px;
	margin-right:10px;
	display:block;
	line-height:18px;
	font-size:12px;
	width: 25px;
	right:0;

}
#go-up {
	position:fixed;
	bottom:90px;
	margin-right:10px;
	display:block;
	line-height:18px;
	font-size:12px;
	width: 25px;
	right:0;
}
#addthis {
	position:fixed;
	bottom:90px;
	margin-left:5px;
	display:block;
	line-height:18px;
	font-size:12px;
	width: 25px;
	left:0;
	background-image:url(../interface/background-body-trans-green.png);
	padding:5px 0px 5px 5px;
	border: 1px solid #000000;
}
#top-raster{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	_position:absolute; /* ie6 fix */
	_display:none;
	background-color:#990000;
 	height:40px;
	width:100%;
}
#top-raster #header {
	width: 930px;
	margin:0 auto;/* zorgt dat ze gecentreerd staat*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#FFFFFF;
	line-height:40px;
	padding-left:50px;}

#webdesign-window {
	width: 980px;
	margin:0 auto;
	height: 100%;
	text-align: center;
	padding:0;
}

#webdesign-main {
	margin:0px 25px 0px 25px;
	text-align: left;
	width: 930px;
	float: left;
	position: relative;

	}
/**
*topkader:
*/


.img {
	padding: 0px;
}
.floatleft{
padding: 5px 5px 5px 0px;
float:left;
}
.floatright{
padding: 5px 0px 5px 5px;
float:right;
}

/**
*kopimage kader:
*/


#webdesign-main div.content {
	float: right;
	width: 685px;
	padding: 20px 10px 50px 20px;
	margin-top: 0px;
	background-image:url(../interface/raster-verticaal2.png);
}
#webdesign-main #bottom {
	Width: 930px;
	float:left;
	Height:450px;
	position:relative;}
#bottom p{
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	background-image:url(../interface/raster-verticaal2.png);
	padding:10px 10px 10px 10px;
	}

/**
*Menu linkerzijde:
*/
#webdesign-main #menu {
	float: left;
	width: 205px;
	margin: 0px 0 10px 0px;
	padding:0px 0 0 10px;
	background-image:url(../interface/raster-verticaal2.png);
}

#footer {
	text-align: center;
	margin:0 auto;
	width: 100%;
	float: left;
	display:block;
	position:fixed;
	bottom:0px;
	left:0;
	_position:fixed; /* ie6 fix */
	_display:none;
	clear:both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-color:#ccc;
	background-image:url(../interface/raster-verticaal2.png);
	padding-top:10px;
	}
.footer {
	margin:0 auto;
	width: 930px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
p {
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.01em;	
		text-shadow:1px 1px 1px #fff;
}
h1 {
	font-family:"Courier New", Courier, monospace;
	letter-spacing: 0.01em;
	font-size: 24px;
	font-weight:bold;
	color: #CC0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	text-shadow:1px 1px 1px #fff;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 18px;
	color: #0099FF;
	text-transform: none;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 14px;
	color: #0099FF;
	text-transform: none;
	font-weight: bold;
	text-shadow:1px 1px 1px #fff;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	font-size: 13px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
}

li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.01em;
	line-height: 20px;
	margin-left: 30px;
	padding-left: 0px;
	letter-spacing: 0.01em;
}
ul {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 15px;
	color: #000;
	line-height: 20px;
	margin-left: 0px;
	letter-spacing: 0.01em;
	list-style-image: url(../interface/bullit.png);
}

/*links
*/
a {
	color:#000000;
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
/*menulinks
*/

a.menumain {
	color:#0099FF;
	font-size: 22px;
	background-image: url(../interface/plus-blue.png);
	margin-left: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	line-height:30px;
	text-decoration:none;
	font-weight: bold;
	}
a.menumain:link {
	color: #0099FF;

	}
a.menumain :visited {
	text-decoration: none;

	}
a.menumain:hover {
	text-decoration: none;
	background-image: url(../interface/plus-red.png);
	color: #990000;
}
a.menumain:active {
	text-decoration: none;
}
a.menu {
	color: #000;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../interface/menu-pijltje-blue.png);
	margin-left: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
	line-height:22px;
	text-decoration:none
	}
a.menu:link {
	color: #000;

	}
a.menu :visited {
	text-decoration: none;

	}
a.menu:hover {
	text-decoration: none;
	background-image: url(../interface/menu-pijltje-red.png);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}
a.menu:active {
	text-decoration: none;

}

/*menulinks back <
*/

a.menuback {
	color: #666;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../interface/background-menuback-blue.jpg);
	margin-left: 0px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
	line-height:22px;
	text-decoration:none
	}
a.menuback:link {
	color: #666;
	font-size: 14px;
	}
a.menuback :visited {
	text-decoration: none;

	}
a.menuback:hover {
	text-decoration: underline;
	background-image: url(../interface/background-menuback-red.jpg);

}
a.menuback:active {
	text-decoration: none;

}
/*menu footer
*/
a.bottom {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	}
a.bottom:hover {
	text-decoration: underline;
}
a.bottom:active {
	text-decoration: underline;
}

/*menu sub-small
*/
a.menu-small {
	color: #666;
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../interface/background-menu-blue-small.jpg);
	margin-left: 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left;
	line-height:22px;
	text-decoration:none
}
a.menu-small:link {
	color: #666;
	font-size: 12px;
	}
a.menu-small:visited {
	text-decoration: none;

	}
a.menu-small:hover {
	text-decoration: underline;
	background-image: url(../interface/background-menu-red-small.jpg);

}
a.menu-small:active {
	text-decoration: none;

}
td {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.black {
	color: #000000;
}
.small {
	font-family: "trebuchet MS", Arial, Verdana, "Century Gothic";
	font-size: 11px;
	font-weight: normal;
	line-height:20px;
}
.bg-blue {
	background-color: #0099FF;
	color: #FFFFFF;
	font-size: 12px;
}
b {
	font-weight: normal;
}
strong{
	color:#000000
}
.bigred {
	color: #990000;
}

.bg-green {
	background-image:url(../interface/background-body-trans-green.png);
	color: #FFFFFF;
	font-size: 12px;
}
#flash-webdesign {
	position:fixed; top:0px; left:0; 
	_position:absolute; /* ie6 fix om de flash movie op de achtergrond te houden */
	_display:none;
	width:100%;
	height:100%;
	text-align:center;
	padding-bottom:0px;
}
.bgFlash {
	position:absolute; top:115px; left:0;
	width:100%;
	height:600px;
	text-align:center;
}
.vetwit{
	color: #000000;
	font-weight: bold;
	}
