/*
 * Global style for all skin styles.
 */

body {
	background-repeat: repeat-x;
	margin: 5px;
    margin-top:20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;	
	text-align:center;    
}

h1 {
    font-family: Calibri, Verdana, Arial;
    font-size: 2,5em;
    font-weight: 500;
    color: #666;
}

b {
	text-transform: uppercase;
     color: #666;
}

.indexicon {
	margin-left:30px;
	margin-right:30px;
}

div.main {
	width: 800px;
    height:100%;
    text-align:center;
    margin-left: auto;
	margin-right: auto;
}
div.row {
	width: 800px;
    float:left;
    color:#ffffff;
}

div.thumb {
	width: 150px;
	height: 150px;
	float:left;
    font-size: 10px;

}
div.title {
	width: 800px;
    text-align:left;
}
div.description {
	width: 600px;
    text-align:left;
    padding:4px;
    font-style:italic;
    background-color:#ffffff;
    border:0px solid #cccccc;
}
div.onderschrift {
	width: 600px;
    height:100%;
	text-align: left;
	padding: 4px;
	font-style: italic;
	border: 0px solid #cccccc;
}

div.navigationrow {
	width: 800px;
    height:60px;
	margin-left: auto;
	margin-right: auto;
    clear:both;
	display:block;
}

div.navigationblock {
	width: 160px;
	height: 60px;
    display:inline;
    text-align:center;
    float:left;
}
div.comehome {
	background-image: url('../res/bg.jpg');
	width: 40px;
	height: 20px;
    text-align:left;
    float:left;
    background-color:#ffffff;

}
div.clearrow {
	clear:both;
}

.icon {
	border: 0px;
}
div.voet {
	background-image: url('../res/bg.jpg');
	width: 600px;
	text-align: center;
	background-color: #D1E9D1;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
}
