 /*
 *	CSS-Reset
 */
 * {
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	border: 0px;
	color: inherit;
	background-color: transparent;
}
 
 /*
 *	Basic elements
 */
 
body {
	color: #000;
	background-color: #fff;
	font-family: verdana,sans-serif;
	font-size: 11px;
}
input { border: 1px solid #f00; }
a { text-decoration: none; }
strong { font-weight: bold; }
em { font-style: italic; }
p,h1,h2,h3 { margin-bottom: 1em; }
h1,h2,h3 { font-weight: bold; }
h1 { font-size: 16px; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
blockquote { margin-left: 2em; }
ul,ol { margin-left: 1em; }
.cl { clear: left; }
div.hr {
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #919191;
}
div.hr hr { display: none; }


/*
*	Page specific template
*/

#topMenu h2 { display: none; }
#groupLogo {display: none; }
#topMenu {display: none; }
#colLeft {display: none; }
#colRight {display: none; }
#footer { display: none;}
#logo {
	position: absolute;
	right: 5mm;
	top: 5mm;
}
#colMiddle {
	margin: 5mm 5mm;
	margin-top: 26mm;
}

h1 {
	color: #3777BC;
}