html{
	height: 100%;
	margin:0px auto;
	padding: 0;
	color:#555555;
}

body{
	background-image: url(../images/bg.gif);
	margin:0px auto;
	padding:0; 
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

hr{
	color:#cecece;
}

a:link {
	color: #555555;
	text-decoration: underline;
}

a:visited {
	color: #555555;
	text-decoration: underline;
}

a:active {
	color: #555555;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
} 

/*------------------------------------------------*/

.menu a:link{
	color: #999999;
	text-decoration: none;
	font-size:10pt;
	font-weight:bold;
}

.menu a:visited{
	color: #999999;
	text-decoration: none;
	font-size:10pt;
	font-weight:bold;
}

.menu a:hover {
	color: #000000;
	text-decoration: underline;
} 

/*------------------------------------------------*/

.tablink a:link {
	color: #555555;
	text-decoration: none;
}

.tablink a:visited {
	color: #555555;
	text-decoration: none;
}

.tablink a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
} 

div.container{
	width:1000px;
	height:1000px;;
	background-color:#000;
	margin: 0px auto;
	text-align:center;
}

div.bgleft{
	float:left;
	width:14px;
	background-image: url(../images/bgleft.jpg);
	height:100%
}

div.bgright{
	float:right;
	width:14px;
	background-image: url(../images/bgright.jpg);
	height:100%
}

div.header{
	z-index:1;
	position:relative;
	left:14px;
	height:200px;
	width:940px;
	background-color:white;
	padding:0;
	margin:0px auto;
}

div.title{
	width:70%;
	text-align:left;
	border:1px solid #cecece;
	background-color:#eeeeee;
	padding:8px;
	margin:0px auto;
}

div.body{
	width:70%;
	text-align:left;
	/*border:1px solid #cecece;*/
	background-image:url(../images/bgpost.gif);
	padding:10px;
	margin:5px auto;
}

div.moduleleft{
	float:left;
	width:174px;
	border-right:1px solid #cecece;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

div.moduleright{
	position:relative;
	left:900px; /* 589 */
	top:-5px;
	width:174px;
	height:100%;
	border-left:1px solid #cecece;
}

div.contents{
	float:right;
	margin: 0px 4px 0px 4px;
	width:782px; /* 610 */
	text-align:left;
	background-color:#fff;
}

.index_header{
	border: 1px solid #CECECE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 25px;
	padding-left: 8px;
	background-color: #FFFFFF;
}

.index_body{
	background-image : url(../images/bgpost.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 15px;
	vertical-align: top;
}

div.module_titel{
	background-color : #FFFF00;
	border-top: 1px solid #676767;
	font-size: 8pt;
	height:22px;
	background-image : url(../images/module_onder.jpg);
	background-repeat : repeat-x;
}

td.register{
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

input:text{
	background-color:#cecece;
	border:1px solid #676767
}

textarea{
	border:0px;
}

div.tableftover{
	float:left;
	background-image : url(../images/tabs/links_over.gif);
	width:13px;
	height:30px;
}

div.tableft{
	float:left;
	background-image : url(../images/tabs/links.gif);
	width:13px;
	height:30px;
}

div.tabmiddleover{
	float:left;
	background-image : url(../images/tabs/midden_over.gif);
	height:30px;
	width:13px;
	text-align:center;
}

div.tabmiddle{
	float:left;
	background-image : url(../images/tabs/midden.gif);
	height:30px;
	width:13px;
	text-align:center;
}

div.tabrightover{
	float:left;
	background-image : url(../images/tabs/rechts_over.gif);
	height:30px;
	width:13px;
}

div.tabright{
	float:left;
	background-image : url(../images/tabs/rechts.gif);
	height:30px;
	width:13px;
}

div.border{
	border:1px solid #cecece;
}

div.button{
	background-color:#eeeeee;
	border:1px solid #888888;
	text-align:center;
	margin:0px auto;
}


table{
	height:100%;
	border:hidden;
	border:0px;
	border-spacing:0px;
	padding:0;
	margin:0;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

table.calender{
	height:100%;
	width:100%;
	border:0px solid #cecece;
	border-spacing:0px;
	padding:0;
	margin:0;
	border-collapse:collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

td.monthday{
	border:1px solid #cecece;
	height:80px;
	width:14%;
	vertical-align:top;
}

td.today{
	border:2px dashed #999999;
	height:80px;
	width:14%;
	vertical-align:top;
}

input{
	color:#555555;
	border:1px solid #cecece;
	background-color:#eeeeee;
}

input_over{
	color:#000000;
	border:1px solid #000000;
	background-color:#eeeeee;
}

input_out{
	color:#555555;
}

select{
	color:#555555;
	border:1px solid #cecece;
	background-color:#eeeeee;
}

table.100{
	width:100%;
}

div{
	border: 0px solid;
}