/* login.css */
/* ® gewoonrood.nl 2009 */
/* Marco Rood */



*
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 98%;
	height: auto !important;
	height: 98%;
}

body 
{ 
	background-color: #fff;
}

body, p
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	letter-spacing: 0.1em;
}

a
{
	color: #666;
	text-decoration: none;
}

a:hover
{
	color: #ccc;
	text-decoration: underline;
}

h1
{
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
/*	font-size: 12px;
	color:  #f00;
	font-weight: bold;
*/
}



/* ------------ */



#container
{
	width: 516px;
	height: 282px;
	margin: 0 auto;
	padding-top: 12%;
}

#shadowleft, #shadowright
{
	float: left;
	width: 10px;
	height: 262px;
}
#shadowleft
{
	background: transparent url(../images/shadowleft.png) no-repeat;
}
#shadowright
{
	background: transparent url(../images/shadowright.png) no-repeat;
}
#shadowbottom
{
	clear: both;
	width: 516px;
	height: 20px;
	background: transparent url(../images/shadowbottom.png) no-repeat;
}

#container_text
{
	position: relative;
	float: left;
	width: 494px; /* 496-2 */
	height: 260px; /* 262-2 */
	border: solid 1px #707070;
	background: #96b4c8 url(../images/paprika.png) 20px 20px no-repeat;
}

#text
{
	position: absolute;
	left: 100px;
	top: 130px;
}

#contact
{
	position: absolute;
	left: 265px;
	top: 178px;
}