/*
#################################
# Gratishuggies.nl				#
# A My Media project			#
# http://www.my-media.nl/		#
#								#
# Designed and programmed by	#
# Sander R. van Veen			#
# +31 6 28 63 58 96				#
# The Netherlands				#
#################################
*/

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #c9d12c;
	font: 14px "Trebuchet MS", "Verdana", sans-serif;
}

a {
	text-decoration: none;
	color: #1e6190;
}

a:hover {
	background-color: #1e6190;
	color: #fff;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
	padding-left: 20px;
}

/*
ID
*/

#container {
	width: 754px;
	margin: 0 auto;

	margin-top: 10px;
}

#toptext {
	background: url(../img/toptext.png) no-repeat;
	width: 660px;
	height: 61px;

	position: absolute;
	margin-top: 25px;
	margin-left: -20px;
}

#content {
	background: url(../img/bg.png) no-repeat;
	width: 694px;
	height: 497px;

	font-size: 20px;

	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;

	position: absolute;
}

#contactform {
	background: url(../img/contactbg.png) no-repeat;
	color: #fff;
	width: 577px;
	height: 235px;

	font-size: 16px;

	padding-top: 160px;
	padding-left: 30px;

	line-height: 22px;

	position: absolute;
	margin-top: 340px;
	margin-left: 160px;
}

#trilogics {
	position: absolute;
	margin-top: 600px;
	margin-left: -20px;
}

#mymedia {
	position: absolute;
	margin-top: 725px;
	margin-left: 650px;
}

#disclaimer {
	font: 9px Verdana, sans-serif;

	position: absolute;
	margin-top: 740px;
	margin-left: -20px;
}

/*
Class
*/

.left {
	width: 160px;
}

.right input {
	border: 1px solid #001d3c;
	width: 370px;
}

.submit {
	margin-left: 300px;
}