﻿/* CSS voor Leren Lassen, Metaal creatie en Ga Los en Las */

/* kleur waardes:
Extralichtblauw:	#60c6f7
Lichtblauw:			#268eff
Middelblauw:		#0a0cff
Donkerblauw:		#000044

Oranje:				#f79b0f
Middeloranje:		#fccc0f
Lichtoranje: 		#ffd43f
Extralichtoranje: 	#ffda69

Rood:				#fc0a16
Tekstgeel:			#fccc0f

Grijstekst:       	#333333
Extralichtgrijs:	#F1F1F1
Lichtgrjs:			#E8E8E8
Middelgrijs:		#CCCCCC
Donkergrijs:		#525252

.bglichtgrijs  { background-color: #E8E8E8; color: #000000; }
.bgmiddelgrijs { background-color: #CCCCCC; color: #000000; }
.bgdonkergrijs { background-color: #525252; color: #FFFFFF; }
.bgblauw       { background-color: #0019A9; color: #FFFFFF; }
*/
body {
	text-align: center;
	background:#393939 url('../images/Headerpic.gif') repeat-x;
}
.wrapper {
	position: relative;
	width: 900px;
	font-size: 0.9em;
	margin: 0 auto -35px;
	text-align: left;
}
.header {
	height: 162px;
	background:#000000 url('../images/SplashMC.jpg') no-repeat;
}
.content {
	color: #FFFFFF;
	font: 0.8em helvetica,arial,sans-serif;
}
.line {
	height: 1px;
	background: #F79B0F;
}
.link {
	color: #F79B0F;
	cursor : url("../images/oranje.cur"), pointer;
	text-decoration:none;
}
.hop {
	vertical-align:top;
	padding:15px 0px 15px 15px;
}
.hopl {
	vertical-align:top;
	padding:15px 15px 15px 0px;
}
.footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background:#000000;
}
.footer a {
	color: #ffffff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background:#000000;
	color: #F79B0F;
	font: 0.6em arial,sans-serif;
	text-align: right;
	padding:5px 15px 5px 15px;
}
.kop {
	font-size:2.0em;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	border-bottom:2px #f79b0f solid;
}
img {
	border:1px #f79b0f solid;
}
object {
	border:2px #f79b0f solid;
}
input[type=text] {
	width:90%;
}
textarea {
	width:90%;
}

.shhh { display:none; }
