/*
###########################################################
#
# Filename:			body.css
#
# Copyright:		S-Inside
# Project:			www.watermelspring.com
# Platform:			CSS
# Date created: 	05-11-2013
#
    used colours for this website:    
    #0071b1 	blue
    #cbd0de		light-blue
    #850f66		purple
    #bcbf00		green
    #fff		white
#
###########################################################
*/

/* common stuff */
body {
	margin: 0px;
	background-color: #fff;
	color: #000;
	/*background-image: url("../img/back.jpg");
  	background-repeat: repeat-x;*/	
}

h1 {
	font-size: 20pt;
	color: #0071b1;
}
h2 {
	font-size: 14pt;
}
body,table,td,th,div,input,select,textarea,a,h1,h2,h3,h4,h5,h6,span {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/* end of common stuff */


/* site divs */
div.container {
	position: relative;
	width: 980px;
	min-height: 600px;
	margin: auto;
	background-color: #fff;
}
div.topheaderrow {
	position: relative;
	width: 100%;
	height: 32px;
}
div.topheader {
	position: relative;
	background-color: #f5f8fd;
	color: #000;
}
div.top_nav {
	position: relative;
	left: 10px;
	width: 400px;
	height: 32px;
	line-height: 32px;
}
div.top_nav a {
	text-decoration: none;
	margin: 0px 10px;
	font-size: 11pt;
	color: #0072b1;
}
div.top_nav a.glastuinbouw {
	color: #850f66;
}
div.top_nav a:hover {
	color: #000;
}

div.top_contact {
	position: absolute;
	top: 7px;
	right: 0px;
	width: 80px;
}
div.top_contact a {
	text-decoration: none;
	font-size: 11pt;
	color: #000;
}
div.top_contact a:hover {
	color: #0072b1;
}

div.logorow {
	position: relative;
	width: 100%;
	height: 100px;
	/*background-color: #0071b1;
	background-image: url("../img/top-back.png");
  	background-repeat: repeat-y;*/
	background: linear-gradient(to right, #fff, #0071b1);
	color: #fff;
}

img.logo {
	position: absolute;
	top: 30px;
	left: 15px;
}
img.wastewater {
	position: absolute;
	top: 5px;
	right: 10px;
}

div.contentrow {
	position: relative;
	clear: both;
	top: 7px;
	min-height: 626px;
	/*background-image: url("../img/back_contentrow.gif");
  	background-repeat: repeat-y;*/
}

div.content {
	position: relative;
	float: right;
	padding-left: 7px;	
	font-size: 11pt;
}
div.content a {
	color: #000;
}
div.content a:hover {
	color: #0071b1;
}

div.content li {
	line-height: 22px;
}
div.foto {
	width: 770px;
	height: 170px;
}

img.photodesign {
}

table.inhoud {
}

td.inhoud {
	width: 620px;
}

div.inhoud, div.inhoud_smal {
	width: 100%;
	min-height: 350px;
	/*font-style: italic;
	font-size: 10pt;*/
}

td.knoppen {
	width: 120px;
	padding-top: 20px;
}

div.knop_products{
	margin-left: 30px;
	margin-bottom: 20px;
}

div.knop_contact{
	margin-left: 30px;
	margin-bottom: 20px;
}

div.knop_loupe{
	margin-left: 30px;
	margin-bottom: 20px;
}

img.logo-bottom {
}

div.bottomrow {
	position: relative;
	clear: both;
	width: 100%;
	height: 132px;
	border-top: 7px solid #fff;
	background-color: #fff;
	background-image: url("../img/bottom-back.png");
  	background-repeat: repeat-x;
	color: #fff;
}

div.address {
	position: absolute;
	top: 7px;
	left: 207px;
	font-size: 9pt;
	color: #fff;
}

a.address {
	color: #fff;
}

a.address:hover {
	text-decoration: underline;
	color: #000;
}

div.certificats {
	position: absolute;
	top: 70px;
	left: 200px;
}

img.certificat{
	float: left;
	margin-left: 10px;
}


/* end of site divs */

.redtext {
	font-weight: bold;
	color: #f00;
}
.greentext {
	font-weight: bold;
	color: #0f0;
}

/* formulier */
#foutmelding {
	display: none;
	font-size: 10pt;
	position: absolute;
	padding: 20px;
	top: 180px;
	left: 30%;
	width: 400px;
	height: 300px;
	z-index: 200;
	border: 2px solid #850f66;
	background: #fdfdfd;
	color: #000;
}
@media screen{
  	body>div#foutmelding{
   		position: fixed;
  	}
}


.knop {
	width: 160px;
	height: 30px;
	line-height: 24px;
	font-size: 10pt;
	text-decoration: none;
	border-style: outset;
	border-color: #850f66;
	background-color: #fff;
	color: #000;
}

img.wastewater {
	width: 229px;
}
	
@media screen and (min-width: 1224px) {
	nav {
		top: 20px;
	}
	div.content {
		top: -46px;
	}
}
@media screen and (max-width: 1223px) {
	#menu1, #menu_title {
		display: none !important;
	}
	img.wastewater {
		width: 200px;
		right: 80px;
	}
	nav {
		left: 0px;
		width: 100%;
		background: #fff;
	}
	nav a {
		line-height: 24px;
	}
	div.topheaderrow {
		height: 4px;
	}
	div.mobile_menu_hamburger {
		position: absolute;
		top: -90px;
		right: 40px;
		width: 40px;
		height: 40px;
	}
	a.hidesubheadmenu, a.subheadmenu {
		display: none;
	}
	div.mobile_submenu, div.mobile_subsubmenu {
		margin-left: 10px;
	}
	a.expand {
		font-weight: bold;
	}
	div.container, div.foto, img.photodesign {
		width: 100%;
		max-width: 100%;
	}
	div.content {
		float: none;
	}
	div.certificats {
		display: none;
	}
	td.inhoud {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	img.wastewater {
		width: 150px;
		right: 30px;
	}
	div.mobile_menu_hamburger {
		position: absolute;
		top: -50px;
		right: 0px;
		width: 40px;
		height: 40px;
	}
}