body
{
	background-color: white;
	margin : 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

div#content
{
	float: left;
	width: 100%;
}

h1
{
	font-size: 15px;
	margin: 0 0 15px 0;
	padding: 0
}

#customerAdmin h3
{
	font-size: 18px;
	float: left;
	color: grey;
	font-weight: normal;
	width: 800px;
	margin: 0 0 15px 0;
}

a img
{
	border: 0;
}





#ontwerpersList
{
	float: left;
	background-color: #eee;
	border: 1px dashed #BBBBBB;
	padding: 10px;
	width: 800px;
	margin: 30px;
}

#ontwerpersList input
{
	width: 190px;
}

#ontwerpersList ul
{
	margin-right: 50px;
}


a
{
	color: black;
	text-decoration: none;
}

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

.kruisje
{
	color: red;
}


.knop
{
	color: white;
	background-color: #747474;
	padding: 2px 10px 2px 10px;
	margin: 0;
	border: 1px solid #747474;
	cursor: pointer;
}

.knop:hover
{
	color: white;
	background-color: #747474;
	padding: 2px 10px 2px 10px;
	margin: 0;
	border: 1px solid white;
	
}

p
{
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
}

#keuzebalk
{
	float: left;
	background-color: #747474;
	height: 25px;
	border-top: 1px solid white;
	color: white;
	width: 100%;
	line-height: 25px;
}

#keuzebalk span
{
	padding-left: 15px;
}

#keuzebalk select
{
	font-size: 12px;
}

#keuzebalk p
{
	vertical-align: middle;
}

#keuzebalk a
{
	color: white;
}

#keuzebalk a:hover
{
	color: white;
	text-decoration: underline;
}


#editHolder
{
	float: left;
	background-color: #eeeeee;
	border: 1px dashed #bbbbbb;
	margin: 15px;
	padding: 10px;
	width: 600px;	
}

#gegevens
{
	float: left;
	width: 320px;
	padding: 10px;
}



#editHolder #gegevens label,
#editHolder #gegevens input,
#editHolder #gegevens select,
#editHolder #gegevens textarea
#editHolder #gegevens span 
{
	display: block;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

#editHolder #gegevens input,
#editHolder #gegevens textarea,
#editHolder #gegevens select
{
	border: 1px solid black;
	width: 220px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

#editHolder #gegevens label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

#editHolder #gegevens br {
	clear: left;
}

#foto
{
	float: left;
	width: 202px;
	margin-left: 15px;
	padding: 9px;
}

#fotoHolder
{
	width: 200px;
	height: 150px;
	border: 1px solid black;
	margin-bottom: 5px;
	background-color: white;
	
}

#uitvoeringen
{
	width: 500px;
	float: left;
	line-height: 18px;
	font-size: 12px;
}


#uitvoeringen input
{
	line-height: 16px;
	font-size: 12px;
	border: 1px dotted black;
	height: 14px;
}

iframe {
	border-width: 0px;
	height: 22px;
	width: 100px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

img.load
{
	margin-left: 90px;
	margin-top: 70px;
}


/**********
* 
Menu
*
***********/

#menu
{
	float: left;
	width: 100%;
}

#menu a
{
	color: white;
}

#menu a:hover
{
	color: white;
	text-decoration: underline;
}

#menuItem1
{
	background-color: #b02727;
	width: 200px;
	height: 25px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	margin-top: 40px;
	color: white;
	text-align: center;
	line-height: 25px;
}

#menuItem2
{
	background-color: #2664b0;
	width: 200px;
	height: 25px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	margin-top: 40px;
	color: white;
	text-align: center;
	line-height: 25px;
}

#logo
{
	float: right;
	height: 65px;
	width: 233px;
	color: white;
	background-image: url(../images/logo.gif);
}

#catalogusMenu
{
	float: left;
	background-color: #2664b0;
	height: 25px;
	width: 100%;
	color: white;
}

#catalogusMenuCustomers
{
	float: left;
	background-color: #b02727;
	height: 25px;
	width: 100%;
	color: white;
}

.leftAlign
{
	float: left;
	line-height: 25px;
	padding: 0 15px 0 15px;
	font-weight: bold;
}

.rightAlign
{
	float: right;
	line-height: 25px;
	padding: 0 15px 0 15px;
}

.rFloat
{
	float: right !important;
}

.lFloat
{
	float: left !important;
}

