@charset "utf-8";
/* CSS Document */
body{
	background-color:#8f3e01;
}

html {
	overflow-x: hidden;
	overflow-y:auto;
}
	
#khs_tartalom{
	width:100%;
	height:600px;
	position: absolute;
	top: 50%;
	margin-top: -300px;
	margin-left:-10px;
	background-image:url(../grafika/kastelyhotel_sasvar_hatter.jpg);
	background-repeat:repeat-x;
}

#khs{
	width:980px;
	height:600px;
}

#khs_fejlec{
	width:980px;
	height:382px;
}

#khs_flash{
	width:980px;
	height:167px;
}

#khs_lablec{
	width:980px;
	height:51px;
}

.szoveg {
			font-family:Tahoma;
			font-size: 9px;
			color: #ffffff;
		}

.szoveg_email a:link {
	text-decoration: none; 
	color:#ffffff;
	}
			
.szoveg_email a:visited {
	text-decoration: none;
	color:#ffffff;
	}
	
.szoveg_email a:hover {
	text-decoration: underline; 
	color:#ffffff;
	}
