@import url("menu.css");
/*@import url("album.css");*/

html {
	height: 100%;
	background: url(images/bckgrndpxl.jpg);
	padding: 0px;
}
body {
	height: 100%;
	text-align: center;
	margin:0;
	font-family:verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	padding: 0px;
}
form {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	margin: 0px auto;    
	width: 975px;
	background-color: #FFFFFF;
	z-index: -1;

	
}
 
/* IE6 Hack */
* html #wrapper {
	height: 100%;
	margin: 0px auto;    
	width: 975px; 
	z-index: -1;  
}
 
#footer {
	text-align: center;
	position: relative;
	margin: 0px auto;
	height: 40px;
	width: 975px;
	margin-top: -40px;
	z-index: 0;
}
#footerbar {
	position: relative;
	margin: 0px auto;	
	width: 943px;
	height: 17px;
	border: 1px solid #8794a6;
	background-color: #8794a5;
	color: #CCCCCC;
	padding-top: 2px;
}
#footerbar a:hover {
	color: #FFFFFF;	
}
#footersquares {
	position: absolute;
	top: 1px;
	right: 5px;
	width: 48px;
	height: 9px;
	background: url(images/footersquares.gif) no-repeat right;
	padding-bottom: 7px;
}
#footerspacer {
	height: 10px;
	background: url(images/bckgrndpxl.jpg);
}


p {
	margin: 0 0 12px 0;	
}
h1 {
	font-size: 15px;
	color: #514d42;
	font-weight: bold;
	margin: 0 0 20px 0;	
}
h2 {
	font-size: 11px;
	color: #514d42;
	margin: 0 0 12px 0;
}
a, a:active, a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #0066b2;
	text-decoration: none;
}
#container {
	width:975px;
	height: 117px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	z-index: 10;
}
#stretcher {
	min-height: 100%;
	width: 975px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	display: table;
	z-index: 9;
}
#topspacer {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 975px;
	height: 10px;
	background: url(images/bckgrndpxl.jpg);
	z-index: 2;	
}
#header {
	position: absolute;
	top: 10px;
	left: 0px;	
	width: 975px;
	height: 140px;
	background: url(images/header.jpg) no-repeat center;	
	z-index: 2;
}
#topmenu {
	position: absolute;
	left: 305px;
	top: 128px;
	height: 20px;
	font-size: 12px;
	color: #c5c2a1;
	z-index: 10;
}
.menuitem {
	background: url(images/menuvertline.jpg) no-repeat right;
	text-align: center;
	padding: 0 10px 0 10px;

	height: 43px;	
}
#content {
	position: relative;
	margin-top: 60px;
	margin-left: 40px;	
	width: 900px;
	float: left;
	padding-bottom: 128px;
	display: table-cell;
}
#leftside {
	float:left;
	width:300px;
}
#rightside {
	width:590px;
	float:left;
}
#imgleft {
	width: 270px;
	height: 270px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
#adres {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	margin-top: 20px;
}
a img, a:active img, a:link img, a:visited img {
	border: 1px solid #FFFFFF;
}
a:hover img {
	border: 1px solid #666666;
}
.smallimage {
	float: left;
	margin: 0px 5px 5px 0px;
}
.smallimage img {
	width: 85px;
	height: 85px;
}
.contactformtableholder {
	width: 600px;
}
.contactformtable {
	width: 600px;
}
.dynamicformfield {
	width: 400px;

}


/* ---- CSS Link LoginModule ---- */
.loginmodule
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginpage
{
	text-align:left;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginfield
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
	font-weight: bold;
	font: 11px arial black,tahoma, arial, sans-serif;
}

.logintitle
{
	text-align:left;
	font-weight:bold;
	font-size:14px;
}



































