/*********************************************************************
 * html, body, container, header, menu, content, footer				 *
 ********************************************************************/
html
{
	height: 100%;
}

body
{
 	margin: 0px;
 	padding: 0px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../images/backgroundHeader.jpg) repeat-x #009EE0;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 1024px;
}

form {
	padding:0;
	margin:0;
}


.textfield {
 	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#headerContainer
{                   
	float: left;
	width: 1024px;
	height: 235px;
}

#headerBanner
{
	float: left;
	width: 1024px;
	height: 235px;
}

#headerFoto {
	position: absolute;
	top: 0px;
	left: 590px;
}

#headerSpreuk {
	position: absolute;
	top: 90px;
	left: 416px;
}

#headerBannerSpecial
{
	position: absolute;
	top: 50px;
	left: 765px;
}

#headerMenu
{          
	position: absolute;
	top: 29px;
	left: 803px;
}

#middleContainer
{              
	float: left;
	width: 1024px;
	height: 483px;
}

#left
{
	float: left;
	width: 253px;
	height: 483px;
	background: url(../images/backgroundLeft.jpg) no-repeat #009EE0;
}

#menuTable
{
	margin-top: 28px;
	margin-left: 117px;
	text-align: right;
	padding: 0;
}

#menuTable a {
	padding: 0px;
	line-height: 20px;
}

#menuTable td {
	padding-bottom: 9px;
}

#leftPicture
{
	float: right;
	margin-top: 18px;
	margin-right: 1px;
	width: 163px;
	height: 159px;
}

#addressInfo
{
	float: right;
	width: 160px;
	height: 80px;
	margin-top: 10px;
	margin-right: 2px;
	font-size: 8pt;
}

#middleContent
{
	float: left;
	width: 727px;
	height: 483px;
	background: url(../images/background.jpg) no-repeat #009EE0;
}

.menuButton
{
	float: left;
	height: 81px;
	overflow: hidden;
	background-image: url(../images/scrollButton.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFF;
}

#textContent
{
	float: left;
	width: 675px; /* 727 - (2 * 26) */
	height: 423px; /* 483 - (2 * 30) */
	overflow: auto;
	padding: 30px 26px;
	color: #000;
	background-color: #FFF;
	background-image: url('../images/backgroundContent.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#contactFormLeft
{
	float: left;
}

#contactFormRight
{
	float: right;
	margin-top: 32px;
	margin-right: 100px;
}

.button {
 background: white;
 border: 1px solid #009EE0;
}

#bottomLeftContainer
{
	float: left;
	padding-left: 10px;
	width: 242px;
	
}

#bottomContainer
{
	float: left;
	width: 772px;
}

#bottomLinks
{
	float: left;
	font-size: 8pt;
	margin-top: 4px;
	text-align: left;
	width: 290px;
}
#bottomLinks a
{
	color:white;
}

#bottomInfo
{
	float: left;
	font-size: 8pt;
	margin-top: 4px;
	text-align: right;
}

.whiteLink a:Link
{
	color:#FFF;
	
}



/*********************************************************************
 * makeup (images, links)											 *
 ********************************************************************/
img
{
	border: none;
}

h1, h2, h3
{
	padding: 0;
	margin: 0;
}

h2
{
	font-size: 18px;
	margin-top: -5px;
	text-transform: uppercase;
	color: #880038;
}

a:link, a:visited
{
	color: #880038;
	text-decoration: none;
}

a:hover, a:active
{
	color: #880038;
	text-decoration: underline;
}

.emailAddress
{
	text-decoration: none;
	color: white;
}