@charset "UTF-8";
/* CSS Document */

/* colors rijschoolexpert:

	paars=#582C6B
	paas_logo=#521E6C
	geel=#FFED00
	groen=#749518
	groen_logo=#82A618
	oranje=#EA8500
	oranje_logo=#F29400
	
	
*/	



html {
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
height:100%;
}


body {
background:url(../pictures/csspix/htmlgradient.png);
background-repeat:repeat-x;
height:100%;
}

img {
border:0;
}

#fixwidth {
width:1020px;
margin:0 auto;
}

#topmenu {
position:relative;
top:-8px;
right:15px;
float:right;
}

.topmenuitem {
background:url(../pictures/csspix/toptab.png);
background-repeat:no-repeat;
float:right;
width:133px;
height:23px;
text-align:center;
}

.topmenuitem:hover {
background:url(../pictures/csspix/toptab-hover.png);
}


.topmenuitem a {
color:#FFED00;
font-weight:bold;
text-decoration:none;
display:block;
width:100%;
height:100%;
}

#spacer {
height:30px;
}

#topbanner {
position:relative;
background:url(../pictures/csspix/headerbg.png);
background-repeat:no-repeat;
height:167px;
width:100%;
}

#container {
width:100%;
position:relative;
}

/* positionering van de bg image */
#container .top {background:url(../pictures/csspix/contentbg.png) no-repeat top left;}
#container .bottom {background:url(../pictures/csspix/contentbg.png) no-repeat bottom left;}
.top, .bottom {position:absolute; width:100%; }
.top {height:60%; left:0px; top:0px;}
.bottom {height:40.2%; bottom:0px; left:0px;}


#menu {
position:relative;
float:left;
width:250px;
padding-top:60px;

}
#right {
float:right;
right:25px;
position:relative;
width:200px;
padding-top:60px;

}

#content { 
position:relative; 
margin-left:260px; 
margin-right:235px;
padding-top:60px;
padding-bottom:60px;
}

#content_no_right_column {
margin-right:0px;
position:relative;
margin-left:260px;
padding-top:60px;
padding-bottom:60px;
}

#content_no_navigation_no_right_column {
margin-right:40px;
position:relative;
margin-left:20px;
padding-top:60px;
padding-bottom:60px;
text-align:center;
}


#contentborder {
position:relative;
padding-left:15px;
padding-right:15px;
border-left:2px solid #F29400;
border-right:2px solid #F29400;
color:#521E6C;
}
#contentborder a {
color:#521E6C;
text-decoration:underline;
}

#stempel {
position:absolute;
top:2px;
left:65px;
}
#logo {
position:absolute;
top:15px;
right:40px;
}

#L {
position:absolute;
bottom:-60px;
left:-100px;
z-index:1;
}
#auto {
position:absolute;
bottom:-60px;
right:-100px;
}

#footer {
font-size:x-small;
float:right;
color:#333;
margin-right:25px;
position:relative;
z-index:5;
}

#footer a {
color:#333;
text-decoration:underline;
}

h1 {
color:#82A618;
}


#right .nieuws {
color:#F29400;
font-weight:bold;
}
#right .nieuws a {
color:#C1272D;
text-decoration:none;
}
#right .nieuws a:hover {
text-decoration:underline;
}

table.lastminutes {
border-collapse:collapse;
border:1px solid #82A618;
width:100%;
}

table.lastminutes th {
color:#FFED00;
background-color:#82A618;
}

table.lastminutes th {
border:1px solid #FFED00;
}

table.lastminutes td {
border:1px solid #82A618;
}

table.lastminutes td.tijd {
text-align:right;
padding-right:3px;
}

.nieuws_header {
width:98%;
background-color:#82A618;
border:1px solid #82A618;
padding-right:5px;
padding-left:5px;
}

.nieuws_data {
float:right;
font-size:x-small;
text-align:right;
color:#521E6C;
}

.nieuws_titel h2 {
color:#C1272D;
margin:0px;
white-space:normal;
}


.nieuws_lang {
width:98%;
border:1px solid #82A618;
margin-bottom:10px;
padding:5px;
}


.pic200left {
float:left;
margin-right:15px;
border:4px solid #82A618;
}

.pic200right {
float:right;
margin-left:15px;
border:4px solid #82A618;
}