@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #593312;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#left {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
}
#line {
	background-image: url(images/amelie_line.png);
	background-repeat: repeat-y;
}
#amelie_kavehaz, #urlap {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
#content {
	padding: 10px;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
}
#terkepcontent {
	padding: 10px;
}
#copyright {
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
}

.error {
	color:#FF0;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:link  img, a:visited img, a:active img, a:hover img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
