/* basis stijlen */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center; /*hack vanwege centreren in win ie*/
}

body, div, span, p, ul, ol, li, td, tr {
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 13px;	
	line-height: 17px;
	color:#666666;
}

p {
	margin-bottom: 10px;
}

a {
	color: #557ccb;
}


a:hover {
	color: #557ccb;
}

a:active {
	color: #557ccb;
}

/* style voor visited uitgeschakeld
a:visited {
	color: #0000FF;
}
*/

a.current {
	color: #000000;
}

a.current:hover {
	color: #FFFFFF;
}

h1 {
	font-size: 24px;
	line-height: 15px;
}

h2 {
	font-size: 18px;
	color: #555555;
	font-variant: small-caps;
}

h3 {
	font-size: 14px;
	line-height: 28px;
}

.menuitem1 {
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 10px;
	border: 1px solid #557ccb;
}

.menuitem2 {
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 10px;
	border: 1px solid #557ccb;
}

.menuitem3 {
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 10px;
	border: 1px solid #557ccb;
	}

.menuitem4 {
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 10px;
	border: 1px solid #557ccb;
}

.menuitem5 {
	text-decoration: none;
	display: block;
	padding: 5px 25px 5px 10px;
	border: 1px solid #557ccb;
	}

.menuitem6 {
	text-decoration: none;
	display: block;
	padding: 5px 20px 5px 10px;
	border: 1px solid #557ccb;
}

.undertext {
	color: #FFF;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.undertext a {
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

.undertext a hover {
	color: #FFF;
	text-decoration: underline;
}

#container {
	background-color: #fff;
	padding: 0;
	width: 800px;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	 /*de volgende 2 regels centreren #container */
	margin-left: auto;
	margin-right: auto;
	text-align:left; /*hack vanwege centreren in win ie*/
}

#header {
	background-image: url(images/cargovision_head4.gif); 
	height:110px;
	background-repeat: no-repeat;
	background-color:#fff;
}

#content1 {
	background-color: #fff;
	margin: 0;
	padding: 0;
	float:left;
	width: 590px;
	height: 550px;
	border-left: 2px solid #557ccb;
	border-right: 2px solid #557ccb;
	margin-bottom: 10px;
}

#content1a {
	background-color: #fff;
	margin: 0;
	padding: 0;
	float:left;
	width: 590px;
	height: 100%;
	border-left: 2px solid #557ccb;
	border-right: 2px solid #557ccb;
	margin-bottom: 10px;
}

#content2 {
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	/* het volgende is 'short-hand, volgorde: top, right, bottom, left*/
	width: 192px;
	height: 100%;
	float:left;
	padding: 0px 0 0 10px; 
	text-align:left;
}

.post {
	/* het volgende is 'short-hand, volgorde: top, right, bottom, left*/
	padding: 10px 10px 0 1px;
	margin: 0 0 0 10px;
	background-color: #fff;
}

#content2 ul {
	background-color: #0000FF;
	margin: 0;
	padding: 0;
}

#content2 ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content2 ul li a {
	color: #FF9999;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

#content2 ul li a:hover {
	text-decoration:underline;
}

#content2 h3 {
	color: #FFFFFF;
}

#footer {
	width: 800px;
	clear: both;
	background-color:#0fa09c;
}

/* formulier elementen */

input {
	font-family:Arial, Helvetica, sans-serif ;
	border: 1px solid #666666;
	color: #555555;
}

fieldset {
padding: 10px 10px 10px 10px;

}
input.text {
	width: 300px;
}

input.radio {
	border: 0px none #666666;
}

input.submit {
	border: none;
}