/* CSS Document GLOBAL - THINLINE CMS */
/* Made by Thinline */
/* Do not copy */

body, html {
	height: auto;
	background-color: #fff;
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	font-family: Helvetica, "Lucida Grande", Arial, sans-serif;
	background-image: url(../../img/bg.gif);
	background-position: center top;
	background-repeat: repeat;
}

a {
	color: #97ac44;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: #97ac44;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #97ac44;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ff9900;
	/*
	blauw #233864
	donkergroen #6d821a
	*/
	text-decoration: none;
	font-weight: normal;
}



p {
	padding-bottom: 15px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

h2.title {
	color: #97ac44;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 13px;
}

h2.infotitle {
	color: #97ac44;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}

h2.mainsport_title {
	color: #97ac44;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 13px;
	text-transform: uppercase;
}

h2.sport_item_title {
	display: block;
	font-size: 16px;
	padding-bottom: 13px;
}

.green {
	color: #97ac44;
}

input, textarea, select {
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #222;
}

textarea {
	min-height: 30px;
	padding: 2px 3px;
}

input {
	border: solid 1px #aaa;
	padding: 2px 5px;
}

input.input-submit, input.input-reset {
	font-size: 11px;
	font-weight: 300;
	text-align: center;
	color: #333;
	cursor: pointer;
	padding: 3px 12px;
	background: url(images/buttonbg.png) repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CDCDCD #BABABA #BABABA #CDCDCD;
}

input.input-submit {
	float: right;
}

input.input-reset {
	float: left;
}

input.input-submit:hover,
input.input-reset:hover {
	border: 1px solid #BABABA;
	background: url(images/buttonbg.png) repeat-x 0 -47px;
}

input.input-submit:active,
input.input-reset:active {
	border-color: #888888 #D5D5D5 #D5D5D5 #888888;
}


select.input-list
{
	background:  #97ac44;
	background-color: #97ac44;
	border-left: 1px solid #97ac44;
	border-right: 1px solid #97ac44;
	border-top: 1px solid #97ac44;
	border-bottom: 1px solid #97ac44;
	font-size : 11px;
	color: #fefefe;
	width:132px;	
}

input.input-text
{
	width:140px;
}

input.submit-spacing {
	margin-top: 20px;
}

input.input-text_small {
	width:80px;	
}

input.input_radio {
	margin: 4px 10px 7px 0px;
}

#siteframe {
	position: relative;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 900px;
	height: 140px;
	background-image: url(../../img/vl_header.gif);
	background-repeat: no-repeat;
}

#contentframe {
	position: relative;
	left: 26px;
	background-image: url(../../img/bg_content.png);
	background-repeat: repeat-y;
	height: auto;
	width: 846px;
}

#pusher {
	position: relative;
	height: 430px;
	width: 18px;
	float: left;
}

#content {
	position: relative;
	height: auto;
	left: 26px;
	top: 20px;
	margin-bottom: 40px;
	float: left;
}

.spacer {
	clear: both;
}

#bottom {
	position: relative;
	width: 846px;
	height: 50px;
	border-top-width: 18px;
	border-top-color: #fff;
	border-top-style: solid;
	text-align: center;
	vertical-align: middle;
	padding-top: 14px;
	left: 26px;
}

.img_logo {
	border: none;
	margin-left: 40px;
	margin-right: 40px;
}


br {
	clear: left;
}

.error{
	border-color: red;
	border-width: 1px;
	border-style: solid;
}
.succes{
	border-color: #97ac44;
	border-width: 1px;
	border-style: solid;
}
.jalo{
	right: 40px;
}
.ghostclass{
	color: #BBB;
}
.focusclass{
	background-color: #f5fdd9;
}

#container{
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
}

.table_yesno {
	width: 150px;
}
.table_yesno td {
	width: 75px;
}

span.errormessage {
	display: block;
	padding: 10px 20px 10px 20px;
	margin-bottom: 15px;
	background-color: #f77;
	border: 1px solid #aaa;
	color: #fff;
	
}
.title_question{
}
