/* - - - - - - - - - - - - - - - - - - - - -/
/											/
/			   CSS by dj06.nl				/
/			    Copyright ©					/
/			info@dj06.nl - 2006				/
/											/
/- - - - - - - - - - - - - - - - - - - - - */

/* MAIN */
body {
	background		: #000;
	font-family:	"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size		: 12px;
	color			: #fff;
	text-decoration	: none;
	margin			: 0px;
	padding			: 0px;
	text-align		: center;
	height			: 100%;
}

html {
	overflow-y: scroll !important;
}

#container {
	position		: absolute; 
	top				: 0px;
	right			: 0px;
	height			: auto; 
	min-height		: 100%; 
	width			: 100%;
	background		: #000;
	text-align		: center; 
}

html #container {
	height			: 100%; 
}

html {
	overflow-y: scroll !important;
}

#container_contact {
	margin:			0px;
	padding:		10px;
	height			: 336px; 
	width			: 360px;
	background:		url(../img/background.gif) repeat #000;
	text-align		: left; 
}

/* LINKS, TEXT & INPUTSTYLES */

a:link,a:visited,a:active {
	color			: gray;
	font-family		: Verdana, sans-serif;
	font-size		: 11px;
	text-decoration	: none;

}
a:hover {
	color			: #000000;
	font-family		: Verdana, sans-serif;
	font-size		: 11px;
	text-decoration	: none;
}

input,select,textarea { 
	font-family		: Verdana,sans-serif;
	font-size		: 16px;		 
	color			: #000;
	border			: 1px solid #666666; 
	margin-bottom	: 3px;
	padding:		5px;
	background:		#e8e8e8;
}

.smallinput {
	width:			340px;
}

.textarea {
	width:			340px;
	font-size:		12px;
}

.button {
	border:			1px solid #666;
	border-style:	double;
	font-size:		12px;
}

h1 {
	font-family		: Verdana, sans-serif;
	font-size		: 17px;
	color			: #7b7b7b;
	text-decoration	: none;
	margin-top		: 3px;
	margin-bottom	: 10px;
}

h2 {
	font-family		: Verdana, sans-serif;
	font-size		: 15px;
	color			: #7b7b7b;
	text-decoration	: none;
	margin-top		: 3px;
	margin-bottom	: 9px;
}

h3 {
	font-family		: Tahoma, sans-serif;
	font-size		: 13px;
	color			: #ee2755;
	text-decoration	: none;
	margin-top		: 3px;
	margin-bottom	: 3px;
}

p {
	margin-top		: 3px;
	margin-bottom	: 6px;
}

/* DIVS */

#wrapper {
	padding			: 0px;
	margin			: 0px auto;
	text-align		: left;
	width			: 900px;
	height			: 100%;	
	background		: url("../img/layout.gif") no-repeat;
	overflow		: hidden;
}

#header {

}

#content {
	width			: 600px;
	min-height		: 636px;
	xmin-height		: 636px;
	float			: left;
	overflow		: hidden;
}

#flashPlayer {
	margin-top		: 400px;
	width			: 300px;
	float			: left;
}

#footer {
	width			: 164px;
	height			: 20px;
	background 		: white;
	padding-left	: 475px; 
}

#footer img {
	display			: block;
	padding-top		: 3px;	
}
