/* -------------------- links -------------------- */

a:link { font-weight: normal; color:#FF0099; text-decoration: none; }
a:visited { font-weight: normal; color:#FF0099; text-decoration: none; }
a:hover { font-weight: normal; color:#FF0099; text-decoration: none; }
a:active { font-weight: normal; color:#FF0099; text-decoration: none; }
a:focus { font-weight: normal; color:#FF0099; text-decoration: none; }

/* -------------------- basis -------------------- */

html {
 margin: 0;
 padding: 0;
 text-align: center;
}

body {
	background-image:  url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #555555;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #000000;
}

/* -------------------- headers -------------------- */

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #660033;
	margin-top: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #C40079;
	margin-bottom: 0px;
	letter-spacing: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}

/* -------------------- vormen -------------------- */



#logo {
	width: 950px;
	text-align: center;
	height: 65px;
	background: #FFFFFF;
	-moz-border-radius: 10px 10px 0px 0px;
}

#menu {
	width: 950px;
	background: #FF0099;
	color: #FFFFFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}

#menu a {
	padding: 8px;
	display: block;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	background: #660033;
	text-decoration: none;
}

#menu span a {
	padding: 8px;
	display: block;
	background: #660033;
	color: #FFFFFF;
}

#pagewidth {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	width: 950px;
	min-height: 500px;
	-moz-border-radius: 10px;
}

#pagewidth-index {
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	width: 950px;
	min-height: 500px;
	-moz-border-radius: 10px;
}

#pagewidth-sr {
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;	
	overflow: hidden;
	width: 999px;
	min-height: 500px;
	-moz-border-radius: 10px;
}

#breed {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 25px;
}

#links {
	background-color: #FFFFFF;
	width: 424px;
	min-height: 300px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

#rechts {
	width: 425px;
	float: right;
	margin-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px dashed #CCCCCC;
}

#rechts_portfolio {
	width: 400px;
	padding-top: -10px;
	padding-left: 10px;	
	margin-bottom: 10px;
}

#rechts_actieblok {
	background: #EEEEEE;
	-moz-border-radius: 7px;
	width: 400px;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 860px;
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 10px auto;
}

#intro {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;	
	width: 670px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 26pt;
	font-weight: normal;
	color: #660033;
	text-align: center;
}