/* Snijders Vleeswaren website 
   Opdeling website
   
   +-------------+--------------------------------------+-----------+
   | 1.1         | 1.2 (& 1.3)                                      |
   | Logo        | Submenu                                          |
   +-------------+--------------------------------------+-----------+
   | 2.1         | 2.2                                  | 2.3       |
   | Hoofdmenu   | Content                              | Man       |
   |             |                                      |           |
   +             +--------------------------------------+-----------+
   | 3.1         | 3.2                                  | 3.3       |
   +-------------+--------------------------------------+-----------+
    Margins etc: top right bottom left
    style: DIV #ID .Class
    
   ################################################################## 
    
*/

.spotlink {
 color: green;
 font-weight: bold;
}


/**
 *  Flash Intro
 */

#flashIntro {
	position: relative;
	top: -2px;
	left: 0px;
}


/**
 *  Inconel news module opmaak 
 */

.newsDatum {
  padding: 5 5 5 5;
  background-color: #cccccc;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #363636;
}
.newsTitle {
  font-family: Arial black, Verdana;
  font-size: 14px;
  font-weight: normal;
  color: #cc0000;
}

.newsShortdesc {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #363636;
}

.newsMeerlink {
  font-family: Verdana;
  font-size: 11px;
  font-weight: Normal;
  text-decoration: underline;
  color: #cc0000;
}

.newsNavigatie {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #009933;
}
/*** EINDE inconel news module opmaak ***/


/* Receptenmodule opmaak */
.receptLink {
  /* padding: 15 15 15 15;	 */
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: -1px;
  text-decoration: underline;
  color: #009933;
}

.receptTitle {
  /* padding: 15 15 15 15; */
  font-family: Arial black, Verdana;
  font-size: 14px;
  font-weight: normal;
  color: #009933;
}

.receptDesc {
  /* padding: 15 15 15 15; */
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  color: #363636;
}

#receptscroll {
  /* display: none; */
  position: fixed;
  top: 200px;
}


/* einde Receptenmodule opmaak */


/* HOOFDINHOUD */
body {
	/*font-family: Tahoma, Verdana, Arial;
	font-size: 8px;
	color:#000000;*/
	background-color: #FFFFFF;
}
taable, td {
    border: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Verdana;
    font-size: 11px;
}
img {
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p {
	margin: 0 0 0 0;
}


/* HOOFD LINKS */
A {text-decoration:none; color:#000000;}


/* HOOFDMENU */
#hoofdmenu {
	padding: 13 15 0 0;
	text-align: right;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}


.hoofdmenu-active {color: #1da24a;text-decoration:none;}
.hoofdmenu-active:hover A{color: #1da24a;text-decoration:none;font-family: Arial; font-size: 10px;} 
.hoofdmenu-active:active A{color: #1da24a;text-decoration:none;font-family: Arial; font-size: 10px;}
.hoofdmenu-active:visited A{color: #1da24a;text-decoration:none;font-family: Arial; font-size: 10px;}


.hoofdmenu-normal{ /* MENU ITEMS */
					
					text-decoration: none;
						/* letter-spacing: 0px; */
					color: #000000; 
				} 
				
.hoofdmenunormallink A{
	color: #000000;
}
.hoofdmenuactivelink A{
	color: #1da24a;
}
.hoofdmenuactivelink #nieuwslink{
	color:red;
}

.hoofdmenuactiveredlink A{
	color: #1da24a;
}
.hoofdmenunewsactivelink A{
	color: #cc0000;
}

/* SUBMENU */
#submenu {
	padding: 0 0 0 15;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.submenunormallink A{
	display: inline;
}
.submenuactivelink A{
	color: #1da24a;
	display: inline;
}


/* CONTENT */
#contentdiv {
	margin: 12 0 0 0;
}
#rcptcontentdiv {
	margin: 8 0 0 0;
}
#content {
	font-family: Verdana;
	font-size: 11px;
}


.csc-header, .csc-textpicHeader {
	text-transform: lowercase; /*capitalize;*/
	font-family: Verdana;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	color: #009933;
}
.csc-header:first-letter, .csc-textpicHeader:first-letter {
	text-transform:lowercase;
	color: red;
}

/* MAIL FORM */
form {
	margin: 0 0 0 0;
}

#mailform {
	font-weight: bold;
}
.csc-mailform {
	border: 0px;
}
.csc-mailform-field {
	border: 0px;
}

.csc-mailform-radio {
	border: 0px;
}

#mailformDhr_Mevr {
	border: 0px;
	
}
.csc-form-fieldradiocell br {display: none;}

.contact {
	color: red;
	margin: -100 0 0 0;
	padding: -100 0 0 0;
	background-color: yellow;
	display: none;
}


#omhoog {
	position: relative;
	color: blue;
	top: -50px;
}

.mailformBedrijfsnaam {
	position: relative;
	top: 200px;
	color: blue;
	background-color: red;
}

input {
	display: inline;
	/* color: green; */
}
label {
	display: inline;
}