﻿/*---------- BEGIN HTML ITEMS ----------*/
img
{
	border:0px;
}

a,a:active, a:focus, a:hover, a:visited{
	text-decoration:none;
	border-bottom:1px silver solid;	
	color:#006699;
}

h1,h2,h3,h4,h5
{
	color: #006699;
	font-weight: bold;
	font-size:14px;
}
h1
{
	border-top:solid 1px #152d65;
	border-left:solid 1px #152d65;
	padding:10px;	
	margin-top:10px;

}
/*---------- END HTML ITEMS ----------*/

/*---------- BEGIN GENERAL USED ----------*/
.blockquote
{
	margin-right:80px;
	margin-left:80px;		
}
/*---------- END GENERAL USED ----------*/


/*---------- BEGIN PAGE LAYOUT ----------*/
html, body, .pageContainer, .layoutContainer
{
	min-height: 100%;	height: 100%;
}

html>body, html>body .pageContainer , html>body .pageContainer .layoutContainer
{
	height: auto;
}

body 
{
	background-color:#006699; 
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
		background-attachment:fixed;
		
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin:0;
	text-align:center;
	color: #414045;
}

.pageContainer
{
	text-align:left;
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.pageContainer .layoutContainer
{
	position:absolute;
	top:0;
	width:940px;
}

.layoutContainer .header 
{
	height: 195px;
	border: none;
	width: 100%;
}

.layoutContainer .content 
{
	padding-bottom: 50px;
	height: auto;
	text-align:justify;
	vertical-align:middle;
	width:100%;
}

.layoutContainer .footer 
{
	/*clear: both;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;*/
	border: none;
	width: 940px;
	text-align:right;
}
/*---------- END PAGE LAYOUT ----------*/






/*---------- BEGIN HEADER ---------- */
.headerLayout
{
	table-layout:fixed;
	width:100%;
	position:relative;
}
.headerLayout .vmmLogo
{
	background-image:url(images/logo_vmm.gif);	
	background-repeat:no-repeat;
	background-position:bottom left;
	width:140px;
	height:67px;
}
.headerLayout .hydronetLogo
{
	width:65px;
/*	background-image:url('images/hydronetLogo_klein.jpg');*/
	background-repeat:no-repeat;
	background-position:right bottom;
}

.headerLayout .language
{
	text-align:right;
	vertical-align:top;	
}

.headerLayout .Menu
{
	vertical-align:bottom;
	text-align:right;
}
/*-------------------- BEGIN MENU --------------------*/
.headerLayout .Menu .MenuContainer li{
	display:inline;
	color:#152D65;
	font-size:11px;
	border-left:1px #152D65 solid;
	margin-left:0px; margin-right:0px;
	padding-left: 7px;	padding-right: 5px;
	padding-top: 5px;	padding-bottom: 5px;
	cursor:hand;
	cursor:pointer;
	
	font-weight: 600;
	text-transform:lowercase;
	text-decoration: none;

}
.headerLayout .Menu .MenuContainer li a{
	border-bottom: none;
}
.headerLayout .Menu .MenuContainer li.current a{
	color:black;
}
.headerLayout .Menu .MenuContainer li.last{
	padding-right:0px;
}
.headerLayout .Menu .MenuContainer li.extern{
	font-size:11px;
}
.headerLayout .Menu .MenuContainer li.extern a{
	color:#FF0000; 
}

.headerLayout .Menu .MenuContainer li img{
	vertical-align:middle;
}
/*-------------------- END MENU --------------------*/
.headerLayout .balk
{
	background-image:url(images/balk.gif)	;
	background-repeat:no-repeat;
	background-position:bottom left;
	height:15px;
}
.headerLayout .foto
{
	background-image:url(images/banner_water01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:112px;
}
/*---------- END HEADER ----------*/


/*---------- BEGIN FOOTER ----------*/
.footerLayout{
	table-layout:fixed;
	width:100%;
	position:relative;
	}

.footerLayout .balk
{
	background-image:url(images/balk.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:15px;
}
.footerLayout .footerContent
{
	font-size:11px;
	text-align:center;
	line-height:15px;

}


/*---------- END FOOTER ----------*/
