@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	text-align: left;
}
body {
	text-align: center;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
hr {
	height: 1px;
}
input, select {
	padding-top:  3px;
	padding-left:   10px;
	padding-right:  10px;
	padding-bottom:  3px;

	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;

	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	background-image: url(../img/bg_topmenu.gif);
}
input:HOVER {
	cursor: pointer;
	background-image: url(../img/bg_topmenu_select.gif);
}

textarea {
    font-weight: normal;
	font-size: 10px;
	padding: 2px;
	padding-left: 10px;
	border: 1px solid;
}

img {
	border: 0px none;
}

h1 {
	margin-top: 15px;
	position: relative;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
    font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
h2 {
	position: relative;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px;
	padding-top: 0px;
	padding-left: 0px;
    font-weight: bold;
	font-size: 12px;
}

.textfield {
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: solid 1px;

	padding-top:  5px;
	padding-left:   10px;
	padding-right:  10px;
	padding-bottom:  5px;
	
}
.bigText {
	font-size: 14px;
}

.frameTable, .frameTable tr, .frameTable td, .frameTable th {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.inbox th {
	border-bottom: 1px solid;
}
.inbox th#col1 {
	width: 120px;
}

.inbox th#col2 {
	width: 160px;
}

.inbox th#col3 {
	
}

.inbox a {
	text-decoration: none;
}
.inbox a:hover {
	text-decoration: underline;
}

.formtabel td {
	vertical-align: top;
}

#bolletjes ul {
	margin: 10px 0 0 30px;
}

