html {
	background: #fff url("./images/body_bg.jpg") repeat-x top left;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,"Times New Roman",sans-serif;
	font-size: 13px;
	background: url("./images/website.jpg") no-repeat scroll top center;
}

/* common */

.clr { clear: both; }

.nospace {
    padding: 0px;
    margin: 0px;
}

.app_message {
    color: #000;
}

.app_message p {
    padding: 2px;
}

.app_message.error {    
    border: 1px solid #caa2a2;
    background-color: #f9e2e2;
}

.app_message.warning {    
    border: 1px solid #cac3a2;
    background-color: #f9f5e2;
}

.app_message.message {
    border: 1px solid #aacaa2;
    background-color: #e8fae3;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 961px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 133px;
	background: url("./images/header.jpg") no-repeat top center;
}

#outer_content {
	margin: 0px;
	padding: 0px;
	width: 961px;
	min-height: 584px;
	background: url("./images/content_bg.jpg") no-repeat top center;
}

/* header */

#navigation {
	margin: 0px;
	padding: 0px;
	width: 961px;
	height: 34px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation li {
	text-align: right;
	display: inline;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#navigation li a {
	display: block;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #f1f1f1;
	font-size: 14px;
	height: 34px;
	line-height: 31px;
}

#navigation li a:hover,
#navigation li a.item_selected {
	text-decoration: underline;
}

#navigation li a.item_selected {
	/*background: url("./images/nav_selected.jpg") repeat-x top left;*/
}

#navigation .sub_navigation {
	position: absolute;
	display: none;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #d8d8d8;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

#navigation .sub_navigation li {
	float: none;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation .sub_navigation li a {
	font-size: 13px;
	border-top: 1px dotted #cfcfcf;
	line-height: 20px;
	padding: 4px 18px;
	color: #727272;
	height: auto;
}

#navigation .sub_navigation li a:hover,
#navigation .sub_navigation li a.item_selected {
	text-decoration: none;
	background-color: #d1d1d1;
}

#navigation .sub_navigation li a.item_selected {
	text-decoration: underline;
}

/* content */

#left {
	margin: 52px 0px 0px 64px;
	padding: 0px;
	width: 556px;
	float: left;
}

#left h3 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #d98428;
}

#content_text {
	margin: 24px 0px 0px 21px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #5b5b5b;
}

#content_text a {
	text-decoration: none;
	color: #2a3137;
}

#content_text a:hover {
	border-bottom: 1px dotted #a1a7ac;
}

#right {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 341px;
	height: 455px;
}

#buttons {
	margin: 60px 0px 0px 54px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

#btn_aanmelden {
	display: block;
	width: 191px;
	height: 58px;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	background: url("./images/btn_signup.png") no-repeat top center;
}

#btn_inloggen {
	display: block;
	width: 191px;
	height: 58px;
	margin: 0px;
	padding: 0px;
	background: url("./images/btn_login.png") no-repeat top center;
}

#stats-image {
	display: block;
	width: 338px;
	height: 234px;
	margin: 32px 0px 0px 0px;
	padding: 0px;
	background: url("./images/stats.jpg") no-repeat top center;
}

/* ------------- Start Album ---------------- */
.albumBox{
	 float : left;
}

.albumGallery{	
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	float : left;
	width : 90px;
	height : 70px;	
	padding: 15px; border: 1px solid #ccc;	
	background-color: #eee;
}

.albumGallery:hover {	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
}

.albumRandomPhoto{
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	float : left;
	max-width : 200px;
	max-height : 200px;	
	padding: 15px; border: 1px solid #ccc;	
	background-color: #eee;
}

.albumRandomPhoto:hover {	
	filter:alpha(opacity=100);
	-moz-opacity: 1;
}

.albumDefaultImg{
	width : 100%;
	height : 100%;
	max-height : 60px;
	max-width : 80px;
	border-color: #D0D0D0;
	border-top-width:2px; 
	border-left-width:2px; 
	border-right-width:2px; 
	border-bottom-width:2px;
}

.albumDefaultImg:hover{	
	z-index: 10;
	margin: 2px;
	border-color: #A8A8A8;
}

.albumRandomImg{
	position: relative;
	width : 100%;
	height : 100%;
	border-color: #D0D0D0;
	border-top-width:1px; 
	border-left-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px;
}

.albumRandomImg:hover{
	z-index: 10;
	border-color: #A8A8A8;
}
/* ------------- End Album ---------------- */

/* footer */

#footer {
	color: #424a52;
	font-size: 11px;
}

#footer a {
    text-decoration: none;
	color: #9b5e1c;
}

#footer a:hover {
    text-decoration: underline;
}

#copyright {
    margin: 38px 0px 0px 24px;
    padding: 0px 0px 0px 0px;
    float: left;
}

#info {
    margin: 38px 24px 0px 0px;
    padding: 0px 0px 0px 0px;
	float: right;
}