html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Komt overeen met 10px. */
	background: #c8c8c8 url('./images/bg_main.gif') no-repeat 50% 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

a:link, a:active, a:visited {
	border-bottom: 1px solid #333;
	color: #000000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #c41f26;
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
}

button, .button {
	padding: 1px 10px;
	font-size: .9em;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial;
	background: url('./images/bg_button.gif') repeat-x 0 0 #c41f26;
	border: 1px solid #c41f26;
	margin: 10px 0;
}

button:hover, .button:hover {
	cursor: pointer;
}

.button {
	padding: 0 10px;
	font-size: .8em;
	margin-bottom: 3px;
}

#header {
	height: 135px;
	margin: 0 auto;
	width: 450px;
	padding-left: 550px;
}

#header img {
	margin: 35px 10px 0;
	border: 1px solid #000000;
}

#container {
	margin: 0 auto;
	padding: 0;
	background: url('./images/bg_panel.png') no-repeat 0 0;
	width: 1000px;
	height: 610px;
}

.menu {	
	height: 34px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 35px;
	padding-top: 20px;
}

.menu ul li {
	display: inline;
	font-size: 1.4em;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Verdana;
}

.menu ul li a:link, .menu ul li a:active, .menu ul li a:visited {
	display: block;
	background: url('./images/bg_menu2.png') 100% -29px no-repeat;
	float: left;
	padding: 0 15px 0 0;
	color: #000000;
	position: relative;
	text-decoration: none;
	border-bottom: none;
}

.menu ul li a:link span, .menu ul li a:active span, .menu ul li a:visited span {
	background: url('./images/bg_menu1.png') 0 -29px no-repeat;
	padding: 7px 5px 4px 20px;
	white-space: nowrap;
	display: block;
}

.menu ul li a:hover {
	background-position: 100% 0;
}

.menu ul li a:hover span {
	background-position: 0 0;
	color: #ffffff;
}

.content {
	font-size: 1.4em;
	padding: 15px 25px 25px 25px;
}

.content_content {
	border: 5px solid #c41f26;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px;
	height: 510px;
}

.content_content ul li {
	padding: 0;
	margin: 0;
}

.tablebg {
	background: #333333;
	padding: 1px;
}

table.pages {
	background-color: #333333;
	width: 100%;
}

table.pages th {
	background: url('./images/bg_table.gif') repeat-x 0 0;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	color: #ffffff;
	padding: 2px 10px;
}

table.pages td {
	background-color: #c8c8c8;
	padding: 3px 10px;
	font-size: .9em;
	vertical-align: top;
}

table.pages td.icon {
	width: 16px;
	padding: 3px 2px;
}

table.pages th.name {
	width: 160px;
}

table.pages th.description {
	width: 50%;
}

fieldset.page_edit dd, fieldset.login dd {
	margin: 5px 0 0 0;
}

.inputbox {
	border: 1px solid #333;
	padding: 2px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: transparent;
	width: 200px;
}

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

.inputbox:hover, .inputbox:focus {
	border-color: #c41f26;
}

.img_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.img_list li {
	display: block;
	width: 225px;
	float: left;
}

.img_list li a {
	display: block;
	border-bottom: none;
	margin-bottom: 10px;
}

.img_list li img {
	border: 0;
}

table.contact_table tr td input,
table.contact_table tr td textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 3px;
	color: #333333;
	border: 1px solid #333333;
	background-color: transparent;
	width: 180px;
}

table.contact_table tr td textarea {
	width: 350px;
}

table.contact_table tr td input:hover, table.contact_table tr td input:focus,
table.contact_table tr td textarea:hover, table.contact_table tr td textarea:focus {
	border-color: #c41f26;
}

table.contact_table tr td input.submit {
	width: inherit;
	padding: 3px 10px;
	cursor: pointer;
	display: block;
	background: url('images/bg_button.gif') repeat-x 0 0;
	border: none;
	color: #ffffff;
}
