@charset "utf-8";
body {
	font-family: Bitstream Vera Sans, Vera Sans, Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;
	width: 64px;
	height: 64px;
}

div.header {
	position: absolute;
	z-index: 5;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;
	text-align: right;
	background: url(../images/fenyves3.jpg) no-repeat;
	background-color: #99ccff;
	border-bottom: 1px solid #99CCFF;
}

h2 {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	text-indent:10px;
	background-color: #3399FF;
	-moz-border-radius: 10px 10px 10px 10px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

h3 {
	margin-top:8px;
	margin-bottom:8px;
	text-indent:10px;
	border:0px;
	background-color: #3399FF;
	-moz-border-radius: 10px 10px 10px 10px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}


p {
	margin-left:	10px;
}

p,li {
	line-height:	120%
}

th {
	text-align:	left;
}

td {
	text-align:	left;
}

code, tt, pre {
	font-family:	Bitstream Vera Sans Mono, lucidatypewriter, monospace;
	font-size:	80%;
}

table {
	border-style: none;
}

img {
	border-style: none;
}

a { 
	color: #0000FF;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

a:visited { 
	color: #6600FF;
}

hr {
	color:		black;
	background-color:	black;
	height:		1px;
	width:		100%;
	border:		0;
}

div.menu {
	margin-top:	65px;
	margin-bottom:	2px;
	border-style:none;
	position: inherit;
	left: 0px;
	margin-left: 45px;
	text-align: left;
}

.menu li {
	display: inline;
	list-style-type: none;
	padding:0px;
	margin:1px;
	border-style:none;
}

.content {
	padding: 0px;
	margin-top: 10px;
}
	
.message table {
	border: 4px;
	border-color: #3399FF;
	border-style:solid;
	padding: 6px;
	margin-top: 12px;
	margin-bottom: 8px;
	-moz-border-radius: 10px 10px 10px 10px;	
}

