/************************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Typography////////////////////////////////////////////////////////////////////////////////*/
body { 
	background: #FFF;
	color: #000;
	font-size: 80%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.3em;
	text-align: center;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 { 
font-weight: bold;
	margin-bottom: 1em;
}

h3, a {
	color: #004A7F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p { 
	font-size: 1em;
	margin-bottom: 1.3em;
} 

acronym, abbr {
	border-bottom: 1px dotted #000;
	cursor:help;
}

hr {
	clear:both;
	background: #FFF;
	color: #FFF;
	border: 0;
	height: 1px;
}

#left ol, #left ul, #right ol, #right ul { 
	list-style:disc;
	margin-left: 1.3em;
	margin-bottom: 1.3em;
	padding-left: 1.3em;
}

ol {
	list-style: decimal;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/

#logo, #slogan {
	background: url(../img/logo.gif) no-repeat top;
	height: 101px;
	width: 193px;
	left: 0;
	top: 32px;
	position: absolute;
}

#logo a {
	display: block;
	height: 101px;
	width: 193px;
	cursor: pointer;
}

#slogan {
	background: #004A7F url(../img/schrijfmee.gif) no-repeat top;
	left: 264px;
	width: 654px;
}

/* Frames /////////////////////////////////////////////////////////////////////////////////*/
.frame-02 {
	display: block;
	width: 100%;
	background: url(../img/frame-top.gif) no-repeat left top;
	margin-bottom: 18px;
	float:left;
}

.csc-header {
	padding-top: 2px;
	clear: both;
	margin-bottom: 10px;
}

#right .frame-02 {
	background: url(../img/frame-top-right.gif) no-repeat left top;
	width: 365px;
}

.frame-content {	
	border-bottom: 1px solid #004A7F;
	padding: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
	display: block;
}

#content .frame-content { width:469px; }
#right .frame-content { width:344px; }

#right .frame-content {
	padding-left: 10px;
	padding-right: 10px;
}

.frame-02 h2{
	background: #004A7F;
	color: #FFF;
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	padding: 1px 4px 1px 4px;
	height: 16px;
}

.frame-01 {
	background: #F5F5FF;
	border: 1px solid #EBEBEB;
	padding: 20px;
	padding-top:  14px;
	padding-bottom: 8px;
	margin-bottom: 1.3em;
}

.frame-01 ul, .frame-01 li  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.frame-01 li {
	display: inline;
}
