@charset "utf-8";
/* CSS Document */

/*
CSS Document for cobra-eng.nl (Cobra Engineering)
You may use this template as reference for your own templates or stylesheets.

	© 2010 GASOLINE
	www.gasoline.nl / info@gasoline.nl
*/

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html, body {
	height:100%;	width:100%;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333300;
	line-height: 18px;
	margin: 0px;
}


html {
	background-color: #C7B883; /* #F7F7F7;  CFA50E #E3DBC1 De gehele pagina(de body) is nu gekleurd */
	overflow : -moz-scrollbars-vertical;
}

.clr {
	clear: both;
}

form {
  margin: 0;
  padding: 0;
}


*{ /* deze waardes zorgen automatisch voor géén tussenruimte bij alle div's */
margin: 0px;
padding: 0px;
border: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #660000;
}

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

input.button { cursor: pointer; }

p {
	
}


.adresregel {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	padding-top: 4px;*/
}


/*** Template specific layout elements ***/

#container{
	width: 1000px;
	overflow: hidden;
	margin-top: 0px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C19E26;
	border-bottom-color: #C19E26;
	border-left-color: #C19E26;
	border-top-color: #C19E26;
	}


#header {
	display: block;
	height: 97px;
	margin: 0px;
	padding: 0px;
}

#menu {
	height: 29px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 389px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #767137;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#midden {
	display: block;
	width: 1000px;
		overflow: hidden;

}

#plaatje {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 29px;
	float: left;
	width: 330px;
	text-align: right;
}

#content {
	display: block;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: right;
	width: 582px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFA50E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	min-height: 300px;
}



#footer{
	width: 582px;
	display: block;
	padding-right: 28px;
	padding-left: 390px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	line-height: 20px;
	padding-top: 3px;
	padding-bottom: 3px;

	}

/* INDIVIDUELE STYLING PAGINA'S */



/* EINDE INDIVIDU */


h1,h2 {
font-size: 11pt;
	color: #660000;
	display: block;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {

}

a:hover{

}



ul,ol {
	padding: 13px;
}

ul {
}

li {
	list-style-image: url(../images/bullet.png);
}

ol {
	list-style-type: upper-roman;
}


/* ***************************************************************************************************** */
/* TEMPLATE SPECIFIC CSS CODE */




.inputbox {
	display: block;
	padding: 2px;
	clear: both;
	border: 1px solid #CFA50E;
	background-color: #FEF1E2; /*#F8971D*/
	color: #600;
	font-family: Verdana, Geneva, sans-serif, "Univers LT Std 55";
	font-size: 11px;
	margin-bottom: 2px;
}
.knopje {font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #CFA50E;
	display: block;
	padding: 3px;
	width: 99px;
	margin-right: 69px;
	border: 1px solid #752020;}

.knopje:hover {
	background-color: #610000;
}


#gasoline {
	height: 70px;
	width: 20px;
	position: fixed;
	right: 0px;
	bottom: 69px;
	filter: alpha(opacity=40);
	-moz-opacity:0.4;           /* Mozilla 1.6 and below   */
	opacity: 0.4;               /* newer Mozilla and CSS-3 */
}

	
#gasoline:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;           /* Mozilla 1.6 and below   */
	opacity: 1;               /* newer Mozilla and CSS-3 */
}

.plaatje_rechtslijnend {
	border: 0px;
	margin-left: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	float: right;
}

.plaatje_linkslijnend {
	border: 0px;
	float: left;
	margin-right: 11px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}

