@import url(shop.css);
/******************************
* standaard styles
******************************/
a{
	color: #333333;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #717174;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
table {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
input, textarea, select {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #EFEFEF;
	border: 1px solid #333333;
	
}
.checkbox {
	border:0px solid #000;
}
h5 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:5px;
}
.button2 {
	border: solid 0px #000000;
	font-size: 12px;
	font-weight: bold;
	width: 35px;
	height:15px;
}
table.detailstable  {
	text-align:left;
	border:1px solid #333333;
	padding:3px 3px 3px 3px;
	margin:0px 0px 0px 0px;
}
.detailstable td {
	padding:0px 3px 0px 3px;
}
/******************************
* container styles
******************************/
.basisIndex {
	text-align: center;
    	margin: 0 auto;
	background-color: #FEFEFE;
	padding: 20px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	width: 80%;
}
.basisIndexTitel {
	font-size: 16px;
	font-weight: bold;
}
.indexFoto {
	border: 1px solid #000000;
	margin: 2px;
}
.siteMenu {
	margin:0 auto;
	font-weight: bold;
	background-color: #FEFEFE;
	height: 20px;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0px;
	background-image: url(menu-bg.jpg);
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}
.Content {
	width:500px;
	text-align: right;
	margin: 0 auto;
}
.siteFooter {
	margin:0 auto;
	font-weight: bold;
	background-color: #FEFEFE;
	height: 20px;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: right;
}
/******************************
* sitemenu styles
******************************/
a.siteMenuPassive {
	color: #333333;
	text-decoration: none;
	font-family: "Century Gothic", Arial, sans-serif;
}
a:hover.siteMenuPassive {
	color: #666666;
	text-decoration: underline;
	font-family: "Century Gothic", Arial, sans-serif;
}
a.siteMenuActive {
	color: #666666;
	text-decoration: underline;
	font-family: "Century Gothic", Arial, sans-serif;
}
a:hover.siteMenuActive{
	color: #666666;
	text-decoration: underline;
	font-family: "Century Gothic", Arial, sans-serif;
}
/******************************
* submenu styles
******************************/
a.subPassive {
	color: #333333;
	text-decoration: none;
}
a:hover.subPassive a:hover{
	color: #666666;
	text-decoration: underline;
}
a.visted.subPassive {
	color: #666666;
	text-decoration: none;
}
a.subActive {
	color: #666666;
	text-decoration: underline;
}
a:hover.subActive{
	color: #666666;
	text-decoration: underline;
}
a:visited.subActive{
	color: #666666;
	text-decoration: underline;
}
/******************************
* project overzicht styles
******************************/
ul.projectlist {
	margin:0px 0px 0px 0px;
	list-style: none;
	padding:0px 0px 0px 0px;
}
li.rows {
	float:left;
	border:0px solid #CC1D87;
	display:block;
	height:155px;
	width:165px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
li.rows img {
	border:0px solid #000;
}
