@import url(resetclearfix.css);
@import url(classes.css);
@import url(menu.css);
@import url(calendar.css);


body {
	background: url('../data/images/bg.gif') repeat-x #c1131d;
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	text-align:center;
}

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

a:hover {
	color: #b5b5ad;
	text-decoration: none;
}

.tekst_wit a {
	color: #880a0d;
	text-decoration: underline;
}

.tekst_wit a:hover {
	color: #b5b5ad;
	text-decoration: none;
}


#container {
	margin:0 auto;
	width:915px;
	text-align:center;
	height: 600px;
}

#container_mail {
	margin:0 auto;
	width:915px;
	text-align:center;
}

.header {
	height: 120px; 
}

.header .logo{
	padding: 5px 0px 0px 0px;
	float: left;
}

.midden {
	text-align: left;
}

.content {
	text-align: left;
}

.content_blok  {
	float: left;
	line-height: 16px;
}

.content_blok .geplaatst {
	padding-left:18px;
	font-size: 11px;
}

.content_blok .tekst {
	border: solid 1px #FFF;
	background: url(../data/images/content-bg.gif);
	padding: 10px;
	color: #FFF;
}


.content_blok .tekst_wit{
	border: solid 1px #646464;
	background: url(../data/images/content-bgw.gif);
	padding: 10px;
	color: #373737;
}

.nieuws_container {
	border-bottom: solid 1px #6c0206;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}


.footer {
	background: #890b0f;
	width:905px;
	color: #FFF;
	font-size: 10px;
	padding: 5px;
	margin-top: 20px;
}

.login input {
	border:solid 1px #131313;
	padding: 2px;
}

input, textarea, select {
	border:solid 1px #000;
	padding: 2px;
}

.uren_van input {
	width: 50px:
	border:solid 1px #131313;
	padding: 2px;
}

#uren table {
	margin-bottom: 5px;
	border-bottom:solid 1px #141318;
}

#uren table#tablekop {
	border-bottom:solid 1px #FFF;
	width: 100%;
}

#uren table#tablekop th.datum{
	width: 102px;	
	text-align: left;
}

#uren table#tablekop th.van{
	width: 102px;
	text-align: left;
}

#uren table#tablekop th.tot{
	width: 102px;
	text-align: left;
}

#uren table#tablekop th.km{
	width: 100px;
	text-align: left;
}

#uren table#tablekop th.activiteit{
	width: 265px;
	text-align: left;
}

#uren table#tablekop th.project{
	text-align: left;
}



#uren td {
	padding-bottom: 5px;
}

#uren td.icon{
	width:16px;
}
#uren td.dag{
	width:20px;
	padding-left: 4px;
	text-transform: capitalize;
	font-weight: bold;
}

#uren td.datum{
	width:50px;
}

#uren td.tijd, #uren td.tijd2, #uren td.km{
	width:100px;
	
}
/*
#uren td.activiteit, #uren td.project{
	width:235px;
	text-align: right;
}
*/
#uren table td select {
	width: 230px;
}

#uren .feestdag input, #uren .feestdag select {
	background: #d8d7dc;
}

.errorDiv {
	background: #fdff61;
	border:solid 1px #fcff1c;
	padding: 4px;
	color: #333333;
	margin-bottom: 3px;
}

input.ureninput {
	width: 30px;
}
