body {
	font: 55%/120% Verdana, Helvetica, Arial, Sans-serif;
}

/* text */
.large {
	font-size: 1.2em;
}
.larger {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

/* anchors */
a	{
	color: #ccff99;
}
a:hover	{
	color: #4F4B5A;
}
.more {
	font-weight: bold;
	font-style: normal;
	color: #c00000;
}


/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}

h1 {
	font-size: 1.8em;
	color: #004861;
}

h2 {
	font-size: 1.5em;
	color: #000000;
	margin-bottom: 30px;
}

h3 {
	font-size: 1.3em;
	color: #111111;
}


h4 {
	font-size: 1.2em;
	color: #DDDDDD;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}


/* images & alignment */

img {
	border: none;
}
.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}
.border img,
img.border {
	border: 1px solid #222;
}

.caption {
	font-style: italic;
	font-size: 0.9em;
	line-height: 130%;
	color: #666aad;
}
.caption img {
	margin-bottom: 0.3em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
.center {
	text-align: center;
}


/* tables */

table {
	border-collapse: collapse;
	border: 0px solid #ccff99;
}
table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 0.25em 0.3em;
}


/* forms */

fieldset {
	border: 1px solid #ccff99;
	padding: 10px;
}
legend {
	color: #4F4B5A;
	font-weight: bold;
}
* html legend {
	margin-bottom: 10px;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
}

input,
textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}

.defaultWidth {
	width: 220px;
}

input.button {
	width: auto;
}

#wrapper input.radio,
#wrapper input.check {
	background: none;
	border: none;
}

#wrapper .button {
	border-top: 1px solid #99cc99;	
	border-left: 1px solid #669966;
	border-bottom: 1px solid #336633;
	border-right: 1px solid #669966;
	background: #020202;
	color: #fff;
	display: inline-block;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: white;
}
* html #wrapper input.button {
	padding: 1px 2px 0 2px;
}
#wrapper .button:hover {
	border-top: 1px solid #336633;	
	border-left: 1px solid #669966;
	border-bottom: 1px solid #99cc99;
	border-right: 1px solid #669966;
	background: #000000;
	color: white;
}

.publiced {
	color: #004861;
	font-weight: bold;
}
.required {
	color: #c00000;
	font-weight: bold;
}
.alert{
	color: #c00000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#loginfail {
	color: #c00000;
}
#loginfail fieldset {
	text-align: center;
	border: 1px solid #c00000;
	padding: 10px;
}

form table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 0;
}

form table td,
form table th {
	vertical-align: top;
	padding: 0.25em;
}

form table td.label,
form table th {
	width: 12em;
	text-align: left;
}

form #titulatuur,
form #fc_nederlandWoonplaats,
form #woonplaats {
	width: 141px;

}


.container{
	float: left;
	width: 300px;
	height: 150px;
	border: 1px solid #DDDDDD;
	padding-left: 5px;
}
