html, body
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	color: #000;
	min-width: 500px;
	background: #eeffee url("pictures/bg.gif") repeat-x;
}

a:link {
	text-decoration: none;
	color: #396;
	border-bottom: dotted 1px #369;
	background-color: white;
}

a:visited {
	text-decoration: none;
	color: #936;
	border-bottom: dotted 1px #990;
	background-color: white;
}

a:hover {
	text-decoration: none;
	color: #000;
	background-color: #eee;
	border-bottom: solid 1px #000;
}

a img {
	border: none;
}

div {
/*	border: solid red 1px; */
}

div#tartalom
{
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*
	background: url("pictures/top.gif") no-repeat top right;
*/
	padding: 0 1em;
	border: 1px dotted green;
	background-color: #fff;
	color: black;
}

#footer a {
	border: none;
}

h1 {
	color: green;
	text-shadow: 3px 3px 5px gray;
	background-color: white;
} 

h2 {
	text-shadow: 2px 2px 2px #7f7f7f;
}

p {
	margin: 0px;
	line-height: 150%;
}

p img {
	float: left;
	margin: 0px 10px 0px 0px;
}

.borderdraw {
	border-style: solid; 
	width: 0px;
	height: 0px;
	line-height: 0px;
}

.clearer {
	clear: both;
}

.cube {
	border-width: 5px 5px 5px 5px;
	border-color: yellow green red blue;
	margin: 10px 0px 10px 0px;
}

.szurke {
	font-size: x-small;
	color: #cccccc;
}
