#background {
	color: #ef2d14;
	color: #000000;
	font-family: 'Courier New', Courier, monospace;
	font-style: italic;
	font-size: 20pt;
	background-color: #FFD716;
	background-image: url(https://schwebbes.nl/images/schwebbes_visite_ext.jpg);
	background-repeat: no-repeat;
	background-position: 80px 138px;
}

.label {
	padding-bottom:10px;
	width: 150px;
}

.sendButton {
  display: block;
  font-size: 16pt;
  width:90px;
}

.nlFlag {
	padding-right:5px;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.gwt-body {
	background-color: yellow;
}

#middle {
	position:absolute; 
	left:550px; 
	top:100px;

}
#projects {
	position:absolute; 
	left:830px; 
	top: 560px; 
	width:250px; 
	height:200px;
	color: #000000;
	font-size: 14px;
	font-family: arial;
}

#projects a {
	color: #000000;
	font-family: arial;	
}
#java {
	position:absolute; 
	left:430px; 
	top: 560px; 
	width:250px; 
	height:200px;
	color: #000000;
	font-size: 14px;
	font-family: arial;
}

#java a {
	color: #000000;
	font-family: arial;	
}
@-webkit-keyframes blink {
  0%     { opacity: 0 } 50% { opacity: 0 }
  50.01% { opacity: 1 } 100% { opacity: 1 }
}
 
blink {
  -webkit-animation: blink 0.7s infinite linear alternate;
  -webkit-font-smoothing: antialiased;
}


