@charset "utf-8";
/* CSS Document*/

/* tekst instellingen */
.tekststyle
{
	font:12px Verdana, Geneva, sans-serif;
	color:#2c3545;
	font-family: Verdana, Arial, sans-serif;
}

h1{font:30px "Trebuchet MS", Arial, Helvetica, sans-serif;	color:#124d85;}
h2{font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;	color:#7570ad;}
a:link, a:active, a:visited{text-decoration:none; color:#4c70ad; font:12px Verdana, Geneva, sans-serif; border:none;}
a:hover{text-decoration:underline; color:#4c70ad; font:12px Verdana, Geneva, sans-serif; border:none;}
.menustyle{color:#4c70ad;}

/* website layout */
body{background:url(../plaatjes/grafisch-webdesign/background%20grafisch%20webdesign.jpg) repeat-x top left #eeeeee;}

.site
{
	position:relative;
	width:100%;
	top:0px;
	left:0px;
	text-align:left;
}

.title
{
	position:relative;
	margin:auto;
	background:url(../plaatjes/grafisch-webdesign/bovenbalk%20grafisch%20webdesign.jpg) no-repeat;
	width:966px;
	height:83px;
}

#menu
{
	position:relative;
	float:right;
	right:10px;
	top:41px;
	width:auto;
	height:auto;
}

/* Header Settins */
.header
{
	position:relative;
	margin:auto;
	width:966px;
	height:200px;
	background-image:url(../plaatjes/grafisch-webdesign/Internetstrategie%20grafisch%20webdesign.jpg);
	vertical-align:top;
}

.header_menu
{
	position:relative;
	width:190px;
	height:200px;
	float:right;
	background-color:#009;
}
/* End Header settins */

/* Inhoud settings */
.inhoud
{
	position:relative;
	width:966px;
	height:100%;
	margin:auto;
}

#tekstbox
{
	position:relative;
	float:left;
	left:0px;
	top:0px;
	height:100%;
	width:600px;
	padding-left:10px;
	padding-top:10px;
}

#textbox_01
{
	position:relative;
	float:left;
	width:600px;
	height:100%;
}

#picbox
{
	position:relative;
	float:right;
	right:0px;
	top:0px;
	height:100%;
	width:340px;
	padding-right:10px;
}

#pic_01
{
	position:relative;
	float:left;
	left:10px;
	width:auto;
	height:auto;
	margin:40px auto;
}

#pic_02
{
	position:relative;
	float:left;
	left:10px;
	width:auto;
	height:auto;
	margin:-20px auto;
}

#iframe
{
	position:relative;
	float:left;
	left:10px;
	width:auto;
	height:auto;
	margin:40px auto;
}
/* End inhoud settings */

/* footer settings */
#footer
{
	position:relative;
	float:left;
	margin:auto;
	bottom:0px;
	width:966px;
	height:37px;
	text-align: left;
	padding-left:10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.adres
{
	position:absolute;
	bottom:0px;
	float:right;
	right:0px;
	width:250px;
	text-align: right;
	padding-right: 10px;
}
	
/* End footer settings */

/*Formulier CSS*/
.frmtextstyle{font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-align:left;}
.left{margin-left:10px}
#contactfrm
{
	border:thin solid #000;
	width:320px;
	border:thin solid #4492db;
	padding-top:5px;
}

input[type=text]
{
	width:290px;
	height:20px;
	border:thin solid #4492db;
    background-color: #eeeeee;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2c3545;
	padding-left:5px;
	padding-top:3px;
}

input[type=button]
{
	font:14px Verdana, Geneva, sans-serif;
	width:110px;
	height:25px;
}

.textarea-offline
{
	height:125px;
	width:290px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2c3545;
	border:thin solid #4492db;
    background-color: #eeeeee;
	overflow:auto;
	padding-left:5px;
}
/*Einde Formulier CSS*/
/*End CSS*/

