/* HANS */
/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}
/* cellpadding */
th, td { padding: 5px; }

/* cellspacing */
table { border-spacing: 5px; }

/* valign */
th, td { vertical-align: top; }

/* align (center) */
table { margin: 0 auto; }
body {
line-height: 1;
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* make reference to the Yanone Kaffeesatz font */
	
color: #666;
font-size: 14px;
line-height: 18px;
}
/* layout */

#wrapper {
width: 100%;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}
#voorwaarden ol{counter-reset: item;}
#voorwaarden li {display: block;}
#voorwaarden li:before {
	counter-increment: item;
	content: counters(item, ".") " ";
}
/* voor aanbieding tekst */
.aanbiedingtekst ul {
	color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	font-weight: bold;
}

.aanbiedingtekst ul li {
	list-style:none;







	//font-family:verdana;
	font-size:18px;
	color:#FFFFFF;
	text-shadow:0 0 20px yellow;
	font-weight: bold;

}

/* voor contact form */
 
label {	
		font-size: 20px;
		color: #666; 
	}

	form { 
		float: left;
	/*	padding: 30px 40px 20px 40px; 
		margin: 75px 0 0 0;
		width: 715px;
	*/	
				
	}	
	
	fieldset { border: none; }
	
	#bedankttext {
	font-size: 20px;
	color: #666; 
	width: 100%;
	height: 350px;
	text-align: center;
	margin-top:20%;
	}
	#prijslijst{
		font-size: 18px;
		color: #666; 
	} 
	#user-details {
	float: left;
	width: 230px;
	
	padding-top:30px;
	padding-left: 40px;
	padding-right: 40px;
	
	padding-bottom: 30px;
	}
	
	#user-message { 
	padding-top:30px;
		float: right;
		width:300px;
	}
	
	input, textarea { 		
		padding: 8px; 
		margin: 4px 0 20px 0; 
		background: #fff; 
		width: 220px; 
		font-size: 14px; 
		color: #555; 
		border: 1px #ddd solid;
		
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		
		/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;							
	}
	
	textarea {		
		width: 390px; 
		height: 175px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #eee; 
	}
		
	input.submit {
	width: 150px;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	background-color: #18a5cc;
	border: none;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
		-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 - Rounded Corners -- */
		-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8));
	background: -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc);
	} 
	
	input.submit:hover { 		
		-webkit-box-shadow: 0px 0px 20px #555;
		-moz-box-shadow: 0px 0px 20px #aaa; 
		box-shadow: 0px 0px 20px #555;	
		cursor:  pointer; 
	} 		
				
/* Einde contact form */
nav {
	width: 1024px;
	height: 30px;
	background: #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

header {
width: 1024px;
height: 330px;
margin: 0 auto;
background: #fff url(../images/newBanner.png) no-repeat left top;
}

#main {
width: 1024px;
margin: 0 auto;
padding-top: 30px;
background: #FFF ;
overflow: hidden;
}

#content {
float: left;
width: 640px;
margin-left: 30px;
}

#contentbig{
	width:80%;
	padding-left: 10%;
}

#sidebar {
float: right;
padding-right: 20px;
width: 280px;
}

footer {
width: 1024px;
margin: 0 auto;
clear: both;
}

/* basics */

@font-face {
    font-family: 'BlackRoseRegular';
    src: url('file:///D|/Websites/Hans2/BLACKR-webfont.eot');
    src: url('file:///D|/Websites/Hans2/BLACKR-webfont.eot?iefix') format('eot'),
url('file:///D|/Websites/Hans2/BLACKR-webfont.woff') format('woff'),
url('file:///D|/Websites/Hans2/BLACKR-webfont.ttf') format('truetype'),
url('file:///D|/Websites/Hans2/BLACKR-webfont.svg#webfont21KuPMyg') format('svg');
    font-weight: normal;
    font-style: normal;
}

h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#085E9B;
}

a:hover, a:active {
	color: #F0F0F0;
	font-size: x-large;
}

p {
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-left: 20px;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #08B8F9;
}

nav .menu a:hover {
text-decoration: underline;
}

/** HEADER */

header h1, header h2 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
}

header h1 { 	
float: left;
padding-top: 20px; 
font-family: BlackRoseRegular, Verdana, Arial, Helvetica, sans-serif;
font-size: 60px;
font-weight: normal;
}

header h1 a:link, header h1 a:visited {
text-decoration: none;
text-shadow: 0px 2px 3px #fff;
color: #08B8F9;
}

header h2 {
	font-style: italic;
	font-size: 14px;
	color: #ddd;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/** ARTICLES **/
article {
		border: 1px solid #ddd; 
		padding: 30px 40px 20px 40px; 
		margin-bottom:20px;

			
			/* -- CSS3 - define rounded corners for the form -- */	
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; 
		
				/* -- CSS3 - create a background graident -- */
		background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFFFFF)); 
		background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eeeeee', endColorstr='#ffffff');/*For IE7-8-9*/
		/* -- CSS3 - add a drop shadow -- */
		-webkit-box-shadow:0px 0 50px #ccc;
		-moz-box-shadow:0px 0 50px #ccc; 
		box-shadow:0px 0 50px #ccc;		 		
		

}
article img {
border: none;
margin: 0 10px 4px 0;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}
aside p {
	margin-right:5px;
	font-size:90%;
}
aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

#footer-area {
background: #333;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.designer-segment {
float: right;
padding-top:100px;
margin-right: 5px;
margin-left: 20px;
width: 190px;
}

.designer-segment span {
	color: #999;
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bolder;
}

footer aside h4 {
color: #ddd;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #08B8F9;
}

footer p {
margin-top: -15px;
}

.glow {

color:#FFFFFF ;

text-shadow:0 0 20px black ;

}
.inner_area {
padding: 1em;
box-shadow: 0em 0em 0.5em #c9c9c9;
}

hr {
border: 1px solid #E5E5E5;
}

.wrapper .inner_area p {
white-space: normal;
}
.scrollbar {
	background-color: #3F0;	
}.aanbiedingtekst {
	font-size: 16px;
}
#wrapper #main #contentbig article p strong em {

}
#temp {
	background:white;
	border:1px solid black;
	padding:10px;
}
#wrapper #main #contentbig article form p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#wrapper #main #contentbig article form h1 {
	font-size: 36px;
	color: #085E9B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
