/* averechts active template  */
/* Averechts Website kleur rood: #CC0033 */
/* CSS global reset for all browsers */

* {
/* 	padding: 1px; */
/* 	padding: 0px; */
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

body {
   font-family: Verdana, Arial, sans-serif;
	 font-size:11px;
   color: #000000;
   background-color: #CCCCCC;
}
textarea {
   font-family: Verdana, Arial, sans-serif;
	 font-size:11px;
   color: #000000;
}

.joomlatekst {
	/* padding: 1px; */
	/* margin: 0px; */
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #000000;
}
.moduletable {
margin: 2px;
}
.sectiontableentry1 {
   background: #EEEEEE;
}
.sectiontableentry2 {
   background: #DDDDDD;
}
#pagetable {
	width: 100%;
	height:100%;
}

#header {
	 /* display: none; */
}

#minhoogte {
	height:800px;
  float:right;
  width:1px;
	background-color: transparent;
}

#steunbalk {
   clear:both;
   height:1px;
   overflow:hidden;
   background-color: transparent;
}

#secondrow {
	vertical-align: top;
}
#modulesbanner {
   display: none;
}

#modulesleft {
/*	width:140px; */
	width:160px;
	vertical-align: top;
  text-align:right;
  top: 10px; /* For opera??*/
}
#modulescenter {
	position: relative;
	width:100%;
	/* vertical-align: top; */
	top: -10px;
	z-index: 10;
	background-color: transparent;
        color: #000000;
	padding-top: 20px; /* xxxxxx, joost: zodat de tekst niet over het logo valt*/
}
#modulesright {
/*	width:140px; */
	width:145px;
	vertical-align: top;
  text-align: left;
  top: 10px; /* For opera??*/
  padding: 4px /* XXXXX Joost: beetje van wit aftrekken en links uitlijnen voor paginabeeld */
}
#chatbarText {
  border-color: #CC0033;
}
#backgroundimage {
	position: absolute;
	top:0px;
	width: 100%;
	height: 110em; /* joost: niet in % voor IE7*/
	z-index: -1;
	background-color: transparent;
}
.mod_login {
 width:120px;
}
div[id="modulesright"] ul
{
 list-style-type: none;
}

div[id="modulesleft"] ul
{
 list-style-type: none;
}

div[id="modulescenter"] ul
{
 list-style-type: none;
}

#footer {
	/* position: absolute; */
	bottom: 30px;
	text-align: center;
	margin-left: auto;
  margin-right: auto;
  width: 95%;
	/* display: none; */
}

.contentpaneopen {
padding-left: 12px;
padding-right: 12px;
}

.contentheading {
         font-weight: bold;
}

.mod_events_latest {
         padding: 0.25em;
         border-top: 1px solid gray;
        
}
.mod_events_td_todaynoevents{
background: white;
}
.mod_events_td_todaywithevents{
background: white;
font-weight: bold;
}

h3 { /* xxxxxx, chris: titels in moduletable */
   font-size:11px;
}
input.inputbox{ /* xxxxxx, chris: breedte van input box van search veld */
   width:100%;
}
.moduletable_userlist{
   color:blue;
}

.fotorand10px{
   margin: 5px 10px 5px 10px;
}

.fotorandalignL{
   margin: 5px 10px 5px 0px;
   float:left;
}

.fotorandalignR{
   margin: 5px 0px 5px 10px;
   float:right;
}

#chatbarText {
	/* padding: 1px; */
	/* margin: 0px; */
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #CC0033;
}
#mainlevel_mainmenu {
    text-align:right;
    list-style-type:none;
}

#averechtslogo {
    position:absolute;
    top: 2px;
    right: 160px;
    z-index: 500;
}
/* xxxxxx, chris: Probeerseltje om openingstijden linksboven te zetten */
#averechtslinksboven {
    position:absolute;
    top: 2px; 
    left: 151px;
    z-index: 500;
}

#chatoutput {
    border:3px;
    background:green;
}

.linknobackground:hover {
    background:transparent;
}

#mainlevel {
    text-align:right;
    list-style-type:none;
}


a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
        /* font-weight:lighter;    */
	text-decoration: underline;
	background-color:#CCCCCC;
}
a:active {
	color: #CC3300;
        text-decoration: underline;
}
