@CHARSET "UTF-8";

body {
	background-image: url('non-pub/gfx/background.png');
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1 {
	font-size: 20px;
	font-family: Trebuchet MS, Helvetica, serif;
	font-weight: normal;
	margin-top: 25px;
	color: #c0d103;
}

h2 {
	font-size: 16px;
	font-family: Trebuchet MS, Helvetica, serif;
	font-weight: normal;
	font-style: italic;
	color: #c0d103;
}

a {
	color: #c0d103;
}

a img {
	border: 0px;
}

table tr td,
table tr th {
	padding: 2px; 
}

table tr th {
	font-weight: normal;
	width: 200px;
}

select,
input[type="text"],
input[type="file"],
input[type="password"] {
	width: 250px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 2px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 70px;
}

/*
replacing the stlye of INPUT TYPE=FILE elements - START 
*/

.file_input_textbox
{
	float: left;
	margin-right: 5px;
}

.file_input_div
{
	position: relative; 
	width: 100px; 
	height: 24px; 
	overflow: hidden;
}

input[type="button"].file_input_button
{
	width: 100px; 
	position: absolute; 
	top: 0px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #cccccc;
	padding: 1px;
}

.file_input_hidden
{
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}

/*
replacing the stlye of INPUT TYPE=FILE elements - END 
*/

textarea {
	width: 400px;
	height: 100px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #cccccc;
}

.clear {
	clear: both;
}

#logoText {
	text-align: right;
}

#pageHeader {
	height: 380px;
}

#logo {
	position: absolute;
	width: 182px;
	height: 182px;
	top: 184px;
	left: 184px;
	text-align: right;
	background-image: url('non-pub/gfx/logo.png');
}

#menuMunkank {
	position: absolute;
	width: 100%;
	height: 41px;
	text-align: right;
	top: 137px;
}

#menuMagunkrol {
	position: absolute;
	width: 100%;
	height: 41px;
	text-align: right;
	top: 180px;
}

#menuKapcsolat {
	position: absolute;
	width: 100%;
	height: 41px;
	text-align: right;
	top: 223px;
}

#menuPortfolio {
	position: absolute;
	width: 100%;
	height: 41px;
	text-align: right;
	top: 266px;
}

#menuBlog {
	position: absolute;
	width: 100%;
	height: 41px;
	text-align: right;
	top: 309px;
}

#content {
	margin-left: 400px;
	width: 700px;
	min-height: 150px;
	text-align: justify;
}

#toc {
	min-width: 200px;
	padding-left: 30px;
	padding-bottom: 10px;
	float: right;
}

#toc h1 {
	margin-top: 0px;
	font-size: 15px;
	font-family: Trebuchet MS, Helvetica, serif;
	font-weight: normal;
	color: #000000;
}

#toc a {
	font-family: Trebuchet MS, Helvetica, serif;
	/*font-style: italic;*/
}

#address ul {
	list-style-type: none;
}

#address li {
	font-size: 16px;
}

.picture {
	//border: 1px dotted #cccccc;
	//background-color: #fafafa;
	//padding: 8px;
	min-width: 300px;
	min-height: 300px;
}

.description {
	//padding: 10px;
	vertical-align: top;
}

#pageFooter {
	color: #999999;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 11px;
}

.footerMenuLink {
	height: 20px;
}

.footerMenuLink a {
	color: #999999;
	text-decoration: none;
}

.footerMenuLink a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}


