/*
donkerblauw: 032356
lichtblauw: 2A79E0
*/
HTML {
	line-height: 120%;
}

BODY {
	margin: 10px 0px 10px 0px;
	color: #000080;
	background-color: #E6E6E6;
	font-size: 12px;
	word-spacing: 1px;
	font-family: Tahoma, Arial;
}

h1,h2,h3 {
	font-weight: bold;
	color: #032356;
	font-family: Tahoma, Arial;
}
h1 {
	font-size: 16px;
	line-height: 16px;
}
h2 {
	font-size: 12px;
	line-height: 12px;
}
h3 {
	font-size: 11px;
	line-height: 11px;
}
INPUT {
	font-size: 12px;
}

#noprint {
	display: block;
}
#printlogo {
	display: none;
}

/*************************/
/*	MAIN DIVS	 */
/*************************/
#global1 {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}
#global2 {
	padding: 0px 0px 0px 0px;
}
#border1 {
	border-bottom: 5px solid #032356;
	border-left: 5px solid #032356;
	border-right: 5px solid #032356;
	width: 979px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
/*************************/
/*	MENU		 */
/*************************/
#menu1 {
	width: 320px;		/* 360 - 40 */
	height: auto !important;
	padding: 20px 0px 0px 40px;
	background: #6773A7;
	position: relative;
}
#menu1 a {
	color: white;
	font-size: 14px;
	line-height: 160%;
	text-decoration: none;
}
#menu1 a:hover {
	text-decoration: underline;
}
/*************************/
/*	CONTENT		 */
/*************************/
#content1 {
	width: 577px;		/* 607 - 40 */
	min-height: 260px;
	height: auto !important;
	padding: 10px 20px 10px 20px;
	position: relative;
}
#border_kisten1 {
	border: 1px solid #eaeaea;
	font-size: 11px;
}
/*************************/
/*	BOTTOM		 */
/*************************/
#bottom1 {
	width: 974px;
	height: 23px;		/* 26 - 3 */
	background-color: #063A7D;
	border: 2px solid white;
	text-align: center;
	color: white;
	font-size: 11px;
	padding-top: 3px;
}
#bottom1 a {
	text-decoration: none;
	color: white;
}
#bottom1 a:hover {
	text-decoration: underline;
}

/*************************/
/*	FOOTER		 */
/*************************/
#footer, #footer a {
	font-size: 11px;
	color: #aaaaaa;
	text-decoration: none;
	padding: 6px 0px 6px 0px;
	text-align: center;
	color: gray;
}
#footer a:hover {
	color: #032356;
}

/*************************/
/*	CONTACT FORM	 */
/*************************/
.FormCheckGood {
	/*empty because back to browser default*/
}
.FormCheckBad {
	border: 2px solid #FF0000;
}


a 				{ color: #032356; text-decoration: underline; }
a:link 				{ color: #032356; text-decoration: underline; }
a:active 			{ color: #032356; text-decoration: underline; }
a:visited 			{ color: #032356; text-decoration: underline; }
a:hover 			{ color: #000000; text-decoration: underline; }

