/* Default tags */
body
{
	font: 100%/120% Arial, Verdana, sans-serif;
	font-size: 0.75em;
	min-width: 999px;
	margin: 0px;
}

p
{
	text-align: left;
	margin: 0 0 15px;
}

a:link, a:visited, a:hover, a:active
{
	color: #45156d;	
	text-decoration: underline
}

h1, h2, h3, h4
{
	color: #45156d;
	padding: 0px;
	margin: 0px;
	font-size: 1.4em;
}


ul, ol
{
	padding:0px;
	font-size: 1em;
}

ul li, ol li
{
	font-size: 1em;	
	padding-left:10px;
	position:relative;
}

/*Masterpage positioning*/
div#main_wrapper
{	
	width:1000px;
	display: block;
	background-color: white;
	text-align: left;
	margin:0 auto;
}

div#header
{
	position: relative;
	background: url(/PublishingImages/WerkenBijCordares/headerBackGround.jpg) no-repeat;
	height:180px;
	width:1000px;
}

div#cordares_link
{
	position: absolute;
	left: 10px;
	width: 190px; 
	height: 170px; 
}

div#cordares_link a:link, div#cordares_link a:active, div#cordares_link a:hover, div#cordares_link a:visited
{
	display: block; 
	height: 170px;
}

div#menu_wrapper
{	
	position: relative;		
	top:144px;	
}

div#tickertapewrapper
{
	width:1000px;
}

div#tickertape
{
	height:26px;
	width:720px;
	float:right;
	background: url(/PublishingImages/WerkenBijCordares/tickertape.png) no-repeat 50% 0px;
	margin-right:20px;
	margin-top:4px;
}

*html div#tickertape /*fix for firefox positioning*/
{
	margin-right:10px;	
}

div#flashcontainer
{
	position: absolute;
	width: 1000px;
	z-index: 100;
}

div#main_content
{	
	float: left;
	top: -28px; /* Positioning of the page title */	
	padding:20px;	
	padding-top:0px;
	width:960px;	
}

/* Styling of the page title */
H2.page_title
{
	position: relative;
	top: -8px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #d8d5c8 1px solid;
	font: italic 1.5em georgia;
	color: #45156d;
}

/* WebPart Styling */
.ms-WPBody, .ms-WPBody TD 
{	
	font-size: 1em;		
	font-family: Arial
}

.ms-WPBody a:link, .ms-WPBody a:visited, .ms-WPBody a:hover, .ms-WPBody a:active
{
	color: #45156d;	
	text-decoration: underline
}


/* HtmlEditorTableFormats (5) */
.ms-rteTable-5   
{
	font-family: Arial;
}

.ms-rteTable-5 tr.ms-rteTableHeaderRow-5     
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 1em;
	font-family: Arial;
	text-transform: none;
	font-weight: normal;
	border-spacing: 0px;
	background-color: #ffffff;
}

.ms-rteTable-5 td.ms-rteTableHeaderFirstCol-5, .ms-rteTable-5 td.ms-rteTableHeaderLastCol-5, .ms-rteTable-5 td.ms-rteTableHeaderOddCol-5, .ms-rteTable-5 td.ms-rteTableHeaderEvenCol  
{
	padding: 0px;
	color: #000000;
}

.ms-rteTable-5 td.ms-rteTableHeaderFirstCol-5   
{
	width: 400px;
}

.ms-rteTable-5 tr.ms-rteTableOddRow-5, .ms-rteTable-5 tr.ms-rteTableEvenRow-5 
{
	color: #000000;
	font-size: 1em;
	background: url("/PublishingImages/WerkenBijCordares/bgLine.jpg");
}

.ms-rteTable-5 td.ms-rteTableFirstCol-5, .ms-rteTable-5 td.ms-rteTableLastCol-5, .ms-rteTable-5 td.ms-rteTableOddCol-5, .ms-rteTable-5 td.ms-rteTableEvenCol-5  
{
	padding: 5px 0px 4px 10px;
}

.ms-rteTable-5 td.ms-rteTableLastCol-5 
{
	background-position: right top;
}

.ms-rteTable-5 tr.ms-rteTableFooterRow-5    
{
	color: #000000;
	font-weight: normal;
	font-size: 1em; 
	font-family: Arial;
}

.ms-rteTable-5 td.ms-rteTableFooterFirstCol-5, .ms-rteTable-5 td.ms-rteTableFooterLastCol-5, .ms-rteTable-5 td.ms-rteTableFooterOddCol-5, .ms-rteTable-5 td.ms-rteTableFooterEvenCol-5  
{
	padding: 0px;
	background: url("/PublishingImages/WerkenBijCordares/bgLineBottom.jpg");
	height: 28px;
}

.ms-rteTable-5 td.ms-rteTableFooterLastCol-5 
{
	background-position: right top;
}

/* Print Logo */
img#logoprint
{
	display: none;
}

/* Form */
.textinput
{
	border: 1px solid #000000;
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
}

.textinputsmall
{
    width: 60px;
}

.straatinput
{
    width: 245px;
}

.plaatsinput
{
    width: 283px;
}

.toelichtinginput
{
	height: 80px;
	font-size: 1em;	
}

td.column1
{  
    text-align: right;
    vertical-align: top;
}

td.column2
{
    width: 5px;
}

.validationstyle
{
    color: Red;   
}

div#cv_form
{
	padding-top: 10px;
}

td.kopleft
{	
	text-align: left;
}

td.knoppen
{
	text-align: right;
}