@import url("menu.css");
@import url("guestbook.css");
/*@import url("album.css");*/

html {
	height: 100%;
	background: url(images/backgrndpixel.gif);
	padding: 0px;
}
body {
	height: 100%;
	text-align: center;
	margin:0;
	font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
	font-size: 13px;
	padding: 0px;
}
form {height: 100%;}
#wrapper {
    min-height: 100%;
	margin: 0px auto;    
	width: 980px;
	background: url(images/contentbackgrnd.gif) repeat-y;
	z-index: -1;
}
 
/* IE6 Hack */
* html #wrapper {
    height: 100%;
	margin: 0px auto;    
	width: 980px; 
	z-index: -1;  
}
 
#footer {
	text-align: center;
    position: relative;
    margin: 0px auto;
    height: 40px;
    width: 980px;
    margin-top: -40px;
	z-index: 0;
}
#footerbar {
	position: relative;
	margin: 0px auto;	
	width: 943px;
	height: 40px;
	background: url(images/footer.gif) no-repeat center;		
}
#innovated {
	position: absolute;
	width: 610px;
	height: 20px;
	margin: 18px 0 0 0;
	left: 286px;
	color: #FFFFFF;
	font-size: 12px;
		
}
#innovated a:active, #innovated a:link, #innovated a:visited  {
	color: #FFFFFF;
}
#innovated a:hover {
	color: #666666;	
}
p {
	margin: 0 0 12px 0;	
}
h1 {
	font-size: 30px;
	color: #333333;
	margin: 0 0 34px 0;	
}
h2 {
	font-size: 13px;
	color: #aaa68a;
	margin: 0 0 12px 0;
}
a, a:active, a:link, a:visited {
	color: #354e6d;
	text-decoration: none;
}
a:hover
{
	color: #666666;
	text-decoration: none;
}
#container {
	width:980px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#stretcher {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	display: table;
	z-index: 9;
	padding: 0px 0px 50px 0px;
}
#logo {
	position: absolute;
	top: 20px;
	left: 18px;	
	width: 261px;
	height: 93px;
	background: url(images/logo.gif) no-repeat center;	
}
#leftimage {
	position: absolute;
	top: 145px;
	left: 70px;	
	width: 270px;
	height: 360px;
	border: 1px solid #004f6d;
}
#adres {
	position: absolute;
	top: 515px;
	left: 20px;	
	width: 270px;
	height: 100px;
	text-align: right;
	color: #004f6d;
	z-index:10;
}
#adres a:active, #adres a:link, #adres a:visited  {
	color: #004f6d;
}
#adres a:hover {
	color: #666666;
}
#smallimages {
	width: 524px;
	height: 85px;
	margin-left: 380px;
	float: left;
}
.smallimg {
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	width: 124px;
	height: 82px;
	border: 0px solid #585858;
	text-align: center;

}
#topmenu {
	position: absolute;
	left: 372px;
	top: 20px;
	height: 20px;
	color: #004f6d;
	z-index: 10;
	font-size: 14px;
	font-weight: bold;	
}
#content {
	position: relative;
	margin-top: 73px;
	margin-left: 380px;	
	width: 524px;
	height: 349px;
	float: left;
	display: table-cell;
}
#subfooter {
	position: relative;
	float: left;
	width: 524px;
	height: 82px;
	margin: 15px 0 0 380px;	
}
#nieuws {
	width: 340px;
	height: 82px;
	text-align: center;
	line-height: 82px;
	float: left;
}
#buttons {
	padding: 0px;
	margin: 0px;
	width: 174px;
	height: 82px;
	float: right;
}
.button {
	float: left;
	margin: 0 5px 0 0;
	width: 82px;
	height: 82px;	
}
a img, a:active img, a:link img, a:visited img {
	border: 1px solid #004f6d;
}
a:hover img {
	border: 1px solid #cccccc;
}
.dynamicformfield
{
	width:400px;
}

/* languageselector */
.languageselector
{
position: absolute;
left: 400px;
top: 45px;
width: 160px;
margin: 0px;
padding: 0px;
z-index: 10;
}
.languageselector li
{
float: left;
cursor: pointer;
padding: 2px;
list-style: none;
height: 14px;
line-height: 14px;
}
.languageselector li span
{
font-size: 14px;
display:block;
border-right: 0.1em solid #64920B;
padding-right:4px;
line-height:11px;
color:
}

.languageselector li.last span
{
border-right: 0px;
}

.languageselector li.selected span
{
color: #51bfe2;
}

/* ---- CSS Link LoginModule ---- */
.loginmodule
{
	color: #575757;
	font-weight: bold;
	margin-top: 5px;
	width: 150px;
}

.loginpage
{
	color: #575757;
	font-weight: bold;
	width: 150px;
}

.loginfield
{
	background: #FFFFFF;
	border: 1px solid #575757;
	text-align: left;
	font-weight: bold;
	font: 11px arial black,tahoma, arial, sans-serif;
}

.logintitle
{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

.loginbutton
{
	text-align: left;
}

div#loginbox
{
	border: 1px solid #a6c2cc;
	width: 250px;
	padding:5px;
}
.AspNet-Login-SubmitPanel{margin:10px}

