/* template by Erwin Denissen
   http://www.high-logic.com
   
top, right, bottom, left
   
*/

/* page */
html, * {
	padding:0;
	margin:0;
}
body {
	background-image:url('images/bodybg.jpg');
	background-repeat:repeat-x;
	background-color:#2D4C9A;
/*	margin:40px auto 10px auto;*/
	font-size:1.0em;
	color:#303030;
  font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
/*	font-family:Georgia, "Times New Roman", Times, serif; */
}

/* headers */
h1 {
	margin-top:-10px;
	font-size:3.4em;
	text-align:right;
	color:#ffffff;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
/*	color:#20376D;*/
}
h3 {
	font-size:1.3em;
	font-weight:normal;
/*	color:#20376D;*/
/*	border-bottom:1px solid #DDDDDD; */
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
}

/* links */
a {
	color:#0158ff;
	text-decoration:none;
/*	border-bottom:1px solid #96ACE0; */
}
a:hover {
	background-color:#CFD9F1;
}
.smoelfoto a:hover{
  background-color:transparent;
}
div#footer a {
  color:#000;
  text-decoration:none;
  border:0;
}
div#footer a:hover {
  background:inherit;
/*  text-decoration:underline;*/
  border:0;
}

/* lists */
ul, ol {
	margin:0 0 10px 30px;
/*  font-size:0.9em; */
}

div#content li {
	padding:2px 0 2px 0;
}

/* code */
code {
	display:block;
	border:1px solid #8BA043;
	background-color:#C4D194;
	padding:15px;
	margin:5px;
}

/* forms */
form {
	padding:10px 0;
	width:90%;
}
form fieldset {
	border:none;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
}
form fieldset legend {
	margin-left:-8px;
	font-weight:bold;
	color:#758738;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form label {
	font-weight:bold;
}
form input, form select, form textarea {
	padding:4px;
	color:#758738;
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
form input.button {
	border:1px solid #8BA043;
	border-right:1px solid #758738;
	border-bottom:1px solid #758738;
	font-weight:bold;
	background-color:#C4D194;
}
form select.selectday {
	padding:4px;
	width: 55px;
/*	margin:10px;*/
/*  padding: 1px 3px;*/
}
form select.selectmonth {
  width: 120px;
/*	margin:10px;*/
/*  padding: 1px 3px;*/
}

/* container, header and nav */
div#container {
	background-color:#ffffff;
	width:940px;
/*	width:80%; */
/*	padding:5px;*/
	margin:0 auto;
	border: 1px solid #292929; border-top: none;
}
div#header {
	background-image:url('images/headerbg.jpg');
	background-repeat:repeat-x;
	background-color:#000000;
	height:114px;
	padding:10px;
}
div#header img {
	float:left;
}
div#header p {
	text-align:right;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
	padding-top:50px;
}
div#nav {
	background-image:url('images/navbgdefault.gif');
	background-repeat:repeat-x;
	height:50px;
}
div#nav ul {
	margin:0;
	padding:0;
}
div#nav ul li {
	display:block;
	float:left;
/*	padding-right:10px; */
}
div#nav ul li a {
	float:left;
	border:none;
	padding:16px 10px 12px 10px;
	height:22px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
  border-right: 1px solid white;
}
div#nav ul li a:hover {
	background-image:url('images/navbghover.gif');
}

div#nav ul li a.current {
  background-image:url('images/navbgactive.gif');
	color:#f4efbc;
}

/* content */
div#content {
	padding:20px 10px 0 10px;
}

/* footer */
div#footer {
	padding:5px;
	border-top:1px solid #CCCCCC;
}
div#footer p {
	font-size:0.7em;
	text-align:center;
	margin:0;
	padding:5px;
}

/* generic classes */
.bold {
	font-weight:bold;
}

#content777 {
	width: 588px;	
	float: left;	
	background-color: #ffffff;
	padding-top: 10px;
}

.smoeloverzicht {
	margin-left: 40px;
	padding-top: 10px;
/*	width:530px;*/
	text-align: center;
}

.smoel {
	margin-right: 10px;
/*	height: 120px; */
	width: 360px;
/*	float: left;*/
	}

.smoelfoto {
/*  margin:10px;*/
/*	padding-top:9px;*/
/*	height: 160px;*/
/*	width: 90px;*/
	text-align: right;
/*				background-color: red;*/
	}

.nickname		{
	text-align: right;
				font-family: Arial, Helvetica, verdana, sans-serif;	
				font-size: 12px; 
	font-weight:bold;
				height: 12px;
				color: #0;
/*				color: #5A84A5;*/
/*				background-color: #F4F5F5;*/
/*				padding-left:5px; 
				padding-right:5px; 
				padding-top: 4px; */ 
				padding-bottom: 4px;
				clear: both;
}

.smoelfacts {
	text-align: left;
				font-family: Arial, Helvetica, verdana, sans-serif;	
				font-size: 11px; 
/*				height: 12px;*/
				color: #0;
/*				color: #5A84A5;*/
/*				background-color: #F4F5F5;*/
/*				padding-left:5px; 
				padding-right:5px; 
				padding-top: 4px; */ 
/*				padding-bottom: 4px;
				clear: both;*/
				padding-top: 4px; 
}

/* Album Thumbnails
------------------------------ */
#albums {
	float: left;
}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	float: left;
	width: 405px;
	border: none;
	background-image:url(./images/bg-trans.png);
	background-repeat:repeat;
    line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.albumDesc h3 a:link {
	
}
.album p {
	line-height: 12px;
	font-size: 11px;
    padding: 4px 0px 0px;
    margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}
#albumDescTop {
	margin-left:10px;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
	margin-top:10px;
	margin-bottom:10px;
}
#image a strong img {
	cursor:default;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: none;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: underline;
	line-height: 180%;
	color: #fff;
	font-weight:bold;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-image:url(../images/bg-trans.png);
	background-repeat:repeat;
	text-decoration: underline;
	font-weight:bold;
	color: #ff9933;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	padding-top:-10px;
	margin: 0 auto;
	width: 580px;
}

table {
	width: 100%;	
  border-collapse:separate;
  table-layout: fixed;
/*border: 2px solid red*/
}

table td {
border: 4px solid white; /* 'cellspacing' */
/*border: 2px solid red; /* 'cellspacing' */
}

table td.gradient1
{
  background:url("images/bgd_gradient1.jpg");background-position:top left;background-repeat:no-repeat;vertical-align:top;
  padding:10px;
  width: 25%;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img {
	border: none;
}
.wrapper {
	float: left;
  text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 199px;
	height: 160px;
	border-bottom:1px solid #CCCCCC;
/*  background: url(/images/background_cols.png) repeat-y;*/
}
.side-a {
/*	background: green;*/
	float: left;
	width: 30px;
/*  background: #ff7d00 url(/images/backgroundimage_1.png) no-repeat;*/
}
.side-b { 
/*	background: yellow;*/
	margin: 0;
	float: right;
	width: 169px;
}
