* {
	font-family: sans-serif;
}

html {

	height:100%;
    margin:0;
	padding:0;
}
		
body {	
	font-size: 12px;	
	margin:0;
	padding:0;
	background-color: #EEEEEE;	
	background: url('../images/spiegelborduur.png') right top no-repeat, url('../images/kleinekunstjes.png') no-repeat bottom left, url('../images/bg.jpg');	
}

#website {
	
	width: 800px;
	margin: auto;
	margin-top: 50px;
	
}

#navigation ul li {
	-moz-top-left-border-radius: 5px;
	border-top-left-radius: 5px;
	-moz-top-right-border-radius: 5px;
	border-top-right-radius: 5px;
}

#content {
	-moz-border-radius: 5px;
	border-radius: 5px;	
	/*
	-moz-box-shadow: 10px 10px 5px rgba(0,0,0,.6);
	box-shadow: 10px 10px 5px rgba(0,0,0,.6);
	*/
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.6);	
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.6);	
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,.6);	
	-o-box-shadow:0px 0px 20px rgba(0,0,0,.6);	
	box-shadow:0px 0px 20px rgba(0,0,0,.6);	
	
}

#navigation ul {
	padding-left: 20px;	
}

#navigation ul li {
	list-style-type: none;
	display:inline;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid black;
	background-color: #8888cc;	
	padding-left: 10px;
	padding-right: 10px;	
	cursor: pointer;
	
}
#navigation ul li  a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navigation ul li:hover {	
	background-color: #aaaaee;
}

#content {
	margin-top:-12px;
	background-color: #FFFFFF;
	border: 1px solid black;	
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
}


a:link, a:visited, a:active, a:hover  {
	color: black;	
	text-decoration:none;
}


.form_label {
	float: left;
	width: 100px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: bold;
	
}

.form_input {
	float: left;
	width: 155px;
}

.form_submit {

    text-align:right;
}

.clear {
	clear:both;
}


table thead th {
	background-color: #8888cc;
	color: #ffffff;	
}

.nieuws_entries td:first-child{
	text-align: center;	
}


td:last-child {
	text-align: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 1px solid #bbbbbb;
	width: 100%;
	margin-top: 10px;
	
}

table tr:nth-child(even) {background: #CCF}
table tr:nth-child(odd) {background: #FFF}

tr:hover > td {
	background: #eeeeee;
}

 td:last-child {
	margin-left: 100px;
}

th {
	text-align:left;
	font-size: 0.9em;
	text-transform: uppercase;
}
.options {
	text-align:left;
	float:right;
}
a.button {
	font-size: 1.1em;
}
.ui-button: {
	/*font-size: inherit !important;*/
	margin-right: 0 !important;
}
.nieuws_entries > .ui-button-icon-only, .ui-button {
	font-size: 10px;
}

.code {
	font-family: courier;
}

.center {
	text-align: center;
}

.page_title {
	font-size: 1.5em;
	padding-right: 10px;
	float: left;
	text-transform: uppercase;
}

.clear {
	clear:both;
	}