@import 'undohtml.css';
@import 'chromestyle.css';
@import 'jro_guestbook_style.css';

body 
{ 
	background-color: #DDEEFF;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
a { color: #4488CC; }
a:hover { text-decoration: underline;}

/* Main Page element, used to center the contents */
#wrapper{
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#pageframe {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #000000;	
	float: left;
	background-color: #FFFFFF;
}

/* Top of the page */
#header{
	width: 100%;
	height: 150px;
	float: left;
	background-image: URL(../gfx/titlebar.png);
	background-repeat: no-repeat;
	text-align: left;	
}


/* The rest of the page */
#divBody{
	position:relative;
	float: left;
	width: 100%;
	padding: 0px 0px 60px 0px;
	background-image: URL(../gfx/skyline.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	
}

table.tableBody {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

td.leftColumn {
	width: 180px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

td.centerColumn {
	width: 500px;
	vertical-align: top;
}

td.rightColumn {
	width: 180px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}

#text {
	padding: 20px 20px 40px 20px;
	position: relative;
	float: left;
	font-size: 13px;
}

#text h1 {
	font-size: 24px;
	margin-bottom: 20px;

}

#text h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#rightcolumn {
	width: 220px;
	float: left;
	padding: 10px 10px 10px 10px;
}

div.rcoe {
	border: 1px solid #113899;
	margin-bottom: 20px;
	background-color: #99BBDD;
}


li.rcoeTitle {
	width: 100%;
	background-color: #113899;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	
}

li.rcoeUnderTitle {
	width: 100%;
	background-color: #113899;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0px 4px 0px;
	font-size: 9px;
	margin-bottom: 3px;
	
}


li.rcoeContent  {
	background-color: #99BBDD;
	font-size: 10px;
	padding : 0px 0px 3px 5px;
	overflow: hidden;
	
}

li.rcoeContent a { color: #113899; }
li.rcoeContent a:hover { color: #4477AA; }

div.randomPic {
	border: 0px solid #113899;
	margin-bottom: 10px;
}

div.randomPicTitle {
	width: 100%;
	background-color: #113899;
	color: #FFFFFF;
	height: 21px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
	
}

div.randomPic img {
	border: 1px solid #113899;
	width: 178px;
}

div.bestuursblog{
	border: 1px solid #000000;
	padding: 4px;
}

div.bestuursblog p.header{
	width: 100%;
	font-size: 21px;
	font-weight: 800;
	color: #4488CC;
	text-align: center;
}

div.liftwedstrijd{
	border: 1px solid #000000;
	padding: 4px;
}

div.liftwedstrijd p.header{
	width: 100%;
	font-size: 21px;
	font-weight: 800;
	color: #4488CC;
	text-align: center;
}

#footer {
	position: relative;
	float: left;
	top:20px;
	width: 100%;
	color: #202020;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #404040;
}

p {
	margin-bottom: 10px;
}

blockquote {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}

div.loginStatus {
	margin-top: 10px;
	with: 100%;
	color: #99BBDD;
	text-align: center;
}

p.loginStatus {
	font-size: 10px;
	font-weight: bold;
}

a.loginStatus { color: #99BBDD; }

div.banner {
	margin-bottom: 20px;
}

img {
	border-style: none;
}
