/* @override 
	http://absovatraining.nl/public/css/site.css
	http://www.absovatraining.nl/public/css/site.css
*/

/* @group General */

a {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #515151;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #000;
}
a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #515151;
}

html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
  background-color: white;
	font: 10.5px/14px Verdana;
	text-align:center;
	margin: 0;
	padding: 0;
	word-spacing: 1px;
	height: 100%;
}

.clear {
	clear: both;
}
#topimg{
	background: #ffce09 url(/public/images/site/bgtop.jpg) repeat-x;
	position: fixed;
	z-index: 20;
	height: 145px;
	top: 0px;
	left: 0px;
	right: 0px;
	
}

#container{
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	text-align: left;
}

#containerBG{
	width: 1024px;
	position: fixed;
	height:100%;
	margin-left: -12px;
	background-color: #ffce09;
}
#whiteBG{
	width: 800px;
	height:100%;
	left: 100px;
	position: absolute;
	background-color: #fffeff;
	
}

h1 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

h2{
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin-top: 20px;
}

h3 {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 10px;
}


/* @end */

/* @group Header */

#header {
	height: 145px;
	position: fixed;
	width: 1012px;
	top: 0px;
	z-index: 60;
}

.hiddenText {
	text-indent: -9000px;
}

#logo {
	background-image: url(/public/images/site/header.jpg);
	width: 623px;
	height: 135px;
	position: relative;
	left: -12px;
	z-index: 60;
}

#headerImage1{
	width: 379px;
	height: 184px;
	position: absolute;
	right: 23px;
	top: 0px;
	z-index: 80;
}

#headerImage2{
	background-image: url(/public/images/site/h1_2.jpg);
	width: 324px;
	height: 158px;
	position: absolute;
	right: 34px;
	top: 184px;
}

/* @group Menu */

#menu a {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	display: block;
	width: 155px;
	height: 100%;
}

#menuContainer {
	z-index: 50;
	position: relative;
	left: 28px;
	width: 170px;
	top: 10px;
	background-color: #c31717;
}

#menu{
	background-image: url(/public/images/site/menubg.jpg);
	width: 170px;
	padding-bottom: 1px;
}
#menuTop {
	background-image: url(/public/images/site/menutop.jpg);
	width: 170px;
	height: 1px;
}

#menuBottom {
	background-image: url(/public/images/site/menubottom.jpg);
	width: 170px;
	height: 13px;
}

#menu ul{
	margin: 0;
	list-style-type: none;
	padding: 6px 0 0;
	margin-left: 2px;
	margin-right: 1px;
}

#menu li{
	font-size: 14px;
	color: #ffffff;
	
}
#menu li:hover{
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: #d11918;
	border-bottom: 1px solid #a51313;
	border-top: 1px solid #a51313;
}
#menu li:active{
	background-color: #b61312;
}


/* @end */

/* @end */

/* @group Page */

/* @group image */

#pageImageContainer {
	width: 230px;
	max-height: 245px;
	position:fixed;
	z-index: 80;
	top: 355px;
	margin-left: 650px;
	display: none;
	text-align: center;
}

#pageImage{
}

#imageControls{
	height: 20px;
	width: 100%;

}
#imagePrev{
	float: left;
	color: #fffeff;
	background-color: #c31717;
	padding: 2px 5px;
	cursor: pointer;
}
#imageNext{
	padding: 2px 5px;
	float: right;
	color: #fffeff;
	background-color: #c31717;
	cursor: pointer;
}



/* @end */


#pageContainer
{
	width: 800px;
	height: auto;
	background-color: #fffeff;
	z-index: 0;
	left: 100px;
	position: relative;
	top: 145px;
	padding-bottom: 60px;
	bottom: 0px;
}

#page {
	width: 420px;
	margin-left: 115px;
	overflow: auto;
	bottom: 0px;
	top:0px
}

/* @end */

/* @group Footer */

#footer {
	padding-bottom: 20px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 800px;
	background-color: #ffffff;
	margin-left: 100px;
	z-index: 90;
}
#footer a{
  color: #ababab;
}
#address{
	margin-top: 10px;
	color: #6f0c0c;
	font-weight: bold;
	font-size: 11px;
}
#copyright{
	margin-top: 3px;
	font-size: 9px;
	color: #ababab;
}



/* @end */

/* @group Form */

#submit{
	width: auto;
	margin-left: 100px;
}

#formcontainer {
	margin-bottom: 20px;
}
form input, form textarea{
	float: none;
	border: 1px solid #bc5528;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	width: 275px;
}
form textarea{
	height: 100px;
}



form ul{
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
}


form li{
	margin-top: 3px;
	clear: both;
	display: list-item;
	padding: 0;
	background-color: transparent;
}

form label{
	margin-top: 4px;
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 15px;
}

#formresult{
	display: none;
	padding-top: 5px;
	border: 1px solid #bc5528;
	padding: 10px;
	margin-top: 5px;
	background-color: #fdffe5;
}
#formresult.error{
	background-color: #f7a8a0;
	display: block;
}
#formresult.success{
	display: block;
}

/* @end */

