/*

	Content Stylesheet
	
	Produced by : Hansnel Groep | Interactive Link
	Author : Roald Joosen

*/

/* STANDAARD */
body {
	font-family:arial, verdana, sans-serif;
	font-size:11px;
}

h1 {
	font-weight:bold;
	font-style:normal;
	font-size:1.5em;
	color:#bc8834;
}
h2 {
	font-weight:bold;
	font-style:normal;
	font-size:1.2em;
	padding:10px;
}
h3 {
	margin:10px 0px;
	padding:2px 5px;
	font-weight:bold;
	font-style:italic;
	font-size:1.2em;
	color:#fff;
}
h4 {
	font-weight:normal; 
	font-style:italic;
	font-size:1em;
}
h5 {
	font-weight:bold;
	font-size:1.1em;
	color:#bc8834;}
h6 {}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {}
p {
	line-height:1.3em;
	font-weight:normal;
	font-size:1.1em;
	color:#777;
	}
	p.strong {
		font-weight:bold;
	}
a {
	border:0px;
	text-decoration:none;
    }
    #container a:hover {
			color:#333;
    }
    a:active {
    }
    a:visited {
    }
em {}
strong {}

ul {
    font-size:1.1em;
    }
    ul li {
        }
        ul li a {
        }
ol {
    font-size:1.1em;
    }
    ol li {
    }
li {
}

/* Home cooked tags */
span.title {
	font-size:1em;
	font-weight:bold;
	display:block;
}
span.paragraph {
	display:block;
	font-size:1em;
}

